diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:20:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:20:06 +0000 |
commit | 90e68f0ff56a2416cb98a2dd1fd1e2dac9cf53e7 (patch) | |
tree | 336d837b5dd9037e7022d2700e72f55bd0f54cff /apps/files/l10n/ru.json | |
parent | 85ebbab6ae2bfb01f150c49ed73d149c3fbd5201 (diff) | |
download | nextcloud-server-90e68f0ff56a2416cb98a2dd1fd1e2dac9cf53e7.tar.gz nextcloud-server-90e68f0ff56a2416cb98a2dd1fd1e2dac9cf53e7.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, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 5778537fbb9..80845c97a14 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -173,8 +173,6 @@ "Drag and drop files here to upload" : "Перетаскивайте файлы сюда для загрузки", "Your have used your space quota and cannot upload files anymore" : "Вы использовали всё доступное вам место и не можете больше загружать файлы", "You don’t have permission to upload or create files here" : "У вас нет прав на создание или загрузку файлов в эту папку.", - "Some files could not be uploaded" : "Некоторые файлы не могут быть загружены", - "Files uploaded successfully" : "Файлы успешно обновлены", "\"{displayName}\" action executed successfully" : "Действие «{displayName}» выполнено успешно", "\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно", "Toggle selection for file \"{displayName}\"" : "Установить или снять выделение файла «{displayName}»", @@ -288,9 +286,6 @@ "Open folder {displayName}" : "Открыть каталог {displayName}", "Open in Files" : "Открыть в приложении Файлы", "Open details" : "Открыть подробности", - "An error occurred while uploading. Please try again later." : "Ошибка во время передачи на сервер, попробуйте ещё раз.", - "Could not copy {file}. {message}" : "Ошибка копирования «{file}». {message}", - "Could not move {file}. {message}" : "Ошибка перемещения «{file}». {message}", "Created new folder \"{name}\"" : "Создана новая папка \"{name}\"", "Filename" : "Имя файла", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", @@ -300,7 +295,9 @@ "In folder" : "В папке", "Search in folder: {folder}" : "Поиск в папке: «{folder}»", "One of the dropped files could not be processed" : "Один из перетащенных файлов не может быть обработан", - "Uploading \"{filename}\" failed" : "Загрузка \"{filename}\" не удалась", + "Some files could not be uploaded" : "Некоторые файлы не могут быть загружены", + "Files uploaded successfully" : "Файлы успешно обновлены", + "Some files could not be moved" : "Некоторые файлы не могут быть перемещены", "_{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} папки"], |