diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-28 00:30:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-28 00:30:56 +0000 |
commit | 56a6037cd6aef123073d9f5c06c6659337a3e1d4 (patch) | |
tree | 535fcfd0a824b7f7c6fd16d60a238de5ab026844 /apps/dav | |
parent | 7504d28e6c6a5f9c0a1515b3f8045c6458981b90 (diff) | |
download | nextcloud-server-56a6037cd6aef123073d9f5c06c6659337a3e1d4.tar.gz nextcloud-server-56a6037cd6aef123073d9f5c06c6659337a3e1d4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/ru.js | 3 | ||||
-rw-r--r-- | apps/dav/l10n/ru.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/dav/l10n/ru.js b/apps/dav/l10n/ru.js index 94b54cc2f35..c932120f7fd 100644 --- a/apps/dav/l10n/ru.js +++ b/apps/dav/l10n/ru.js @@ -188,6 +188,7 @@ OC.L10N.register( "Please contact the organizer directly." : "Обратитесь к организатору напрямую.", "Are you accepting the invitation?" : "Принять приглашение?", "Tentative" : "Под вопросом", - "Your attendance was updated successfully." : "Статус участия обновлён." + "Your attendance was updated successfully." : "Статус участия обновлён.", + "%1$s has responded your invitation" : "%1$s ответил на ваше приглашение" }, "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);"); diff --git a/apps/dav/l10n/ru.json b/apps/dav/l10n/ru.json index fa1bea7e7f6..84d66dd4956 100644 --- a/apps/dav/l10n/ru.json +++ b/apps/dav/l10n/ru.json @@ -186,6 +186,7 @@ "Please contact the organizer directly." : "Обратитесь к организатору напрямую.", "Are you accepting the invitation?" : "Принять приглашение?", "Tentative" : "Под вопросом", - "Your attendance was updated successfully." : "Статус участия обновлён." + "Your attendance was updated successfully." : "Статус участия обновлён.", + "%1$s has responded your invitation" : "%1$s ответил на ваше приглашение" },"pluralForm" :"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);" }
\ No newline at end of file |