diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-05-02 02:16:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-05-02 02:16:32 +0000 |
commit | e77e0b0e2f034633307fcc054d582c0567090776 (patch) | |
tree | d06ed3a4244f0cf6554a4826536d0ce932422569 /apps/files_sharing/l10n/ru.js | |
parent | 24bb4a05c46069d459086a36cfc896d1f5b6915e (diff) | |
download | nextcloud-server-e77e0b0e2f034633307fcc054d582c0567090776.tar.gz nextcloud-server-e77e0b0e2f034633307fcc054d582c0567090776.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ru.js')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 489639e5aaf..00bf314102a 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -156,6 +156,7 @@ OC.L10N.register( "Shared with the conversation {user} by {owner}" : "Пользователь {owner} предоставил(а) {user} доступ во время беседы", "Shared with {user} by {owner}" : "{owner} предоставил(а) доступ {user} ", "Added by {initiator}" : "Добавлено пользователем {initiator}", + "Via “{folder}”" : "Через «{folder}»", "Internal link" : "Внутренняя ссылка", "Link copied" : "Ссылка скопирована", "Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную", @@ -228,7 +229,6 @@ OC.L10N.register( "Uploaded files:" : "Отправленные файлы:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", "could not delete share" : "не удалось удалить общий ресурс", - "Uploading files…" : "Файлы передаются на сервер…", - "Via folder" : "Через папку" + "Uploading files…" : "Файлы передаются на сервер…" }, "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);"); |