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

uk.json « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b8088a878169438658ee3cfdc827ec6540c1a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "translations": {
    "saving..." : "збереження...",
    "saved!" : "збережено!",
    "failed!" : "не вдалося!",
    "Saved" : "Збережено",
    "There was a problem saving your changes. Click to resume editing." : "Трапилася проблема при збереженні змін. Натисніть, щоб продовжити редагування.",
    "An error occurred!" : "Сталася помилка!",
    "New text file.txt" : "Новий текстовий файл file.txt",
    "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." : "Виникла внутрішня помилка серверу.",
    "Cannot save file as it has been modified since opening" : "Неможливо зберегти файл оскільки він був змінений після відкриття",
    "Insufficient permissions" : "Недостатньо прав доступу",
    "File path not supplied" : "Невідомий шлях файлу",
    "File mtime not supplied" : "Невідомий час модифікації файлу"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}