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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/uk.json')
-rw-r--r--lib/l10n/uk.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json
new file mode 100644
index 00000000000..b2f1abd486b
--- /dev/null
+++ b/lib/l10n/uk.json
@@ -0,0 +1,52 @@
+{ "translations": {
+ "Cannot write into \"config\" directory!" : "Не можу писати у каталог \"config\"!",
+ "This can usually be fixed by giving the webserver write access to the config directory" : "Зазвичай це можна виправити, надавши веб-серверу права на запис в теці конфігурації",
+ "See %s" : "Перегляд %s",
+ "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Зазвичай це можна виправити, %sнадавши веб-серверу права на запис в теці конфігурації%s.",
+ "Sample configuration detected" : "Виявлено приклад конфігурації",
+ "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Була виявлена конфігурація з прикладу. Це може нашкодити вашій системі та не підтримується. Будь ласка, зверніться до документації перед внесенням змін в файл config.php",
+ "Help" : "Допомога",
+ "Personal" : "Особисте",
+ "Settings" : "Налаштування",
+ "Users" : "Користувачі",
+ "Admin" : "Адмін",
+ "Recommended" : "Рекомендуємо",
+ "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Додаток \\\"%s\\\" не встановлено через несумісність з даною версією ownCloud.",
+ "No app name specified" : "Не вказано ім'я додатку",
+ "Unknown filetype" : "Невідомий тип файлу",
+ "Invalid image" : "Невірне зображення",
+ "web services under your control" : "підконтрольні Вам веб-сервіси",
+ "App directory already exists" : "Тека додатку вже існує",
+ "Can't create app folder. Please fix permissions. %s" : "Неможливо створити теку додатку. Будь ласка, виправте права доступу. %s",
+ "No source specified when installing app" : "Не вказано джерело при встановлені додатку",
+ "Application is not enabled" : "Додаток не увімкнений",
+ "Authentication error" : "Помилка автентифікації",
+ "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.",
+ "%s enter the database username." : "%s введіть ім'я користувача бази даних.",
+ "%s enter the database name." : "%s введіть назву бази даних.",
+ "%s you may not use dots in the database name" : "%s не можна використовувати крапки в назві бази даних",
+ "MS SQL username and/or password not valid: %s" : "MS SQL ім'я користувача та/або пароль не дійсні: %s",
+ "You need to enter either an existing account or the administrator." : "Вам потрібно ввести або існуючий обліковий запис або administrator.",
+ "DB Error: \"%s\"" : "Помилка БД: \"%s\"",
+ "Offending command was: \"%s\"" : "Команда, що викликала проблему: \"%s\"",
+ "Oracle username and/or password not valid" : "Oracle ім'я користувача та/або пароль не дійсні",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Команда, що викликала проблему: \"%s\", ім'я: %s, пароль: %s",
+ "PostgreSQL username and/or password not valid" : "PostgreSQL ім'я користувача та/або пароль не дійсні",
+ "Set an admin username." : "Встановіть ім'я адміністратора.",
+ "Set an admin password." : "Встановіть пароль адміністратора.",
+ "%s shared »%s« with you" : "%s розподілено »%s« з тобою",
+ "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"",
+ "seconds ago" : "секунди тому",
+ "_%n minute ago_::_%n minutes ago_" : ["","","%n хвилин тому"],
+ "_%n hour ago_::_%n hours ago_" : ["","","%n годин тому"],
+ "today" : "сьогодні",
+ "yesterday" : "вчора",
+ "_%n day go_::_%n days ago_" : ["","","%n днів тому"],
+ "last month" : "минулого місяця",
+ "_%n month ago_::_%n months ago_" : ["","","%n місяців тому"],
+ "last year" : "минулого року",
+ "years ago" : "роки тому",
+ "A valid username must be provided" : "Потрібно задати вірне ім'я користувача",
+ "A valid password must be provided" : "Потрібно задати вірний пароль"
+},"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);"
+} \ No newline at end of file