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:
authorNextcloud bot <bot@nextcloud.com>2020-04-11 06:08:47 +0300
committerNextcloud bot <bot@nextcloud.com>2020-04-11 06:08:47 +0300
commit15439fd6f06f29e96dc8eaf5716660e26dc955da (patch)
tree9ad56ffbaa9a4142f695486f5c76c6d2d2ef3567
parent27c3f161f5469bf326c30f55b421e4d80b1e495d (diff)
[tx-robot] updated from transifexv19.0.0beta4v19.0.0beta3
-rw-r--r--l10n/uk.js8
-rw-r--r--l10n/uk.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
new file mode 100644
index 000000000..d5f7abc44
--- /dev/null
+++ b/l10n/uk.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "text",
+ {
+ "Retry" : "Ще раз",
+ "Edit" : "Редашувати",
+ "Undo" : "відмінити"
+},
+"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 000000000..ce7d39ab8
--- /dev/null
+++ b/l10n/uk.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Retry" : "Ще раз",
+ "Edit" : "Редашувати",
+ "Undo" : "відмінити"
+},"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