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

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-24 05:40:04 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 05:40:04 +0300
commit3c36837cffddb05f9bb7904115f119a97914122e (patch)
treebc8fe4ee2b306085597b6dc076b885f4fa6a77a1
parent1d3b3503b7dabe080be318583d937f37d01979b4 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/be.js6
-rw-r--r--l10n/be.json4
-rw-r--r--l10n/id.js3
-rw-r--r--l10n/id.json3
-rw-r--r--l10n/ig.js6
-rw-r--r--l10n/ig.json4
-rw-r--r--l10n/mr.js6
-rw-r--r--l10n/mr.json4
-rw-r--r--l10n/ta.js6
-rw-r--r--l10n/ta.json4
10 files changed, 44 insertions, 2 deletions
diff --git a/l10n/be.js b/l10n/be.js
new file mode 100644
index 0000000..513e51d
--- /dev/null
+++ b/l10n/be.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "data_request",
+ {
+ "Hello %s," : "Прывітанне %s,"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/l10n/be.json b/l10n/be.json
new file mode 100644
index 0000000..f015e1a
--- /dev/null
+++ b/l10n/be.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Hello %s," : "Прывітанне %s,"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file
diff --git a/l10n/id.js b/l10n/id.js
index ee69993..ae7e1e8 100644
--- a/l10n/id.js
+++ b/l10n/id.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"data_request",
{
- "Hello %s," : "Halo %s,"
+ "Hello %s," : "Halo %s,",
+ "Account" : "Akun"
},
"nplurals=1; plural=0;");
diff --git a/l10n/id.json b/l10n/id.json
index c34f64c..a979d01 100644
--- a/l10n/id.json
+++ b/l10n/id.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Hello %s," : "Halo %s,"
+ "Hello %s," : "Halo %s,",
+ "Account" : "Akun"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/l10n/ig.js b/l10n/ig.js
new file mode 100644
index 0000000..56bc31c
--- /dev/null
+++ b/l10n/ig.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "data_request",
+ {
+ "Hello %s," : "Ndeewo %s"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/ig.json b/l10n/ig.json
new file mode 100644
index 0000000..693c1e1
--- /dev/null
+++ b/l10n/ig.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Hello %s," : "Ndeewo %s"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/mr.js b/l10n/mr.js
new file mode 100644
index 0000000..1ec7368
--- /dev/null
+++ b/l10n/mr.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "data_request",
+ {
+ "Hello %s," : "नमस्कार %s,"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/mr.json b/l10n/mr.json
new file mode 100644
index 0000000..354d4e0
--- /dev/null
+++ b/l10n/mr.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Hello %s," : "नमस्कार %s,"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/ta.js b/l10n/ta.js
new file mode 100644
index 0000000..d1c28dd
--- /dev/null
+++ b/l10n/ta.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "data_request",
+ {
+ "Hello %s," : "வணக்கம் %s,"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ta.json b/l10n/ta.json
new file mode 100644
index 0000000..aa90c3c
--- /dev/null
+++ b/l10n/ta.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Hello %s," : "வணக்கம் %s,"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file