diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-08 00:19:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-08 00:19:44 +0000 |
commit | 4fa4b4b4767890f3cc1ec3470ece4fd231c8a484 (patch) | |
tree | 519e62a0a0f166afdee374733a0f2756e6c12645 /apps/files/l10n/ru.js | |
parent | 0395cd8716312441be9f1011a5aa12adac9555e4 (diff) | |
download | nextcloud-server-4fa4b4b4767890f3cc1ec3470ece4fd231c8a484.tar.gz nextcloud-server-4fa4b4b4767890f3cc1ec3470ece4fd231c8a484.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.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 9337285cf76..3bdd21bb0dd 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -172,7 +172,6 @@ OC.L10N.register( "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" : "У вас нет прав на создание или загрузку файлов в эту папку.", - "Upload successful" : "Загружено успешно", "\"{displayName}\" action executed successfully" : "Действие «{displayName}» выполнено успешно", "\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно", "Rename file" : "Переименовать файл", @@ -189,8 +188,6 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Не удалось переименовать \"{oldName}\", его больше не существует", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя \"{newName}\" уже используется в каталоге \"{dir}\". Выберите другое имя.", "Could not rename \"{oldName}\"" : "Не удалось переименовать «{oldName}»", - "Could not copy {file}. {message}" : "Ошибка копирования «{file}». {message}", - "Could not move {file}. {message}" : "Ошибка перемещения «{file}». {message}", "Total rows summary" : "Количество строк в общем", "\"{displayName}\" failed on some elements " : "«{displayName}» неудачно для некоторых элементов", "\"{displayName}\" batch action executed successfully" : "Пакетное действие \"{displayName}\" выполнено успешно", @@ -254,6 +251,8 @@ OC.L10N.register( "Blank" : "Пустой", "Unable to create new file from template" : "Не удалось создать файл на основе шаблона", "Delete permanently" : "Удалить навсегда", + "Confirm deletion" : "Подтвердить удаление", + "Cancel" : "Отменить", "Destination is not a folder" : "Указанное назначение не является папкой", "This file/folder is already in that directory" : "Файл или папка уже расположены в этой папке", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", @@ -267,6 +266,8 @@ OC.L10N.register( "Open folder {displayName}" : "Открыть каталог {displayName}", "Open in Files" : "Открыть в Файлах", "Open details" : "Открыть подробности", + "Could not copy {file}. {message}" : "Ошибка копирования «{file}». {message}", + "Could not move {file}. {message}" : "Ошибка перемещения «{file}». {message}", "Create new templates folder" : "Создать новую папку шаблонов", "Templates" : "Шаблоны", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", @@ -295,7 +296,6 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку", "Search users" : "Поиск пользователей", "You might not have have permissions to view it, ask the sender to share it" : "У вас отсутствуют права на просмотр файла, попросите предоставить их у владельца общего ресурса", - "Cancel" : "Отменить", "Set up templates folder" : "Указать папку шаблонов", "Toggle %1$s sublist" : "Переключить %1$s подсписок", "Toggle grid view" : "Включить или отключить режим просмотра сеткой", |