diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index e12a382ba5b..fe56a03ba9f 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -266,7 +266,6 @@ OC.L10N.register( "File successfully converted" : "Файл успешно преобразован", "Failed to convert file: {message}" : "Не удалось преобразовать файл: {message}", "Failed to convert file" : "Не удалось преобразовать файл", - "Deletion cancelled" : "Удаление отменено", "Leave this share" : "Перестать использовать общий ресурс", "Leave these shares" : "Отказаться от доступа к общим ресурсам", "Disconnect storage" : "Отсоединить хранилище", @@ -290,7 +289,6 @@ OC.L10N.register( "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", "(copy)" : "(копия)", "(copy %n)" : "(копия %n)", - "Move cancelled" : "Перемещение отменено", "A file or folder with that name already exists in this folder" : "В этой папке уже есть файл или папка с этим именем", "The files are locked" : "Файлы заблокированы", "The file does not exist anymore" : "Файл больше не существует", @@ -301,8 +299,6 @@ OC.L10N.register( "Move" : "Переместить", "Move or copy operation failed" : "Ошибка перемещение или копирования", "Move or copy" : "Переместить или копировать", - "Cancelled move or copy of \"{filename}\"." : "Отменено перемещение или копирование \"{filename}\".", - "Cancelled move or copy operation" : "Копирование или перемещение отменено", "Open folder {displayName}" : "Открыть папку «{displayName}»", "Open in Files" : "Открыть в приложении «Файлы»", "Open locally" : "Открыть локально", @@ -327,7 +323,6 @@ OC.L10N.register( "Audio" : "Звук", "Photos and images" : "Фотографии и изображения", "Videos" : "Видео", - "New folder creation cancelled" : "Создание новой папки отменено", "Created new folder \"{name}\"" : "Создана новая папка \"{name}\"", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", "Create templates folder" : "Создать папку шаблонов", @@ -465,6 +460,11 @@ OC.L10N.register( "Enable the grid view" : "Включить режим просмотра сеткой", "Use this address to access your Files via WebDAV" : "Используйте этот адрес для подключения WebDAV", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Если вы включили двухфакторную аутентификацию, то нажмите здесь, чтобы создать пароль приложения.", + "Deletion cancelled" : "Удаление отменено", + "Move cancelled" : "Перемещение отменено", + "Cancelled move or copy of \"{filename}\"." : "Отменено перемещение или копирование \"{filename}\".", + "Cancelled move or copy operation" : "Копирование или перемещение отменено", + "New folder creation cancelled" : "Создание новой папки отменено", "_{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} папки"], |