diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-12 00:20:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-12 00:20:28 +0000 |
commit | d7480e709e0e79b6751f7ec2a3103a87484b0ea4 (patch) | |
tree | 488494a61fc8f83621ea336ee1864e8bd932480f /apps/files/l10n/ru.json | |
parent | ae879978617ad36377c32f2b8aeeb92deb65fcf6 (diff) | |
download | nextcloud-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.json')
-rw-r--r-- | apps/files/l10n/ru.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 80845c97a14..2dc6e91af4a 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -184,7 +184,7 @@ "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}\"", @@ -283,8 +283,8 @@ "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" : "Имя файла", @@ -295,9 +295,18 @@ "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} папки"], |