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.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/l10n/ru.json b/l10n/ru.json
index 4b133f3..fa233cb 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -1,15 +1,4 @@
{ "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" : "Неизвестен путь файла",
- "File mtime not supplied" : "Неизвестно время модификации файла",
"saving..." : "сохранение...",
"saved!" : "сохранен!",
"failed!" : "ошибка!",
@@ -21,6 +10,17 @@
"Preview" : "Предварительный просмотр",
"New text file" : "Новый текстовый файл",
"New text file.txt" : "Новый текстовый документ.txt",
+ "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" : "Неизвестен путь файла",
+ "File mtime not supplied" : "Неизвестно время модификации файла",
"Text editor" : "Редактор текста",
"Text file" : "Текстовый файл"
},"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);"