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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/uk.js')
-rw-r--r--l10n/uk.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
new file mode 100644
index 00000000..2b2c3a70
--- /dev/null
+++ b/l10n/uk.js
@@ -0,0 +1,16 @@
+OC.L10N.register(
+ "firstrunwizard",
+ {
+ "First run wizard" : "Майстер першого запуску",
+ "Add your profile information! For example your email is needed to reset your password." : "Додайте інформацію в свій профіль! Наприклад, ваша електронна пошта необхідна для скидання пароля.",
+ "Add your profile information! Set a profile picture and full name for easier recognition across all features." : "Додайте інформацію в свій профіль! Встановіть зображення профілю та повне ім'я для полегшення розпізнавання у всіх функціях.",
+ "About" : "Про програму",
+ "A welcome and introduction wizard for Nextcloud" : "Ласкаво просимо в майстер знайомства з Nextcloud",
+ "Get the apps to sync your files" : "Отримати додатки для синхронізації ваших файлів",
+ "Desktop client" : "Клієнт для ПК",
+ "Android app" : "Android-додаток",
+ "iOS app" : "iOS додаток",
+ "Connect your desktop apps to %s" : "Під'єднати ваші додатки до %s",
+ "Access files via WebDAV" : "Доступ до файлів за допомогою WebDAV"
+},
+"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);");