diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/dav/l10n/ru.js | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/ru.js')
-rw-r--r-- | apps/dav/l10n/ru.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/ru.js b/apps/dav/l10n/ru.js index 84ff06ce205..b6eab41df26 100644 --- a/apps/dav/l10n/ru.js +++ b/apps/dav/l10n/ru.js @@ -72,17 +72,14 @@ OC.L10N.register( "Where: %s" : "Где: %s", "%1$s via %2$s" : "%1$s через %2$s", "Cancelled: %1$s" : "Событие отменено: %1$s", - "Invitation canceled" : "Приглашение отменено", "Re: %1$s" : "Re: %1$s", - "Invitation updated" : "Приглашение обновлено", "Invitation: %1$s" : "Приглашение: %1$s", - "Invitation" : "Приглашение", + "Organizer:" : "Организатор:", + "Attendees:" : "Участники:", "Title:" : "Название:", "Time:" : "Время:", "Location:" : "Местонахождение:", "Link:" : "Ссылка:", - "Organizer:" : "Организатор:", - "Attendees:" : "Участники:", "Accept" : "Принять", "Decline" : "Отклонить", "More options …" : "Дополнительные параметры…", @@ -177,6 +174,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Вы завершили задачу «{todo}» из списка «{calendar}»", "{actor} reopened todo {todo} in list {calendar}" : "{actor} повторно(а) открыл задачу «{todo}» из списка «{calendar}»", "You reopened todo {todo} in list {calendar}" : "Вы повторно открыли задачу «{todo}» из списка «{calendar}»", - "A calendar <strong>todo</strong> was modified" : "В календаре изменена <strong>задача</strong>" + "A calendar <strong>todo</strong> was modified" : "В календаре изменена <strong>задача</strong>", + "Invitation canceled" : "Приглашение отменено", + "Invitation updated" : "Приглашение обновлено", + "Invitation" : "Приглашение" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |