summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ru.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/ru.json')
-rw-r--r--apps/files/l10n/ru.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json
index 4e56281f354..5860678cdfd 100644
--- a/apps/files/l10n/ru.json
+++ b/apps/files/l10n/ru.json
@@ -20,6 +20,7 @@
"Actions" : "Действия",
"Download" : "Скачать",
"Rename" : "Переименовать",
+ "Move or copy" : "Переместить или копировать",
"Target folder" : "Целевой каталог",
"Delete" : "Удалить",
"Disconnect storage" : "Отсоединить хранилище",
@@ -33,7 +34,11 @@
"This operation is forbidden" : "Операция запрещена",
"This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступен. Проверьте журналы событий или свяжитесь с администратором",
"Could not move \"{file}\", target exists" : "Невозможно переместить файл «{file}», он уже существует в каталоге назначения",
- "Could not move \"{file}\"" : "Невозможно переместить «{file}»",
+ "Could not move \"{file}\"" : "Невозможно переместить файл «{file}»",
+ "Could not copy \"{file}\", target exists" : "Невозможно скопировать файл «{file}», он уже существует в каталоге назначения",
+ "Could not copy \"{file}\"" : "Невозможно скопировать файл «{file}»",
+ "Copied {origin} inside {destination}" : "{origin} скопирован в {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} и {nbfiles} других файлов скопированы в {destination}",
"{newName} already exists" : "«{newName}» уже существует",
"Could not rename \"{fileName}\", it does not exist any more" : "Невозможно переименовать «{fileName}», файл больше не существует",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя «{targetName}» уже используется в каталоге «{dir}». Выберите другое имя.",