aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ru.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-04-12 00:20:28 +0000
committerNextcloud bot <bot@nextcloud.com>2024-04-12 00:20:28 +0000
commitd7480e709e0e79b6751f7ec2a3103a87484b0ea4 (patch)
tree488494a61fc8f83621ea336ee1864e8bd932480f /apps/files/l10n/ru.js
parentae879978617ad36377c32f2b8aeeb92deb65fcf6 (diff)
downloadnextcloud-server-d7480e709e0e79b6751f7ec2a3103a87484b0ea4.tar.gz
nextcloud-server-d7480e709e0e79b6751f7ec2a3103a87484b0ea4.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.js15
1 files changed, 12 insertions, 3 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index c189fb8b74f..dab2f37e2c8 100644
--- a/apps/files/l10n/ru.js
+++ b/apps/files/l10n/ru.js
@@ -186,7 +186,7 @@ OC.L10N.register(
"Download file {name}" : "Скачать файл {name}",
"\"{name}\" is not an allowed filetype." : "«{name}» не является допустимым типом файла.",
"{newName} already exists." : "«{newName}» уже существует.",
- "\"{char}\" is not allowed inside a file name." : "\"{char}\" не допускается внутри имени файла.",
+ "\"{char}\" is not allowed inside a file name." : "Символ «{char}» не допускается внутри имени файла.",
"Name cannot be empty" : "Имя не может быть пустым",
"Another entry with the same name already exists" : "Другая запись с таким названием уже существует",
"Renamed \"{oldName}\" to \"{newName}\"" : "Переименовано «{oldName}» в \"{newName}\"",
@@ -285,8 +285,8 @@ OC.L10N.register(
"Move to {target}" : "Переместить в «{target}»",
"Cancelled move or copy operation" : "Копирование или перемещение отменено",
"Move or copy operation failed" : "Ошибка перемещение или копирования",
- "Open folder {displayName}" : "Открыть каталог {displayName}",
- "Open in Files" : "Открыть в приложении Файлы",
+ "Open folder {displayName}" : "Открыть папку «{displayName}»",
+ "Open in Files" : "Открыть в приложении «Файлы»",
"Open details" : "Открыть подробности",
"Created new folder \"{name}\"" : "Создана новая папка \"{name}\"",
"Filename" : "Имя файла",
@@ -297,9 +297,18 @@ OC.L10N.register(
"In folder" : "В папке",
"Search in folder: {folder}" : "Поиск в папке: «{folder}»",
"One of the dropped files could not be processed" : "Один из перетащенных файлов не может быть обработан",
+ "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Папки не будут загружены, так как используемый браузер не поддерживает работу с файловой системой.",
+ "No files to upload" : "Не выбрано ни одного файла для передачи на сервер",
+ "Unable to create the directory {directory}" : "Не удалось создать папку «{directory}»",
"Some files could not be uploaded" : "Некоторые файлы не могут быть загружены",
"Files uploaded successfully" : "Файлы успешно обновлены",
+ "No files to process" : "Не ни одного файла для обработки",
+ "Some files could not be copied" : "Некоторые файлы не могут быть скопированы",
"Some files could not be moved" : "Некоторые файлы не могут быть перемещены",
+ "Files copied successfully" : "Файлы успешно скопированы",
+ "Files moved successfully" : "Файлы успешно перемещены",
+ "Conflicts resolution skipped" : "Разрешение конфликтов пропущено",
+ "Upload cancelled" : "Передача на сервер отменена",
"_{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} папки"],