diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-12-02 00:21:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-12-02 00:21:44 +0000 |
commit | c3b336dbf9f8e2039cce0db3a4d5d678e0d078f4 (patch) | |
tree | 4cc718a439576cbedd3e5705fc0f93e42522367b /apps/files/l10n/ru.js | |
parent | e17f011f08cb4529ae19ff8637a49b7f4e89f216 (diff) | |
download | nextcloud-server-c3b336dbf9f8e2039cce0db3a4d5d678e0d078f4.tar.gz nextcloud-server-c3b336dbf9f8e2039cce0db3a4d5d678e0d078f4.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 6d7b92425cf..1d826b75e06 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -204,6 +204,7 @@ OC.L10N.register( "Edit online" : "Редактировать онлайн", "Failed to redirect to client" : "Ошибка перенаправления в клиент", "Edit locally" : "Редактировать локально", + "Moving \"{source}\" to \"{destination}\" …" : "Перемещение \"{source}\" в \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", "(copy)" : "(копия)", "(copy %n)" : "(копия %n)", @@ -259,6 +260,7 @@ OC.L10N.register( "Files moved successfully" : "Файлы успешно перемещены", "Conflicts resolution skipped" : "Разрешение конфликтов пропущено", "Upload cancelled" : "Передача на сервер отменена", + "Removing the file extension \"{old}\" may render the file unreadable." : "Удаление расширения файла \"{old}\" может сделать файл нечитаемым.", "This operation is forbidden" : "Операция запрещена", "This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступен. Проверьте журналы событий или свяжитесь с администратором", "Storage is temporarily not available" : "Хранилище временно недоступно", |