diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-10 00:19:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-10 00:19:33 +0000 |
commit | 697470ee2cea2a199ef27a1da9da4815bd5b58d7 (patch) | |
tree | eaa345f7d3fcbd307a185c3d9e23eae54e07fd0f /apps/files/l10n/ru.json | |
parent | 6cf51f94488cbfd7e002cd28e29034b37b1f6db9 (diff) | |
download | nextcloud-server-697470ee2cea2a199ef27a1da9da4815bd5b58d7.tar.gz nextcloud-server-697470ee2cea2a199ef27a1da9da4815bd5b58d7.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 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 5157903ac0d..31458d6f10b 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -239,7 +239,8 @@ "Files settings" : "Настройки файлов", "File cannot be accessed" : "Не удалось получить доступ к файлу", "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Не удалось найти файл или у вас отсутствуют права на его просмотр. Попросите отправителя предоставить вам доступ к этому файлу.", - "Open in files" : "Открыть в Файлах", + "Your files" : "Ваши файлы", + "Open in files" : "Открыть в приложении Файлы", "Sort favorites first" : "Сначала избранное", "Sort folders before files" : "Начинать список с папок", "Show hidden files" : "Показывать скрытые файлы", @@ -271,7 +272,9 @@ "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", "(copy)" : "(копия)", "(copy %n)" : "(копия %n)", + "Move cancelled" : "Перемещение отменено", "A file or folder with that name already exists in this folder" : "В этой папке уже есть файл или папка с этим именем", + "The files are locked" : "Файлы заблокированы", "The file does not exist anymore" : "Файл больше не существует", "Choose destination" : "Выберите место назначения", "Copy to {target}" : "Скопировать в «{target}»", @@ -279,7 +282,7 @@ "Cancelled move or copy operation" : "Копирование или перемещение отменено", "Move or copy operation failed" : "Ошибка перемещение или копирования", "Open folder {displayName}" : "Открыть каталог {displayName}", - "Open in Files" : "Открыть в Файлах", + "Open in Files" : "Открыть в приложении Файлы", "Open details" : "Открыть подробности", "An error occurred while uploading. Please try again later." : "Ошибка во время передачи на сервер, попробуйте ещё раз.", "Could not copy {file}. {message}" : "Ошибка копирования «{file}». {message}", @@ -290,11 +293,13 @@ "Create new templates folder" : "Создать новую папку шаблонов", "Templates" : "Шаблоны", "New template folder" : "Новая папка шаблонов", + "In folder" : "В папке", + "Search in folder: {folder}" : "Поиск в папке: «{folder}»", "One of the dropped files could not be processed" : "Один из перетащенных файлов не может быть обработан", "Uploading \"{filename}\" failed" : "Загрузка \"{filename}\" не удалась", - "_{folderCount} folder_::_{folderCount} folders_" : ["{count} папка","{count} папки","{count} папок","{folderCount} папки"], - "_{fileCount} file_::_{fileCount} files_" : ["{count} файл","{count} файла","{count} файлов","{fileCount} файла"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {count} папка","один файл и {count} папки","один файл и {count} папок","один файл и {folderCount} папки"], + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки","{folderCount} папок","{folderCount} папки"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файла","{fileCount} файлов","{fileCount} файла"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {folderCount} папка","один файл и {folderCount} папки","один файл и {folderCount} папок","один файл и {folderCount} папки"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл и одна папка","{fileCount} файла и одна папка","{fileCount} файлов и одна папка","{fileCount} файла и одна папка"], "{fileCount} files and {folderCount} folders" : "файлов: {fileCount}, папок: {folderCount}", "List of favorites files and folders." : "Список избранных файлов и каталогов.", |