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

ru.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb0e7ba538a332bda4cc8b896ff041ef77a61be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
OC.L10N.register(
    "files_texteditor",
    {
    "saving..." : "сохранение…",
    "saved!" : "сохранено!",
    "failed!" : "ошибка!",
    "Saved" : "Сохранено",
    "There was a problem saving your changes. Click to resume editing." : "Во время сохранения изменений произошла ошибка . Нажмите для продолжения редактирования.",
    "An error occurred!" : "Произошла ошибка!",
    "Edit" : "Править",
    "Mixed" : "Смешанный",
    "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" : "Неизвестно время модификации файла",
    "Share not found" : "Общий доступ не найден",
    "You are not authorized to open this share" : "Вы не авторизованы для открытия этого общего доступа",
    "Invalid range request" : "Неправильный запрос на диапазон",
    "Text editor" : "Редактор текста"
},
"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);");