diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-26 00:21:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-26 00:21:31 +0000 |
commit | 6c132af3e687995ae94c51636443353cbdb32059 (patch) | |
tree | e81ba979f4e73931ba684097ee5f3983034d54ba /apps/files_sharing/l10n/ru.js | |
parent | f6bdfeb38bb618aeef6ea95510720e24171a72c3 (diff) | |
download | nextcloud-server-6c132af3e687995ae94c51636443353cbdb32059.tar.gz nextcloud-server-6c132af3e687995ae94c51636443353cbdb32059.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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index ffbb29ca17e..fe607fe77cf 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -301,8 +301,6 @@ OC.L10N.register( "the item was removed" : "объект удалён", "the link expired" : "истёк срок действия ссылки", "sharing is disabled" : "закрыт общий доступ", - "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку.", - "Share with remote" : "Поделиться с удалённым", - "Share with" : "Поделиться" + "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку." }, "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);"); |