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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-13 05:50:57 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-13 05:50:57 +0300
commit8fc185602649e4cf907ffebb9171d15696fcf5ca (patch)
tree7749eb00d4985d533e691d5dba302fa78ac6002b
parent5b6cd207b8a7e7d4e21d65f64e52f27516cc14f1 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/eu.js8
-rw-r--r--l10n/eu.json6
-rw-r--r--l10n/sk.js9
-rw-r--r--l10n/sk.json7
-rw-r--r--l10n/zh_TW.js7
-rw-r--r--l10n/zh_TW.json5
6 files changed, 42 insertions, 0 deletions
diff --git a/l10n/eu.js b/l10n/eu.js
new file mode 100644
index 0000000..4de1351
--- /dev/null
+++ b/l10n/eu.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "survey_client",
+ {
+ "Usage survey" : "Erabilera inkesta",
+ "Not now" : "Orain ez",
+ "Never" : "Inoiz ez"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eu.json b/l10n/eu.json
new file mode 100644
index 0000000..18ee1d1
--- /dev/null
+++ b/l10n/eu.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Usage survey" : "Erabilera inkesta",
+ "Not now" : "Orain ez",
+ "Never" : "Inoiz ez"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/sk.js b/l10n/sk.js
new file mode 100644
index 0000000..3fe3119
--- /dev/null
+++ b/l10n/sk.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "survey_client",
+ {
+ "Help improve Nextcloud" : "Pomôžte vylepšiť Nextcloud",
+ "Not now" : "Teraz nie",
+ "Never" : "Nikdy",
+ "Data to send" : "Dáta na odoslanie"
+},
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
new file mode 100644
index 0000000..3510201
--- /dev/null
+++ b/l10n/sk.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Help improve Nextcloud" : "Pomôžte vylepšiť Nextcloud",
+ "Not now" : "Teraz nie",
+ "Never" : "Nikdy",
+ "Data to send" : "Dáta na odoslanie"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
+} \ No newline at end of file
diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js
new file mode 100644
index 0000000..85c43e3
--- /dev/null
+++ b/l10n/zh_TW.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "survey_client",
+ {
+ "Usage survey" : "用量調查",
+ "An error occurred while sending your report." : "送出報告時發生錯誤。"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json
new file mode 100644
index 0000000..e9d78d3
--- /dev/null
+++ b/l10n/zh_TW.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Usage survey" : "用量調查",
+ "An error occurred while sending your report." : "送出報告時發生錯誤。"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file