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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-06-07 06:04:22 +0300
committerNextcloud bot <bot@nextcloud.com>2020-06-07 06:04:22 +0300
commit797c1cd58181fb5eeea9fa043d861644eba3500f (patch)
tree87d8e942338a2e126671bf133d957889a30c8b9e
parentbd35010587e0782a95eb486db91f546646241562 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/uk.js10
-rw-r--r--l10n/uk.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
new file mode 100644
index 00000000..6c3aa2e4
--- /dev/null
+++ b/l10n/uk.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "user_saml",
+ {
+ "Saved" : "Збережено",
+ "Email address" : "Адреса ел.пошти",
+ "Open documentation" : "Відкрити документацію",
+ "General" : "Загальна",
+ "Error" : "Помилка"
+},
+"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);");
diff --git a/l10n/uk.json b/l10n/uk.json
new file mode 100644
index 00000000..4ba0ae53
--- /dev/null
+++ b/l10n/uk.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Saved" : "Збережено",
+ "Email address" : "Адреса ел.пошти",
+ "Open documentation" : "Відкрити документацію",
+ "General" : "Загальна",
+ "Error" : "Помилка"
+},"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);"
+} \ No newline at end of file