diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:35 +0000 |
commit | 6d84160ba710e6ea4cf290f40d7bb924c35ad574 (patch) | |
tree | 56219fa1144bb0bb6efefcd0c069b9b055745d1b /apps/files/l10n/ru.json | |
parent | 6862ff28002c8c282bcca5c198619c03f5cb4e0b (diff) | |
download | nextcloud-server-6d84160ba710e6ea4cf290f40d7bb924c35ad574.tar.gz nextcloud-server-6d84160ba710e6ea4cf290f40d7bb924c35ad574.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ru.json')
-rw-r--r-- | apps/files/l10n/ru.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 2e955d5d743..27b243e7236 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -8,7 +8,6 @@ "Show grid view" : "Просмотр сеткой", "Home" : "Главная", "Close" : "Закрыть", - "Favorites" : "Избранные", "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", "This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ", "Upload cancelled." : "Отправка отменена.", @@ -102,7 +101,6 @@ "Favorited" : "Избранное", "Favorite" : "Добавить в избранное", "Copy direct link (only works for users who have access to this file/folder)" : "Копировать прямую ссылку (работает только для пользователей с правами доступа к этому файлу или каталогу)", - "You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку", "New folder" : "Новый каталог", "Create new folder" : "Создать папку", "Upload file" : "Загрузить файл", @@ -117,6 +115,7 @@ "Removed from favorites" : "Удалено из избранного", "You added {file} to your favorites" : "Вы добавили «{file}» в избранное", "You removed {file} from your favorites" : "Вы удалили «{file}» из избранного", + "Favorites" : "Избранные", "File changes" : "Изменения файлов", "Created by {user}" : "Создано {user}", "Changed by {user}" : "Изменено {user}", @@ -170,10 +169,11 @@ "Reload current directory" : "Обновить текущий каталог", "Go to the \"{dir}\" directory" : "Перейти в каталог \"{dir}\"", "Select the row for {displayName}" : "Выбрать строку для {displayName}", - "Open folder {name}" : "Открыть папку {name}", + "File name" : "Имя файла", "Download file {name}" : "Скачать файл {name}", "\"{displayName}\" action executed successfully" : "Действие \"{displayName}\" выполнено успешно", "\"{displayName}\" action failed" : "Действие \"{displayName}\" завершилось неудачно", + "Name cannot be empty" : "Имя не может быть пустым", "Total rows summary" : "Количество строк в общем", "Select all" : "Выбрать всё", "Unselect all" : "Отменить выделение для всех", @@ -226,6 +226,7 @@ "Blank" : "Пустой", "Unable to create new file from template" : "Не удалось создать файл на основе шаблона", "Delete permanently" : "Удалить навсегда", + "Open details" : "Открыть подробности", "Set up templates folder" : "Указать папку шаблонов", "Templates" : "Шаблоны", "Create new templates folder" : "Создать новую папку шаблонов", @@ -247,6 +248,7 @@ "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", "Storage invalid" : "Хранилище неисправно", + "You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку", "Unlimited" : "Неограничено", "Search users" : "Поиск пользователей", "Cancel" : "Отменить", @@ -254,6 +256,7 @@ "%s%%" : "%s%%", "%1$s of %2$s used" : "использовано %1$s из %2$s ", "Deleted files" : "Корзина", + "Open folder {name}" : "Открыть папку {name}", "Search for an account" : "Поиск по учетной записи" },"pluralForm" :"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);" }
\ No newline at end of file |