diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:40 +0000 |
commit | 9aef01668338c313e133928f0c889ac895fc0f89 (patch) | |
tree | dd9e891557ded826921d7006eae3881cc48c3352 /apps/files/l10n/ru.json | |
parent | 3e8a6744c48185979c76ca30f865bf25488947f4 (diff) | |
download | nextcloud-server-9aef01668338c313e133928f0c889ac895fc0f89.tar.gz nextcloud-server-9aef01668338c313e133928f0c889ac895fc0f89.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, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index e1390d406b6..0e9d14b8ab4 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -134,9 +134,9 @@ "Choose {file}" : "Выберан {file}", "New" : "Новый", "Loading current folder" : "Загрузка текущей папки", + "Retry" : "Попробовать снова", "No files in here" : "Здесь нет файлов", "Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", - "Go to the previous folder" : "Перейти к предыдущей папке", "Go back" : "Назад", "Share" : "Поделиться", "Shared by link" : "Доступные по ссылке", @@ -258,6 +258,9 @@ "Files moved successfully" : "Файлы успешно перемещены", "Conflicts resolution skipped" : "Разрешение конфликтов пропущено", "Upload cancelled" : "Передача на сервер отменена", + "This operation is forbidden" : "Операция запрещена", + "This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступен. Проверьте журналы событий или свяжитесь с администратором", + "Storage is temporarily not available" : "Хранилище временно недоступно", "_{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} папки"], @@ -317,9 +320,6 @@ "Select directory \"{dirName}\"" : "Выберите каталог \"{dirName}\"", "Select file \"{fileName}\"" : "Выберите файл \"{fileName}\"", "Unable to determine date" : "Невозможно определить дату", - "This operation is forbidden" : "Операция запрещена", - "This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступен. Проверьте журналы событий или свяжитесь с администратором", - "Storage is temporarily not available" : "Хранилище временно недоступно", "Could not move \"{file}\", target exists" : "Невозможно переместить файл «{file}», он уже существует в каталоге назначения", "Could not move \"{file}\"" : "Невозможно переместить файл «{file}»", "copy" : "копия", @@ -381,6 +381,7 @@ "Could not rename \"{oldName}\"" : "Не удалось переименовать «{oldName}»", "Storage informations" : "Сведения о хранилище", "Choose file" : "Выберите файл", + "Go to the previous folder" : "Перейти к предыдущей папке", "Open the files app settings" : "Открыть параметры приложения «Файлы»", "You might not have have permissions to view it, ask the sender to share it" : "У вас отсутствуют права на просмотр файла, попросите предоставить их у владельца общего ресурса", "The files is locked" : "Файлы заблокированы", |