diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:32 +0000 |
commit | e3590547c624013e466420a630b5744dede1d20e (patch) | |
tree | 7da187118c4058b502d96c48b84fc3da686bbf5d /apps/files_sharing/l10n/ru.js | |
parent | fe63f6f079fc228442448458e9c72a2eaad3b206 (diff) | |
download | nextcloud-server-e3590547c624013e466420a630b5744dede1d20e.tar.gz nextcloud-server-e3590547c624013e466420a630b5744dede1d20e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/ru.js')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 4d107a910aa..6464bd1f8d2 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -209,7 +209,7 @@ OC.L10N.register( "Create" : "Создать", "Share" : "Поделиться", "Delete share" : "Удалить общий ресурс", - "Share with " : "Поделиться", + "Share with" : "Поделиться", "Save share" : "Сохранить общий ресурс", "Update share" : "Обновить общий ресурс", "Others with access" : "Другие пользователи, имеющие доступ", @@ -302,6 +302,7 @@ OC.L10N.register( "Expiration date enforced" : "Требуется срок действия", "Password protect" : "Защитить паролем", "Science Mesh" : "Science Mesh", - "Update" : "Изменение" + "Update" : "Изменение", + "Share with " : "Поделиться" }, "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);"); |