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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-05-22 05:51:37 +0300
committerNextcloud bot <bot@nextcloud.com>2020-05-22 05:51:37 +0300
commit04c3b5800c10d9e7e1a7ec8364777e93f1dbc855 (patch)
tree4df70fbb6631b872a7039dcde0c1cb3ef13ac69b
parent2d6b86ae0c709b22caa219c2f75b3b9c1bb1e120 (diff)
[tx-robot] updated from transifexv16.0.11RC1v16.0.11stable16
-rw-r--r--l10n/uk.js7
-rw-r--r--l10n/uk.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
new file mode 100644
index 0000000..c5419cf
--- /dev/null
+++ b/l10n/uk.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "password_policy",
+ {
+ "Password policy" : "Політика паролей",
+ "Minimal length" : "Мінімальна довжина"
+},
+"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 0000000..8bb3ba4
--- /dev/null
+++ b/l10n/uk.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Password policy" : "Політика паролей",
+ "Minimal length" : "Мінімальна довжина"
+},"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