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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/uk.json')
-rw-r--r--l10n/uk.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/l10n/uk.json b/l10n/uk.json
index 7008ea00e..f8a9f7916 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -1,5 +1,13 @@
{ "translations": {
"New text document" : "Новий текстовий документ",
+ "The file was uploaded" : "Файл завантажено",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Файл для завантаження перевищує параметр upload_max_filesize у php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує директиву MAX_FILE_SIZE, зазначену у HTML-формі",
+ "The file was only partially uploaded" : "Файл завантажено лише частково",
+ "No file was uploaded" : "Не вивантажено жодного файлу",
+ "Missing a temporary folder" : "Відсутня тека для тимчасових файлів",
+ "Could not write file to disk" : "Неможливо записати файл на диск",
+ "A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу",
"Nextcloud Text" : "Nextcloud Text",
"text document" : "текстовий документ",
"Readme" : "Readme",
@@ -9,11 +17,15 @@
"Use the saved version" : "Використовувати збережену версію",
"The document has been changed outside of the editor. The changes cannot be applied." : "Документ було змінено за межами редактора. Неможливо застосувати зміни.",
"File could not be loaded. Please check your internet connection." : "Неможливо завантажити файл. Перевірте з'єднання з інтернетом",
+ "Saving …" : "Збереження ..",
+ "Saved" : "Збережено",
"Last saved {lastSaved}" : "Збережено {lastSaved}",
"Unsaved changes" : "Незбережені зміни",
"Enter your name so other users can see who is editing" : "Зазначте ваше ім'я, щоби користувачі знали, хто редагує",
"Edit guest name" : "Редагувати ім'я гостя",
"Save guest name" : "Зберегти ім'я гостя",
+ "Formatting help" : "Форматування довідки",
+ "Keyboard shortcuts" : "Гарячі клавіші",
"Bold" : "Грубий",
"Italic" : "Курсив",
"Strikethrough" : "Перекреслений",
@@ -23,6 +35,7 @@
"Ordered list" : "Впорядкований список",
"Blockquote" : "Цитування",
"Code block" : "Код",
+ "Participants" : "Учасники",
"Show rich workspaces" : "Показувати робочі області",
"Add notes, lists or links …" : "Додавайте нотатки, створюйте списки та посилання...",
"Edit" : "Редашувати",
@@ -34,6 +47,8 @@
"Heading 4" : "Заголовок 4",
"Heading 5" : "Заголовок 5",
"ToDo list" : "Список завдань",
+ "Info" : "Info",
+ "Warning" : "Увага",
"Insert image" : "Додати зображення",
"_and %n other editor_::_and %n other editors_" : ["та %n інший дописувач","та %n інших дописувачів","та %n інших дописувачів","та %n інших дописувачів"]
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"