diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-16 02:25:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-16 02:25:45 +0000 |
commit | e6feca6d1559efaaf5ba31d5c24c4a436c0ccf5f (patch) | |
tree | 2c4baae1d3b6f9159acaf43ceae75e791b042dc6 /apps/files/l10n/ru.js | |
parent | 2f07ce1f349a3fa05f84a47f0e9f17f221e0ef95 (diff) | |
download | nextcloud-server-e6feca6d1559efaaf5ba31d5c24c4a436c0ccf5f.tar.gz nextcloud-server-e6feca6d1559efaaf5ba31d5c24c4a436c0ccf5f.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 8ec6d3f529b..60b69e1b82f 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -188,7 +188,6 @@ OC.L10N.register( "Templates" : "Шаблоны", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", "%s used" : "%s использовано", - "%s%% of %s used" : "использовано %s%% из %s", "%1$s of %2$s used" : "использовано %1$s из %2$s ", "Show hidden files" : "Показывать скрытые файлы", "Crop image previews" : "Обрезать пред. просмотр", @@ -217,6 +216,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "У вас нет прав на создание или загрузку файлов в эту папку.", "New" : "Новый", "Cannot transfer ownership of a file or folder you don't own" : "Изменение владельца возможно только для своих файлов и папок", + "%s%% of %s used" : "использовано %s%% из %s", "Settings" : "Настройки" }, "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);"); |