Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ru.json')
-rw-r--r--l10n/ru.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/l10n/ru.json b/l10n/ru.json
index 9c8a592..5c2caa4 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -1,9 +1,11 @@
{ "translations": {
+ "You can not open a folder" : "Вы не можете открыть каталог",
"This file is too big to be opened. Please download the file instead." : "Файл слишком большой для открытия. Пожалуйста скачайте его.",
"Cannot read the file." : "Не удается прочитать файл.",
"Invalid file path supplied." : "Указан некорректный путь.",
"The file is locked." : "Файл заблокирован.",
"An internal server error occurred." : "Произошла внутренняя ошибка сервера.",
+ "You can not write to a folder" : "Вы не можете записать в каталог",
"Cannot save file as it has been modified since opening" : "Невозможно сохранить файл поскольку он был изменен после открытия ",
"Insufficient permissions" : "Недостаточно прав доступа",
"File path not supplied" : "Неизвестен путь файла",
@@ -14,7 +16,11 @@
"Saved" : "Сохранено",
"There was a problem saving your changes. Click to resume editing." : "Произошла ошибка во время сохранения изменений. Нажмите для продолжения редактирования.",
"An error occurred!" : "Произошла ошибка!",
- "Text file" : "Текстовый файл",
- "New text file.txt" : "Новый текстовый документ.txt"
+ "Edit" : "Править",
+ "Mixed" : "Смешанный",
+ "Preview" : "Предварительный просмотр",
+ "New text file" : "Новый текстовый файл",
+ "New text file.txt" : "Новый текстовый документ.txt",
+ "Text editor" : "Редактор текста"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file