diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
commit | 99be997dcaefbc561e8c8085e01136655ec26247 (patch) | |
tree | 7e4c56e4220aed40986a5989cd734312c56ceff1 /apps/files/l10n/ru.js | |
parent | 012624743917cf9388f2abd33760a50d83d497e9 (diff) | |
download | nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.tar.gz nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.zip |
Fix(l10n): 🔠 Update translations 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 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 459265cf977..ee2eb42ac40 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -166,6 +166,7 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Завершена передача владения «{path}» от пользователя {user}.", "in %s" : "в %s", "File Management" : "Управление файлами", + "Select all" : "Выбрать всё", "Storage informations" : "Сведения о хранилище", "{usedQuotaByte} used" : "Использовано {usedQuotaByte}", "{relative}% used" : "Использовано {relative}%", @@ -183,6 +184,8 @@ OC.L10N.register( "Ownership transfer request sent" : "Запрос на передачу прав владения отправлен", "Cannot transfer ownership of a file or folder you do not own" : "Невозможно передать право владения на файл или каталог, которые вам не принадлежат", "Select file or folder to link to" : "Выберите файл или папку для создания ссылки", + "No files in here" : "Здесь нет файлов", + "Go back" : "Назад", "Open the files app settings" : "Открыть параметры приложения «Файлы»", "Files settings" : "Настройки файлов", "File cannot be accessed" : "Не удалось получить доступ к файлу", @@ -205,20 +208,18 @@ OC.L10N.register( "Creating file" : "Создание файла", "Blank" : "Пустой", "Unable to create new file from template" : "Не удалось создать файл на основе шаблона", + "Delete permanently" : "Удалить навсегда", "Set up templates folder" : "Указать папку шаблонов", "Templates" : "Шаблоны", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", "Toggle %1$s sublist" : "Переключить %1$s подсписок", "Toggle grid view" : "Включить или отключить режим просмотра сеткой", - "No files in here" : "Здесь нет файлов", "Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", "No entries found in this folder" : "В этом каталоге ничего не найдено", - "Select all" : "Выбрать всё", "Upload too large" : "Файл слишком велик", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь передать, превышают лимит максимального размера на этом сервере.", "No favorites yet" : "В избранное ещё ничего не добавлено ", "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", - "Deleted files" : "Корзина", "Shares" : "Общие ресурсы", "Shared with others" : "Доступные для других", "Shared with you" : "Доступные для вас", @@ -237,6 +238,7 @@ OC.L10N.register( "%s used" : "%s использовано", "%s%%" : "%s%%", "%1$s of %2$s used" : "использовано %1$s из %2$s ", - "Settings" : "Настройки" + "Settings" : "Настройки", + "Deleted 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);"); |