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

ru.json « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b547753c5ac61d4e827f33a58d437109ff96fb2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ "translations": {
    "Can not read the file." : "Не удается прочитать файл.",
    "Invalid file path supplied." : "Указан некорректный путь.",
    "Cannot save file as it has been modified since opening" : "Невозможно сохранить файл поскольку он был изменен после открытия ",
    "Insufficient permissions" : "Недостаточно прав доступа",
    "File path not supplied" : "Неизвестен путь файла",
    "File mtime not supplied" : "Неизвестно время модификации файла",
    "Save" : "Сохранить",
    "Search" : "Найти",
    "Next" : "Следующий",
    "Clear" : "Очистить",
    "Saving..." : "Сохранение...",
    "An error occurred!" : "Произошла ошибка!",
    "There are unsaved changes in the text editor" : "В текстовом редакторе есть несохранённые изменения",
    "There were unsaved changes, click here to go back" : "Имеются несохранённые изменения, нажмите сюда для возврата"
},"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);"
}