diff options
author | Louis Chemineau <louis@chmn.me> | 2024-02-08 15:31:19 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-02-08 15:31:19 +0100 |
commit | 898df41de968321926e10ad532a64c3915ddad29 (patch) | |
tree | 57a0e5ada151890ddf71550f22b502e1f67aeffd /apps/files/l10n/ru.js | |
parent | d9d60238c7aaab9c61bf2d50c15aa59bc88c8975 (diff) | |
download | nextcloud-server-898df41de968321926e10ad532a64c3915ddad29.tar.gz nextcloud-server-898df41de968321926e10ad532a64c3915ddad29.zip |
Revert "Merge branch 'master' of github.com:nextcloud/server"
This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing
changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
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 3bdd21bb0dd..9337285cf76 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -172,6 +172,7 @@ 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" : "Переименовать файл", @@ -188,6 +189,8 @@ 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}\" выполнено успешно", @@ -251,8 +254,6 @@ 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" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", @@ -266,8 +267,6 @@ 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" : "Не удалось инициализировать каталог шаблонов", @@ -296,6 +295,7 @@ 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" : "Включить или отключить режим просмотра сеткой", |