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

github.com/pierre-alain-b/rainloop-nextcloud.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 06:52:41 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 06:52:41 +0300
commitf1e5dc21119cc8bd4201281e8da3ed78f7c77329 (patch)
tree4dc40b4119eacd9e73da2397f8944aa315c3ff24
parent9683279eecba3aeba222cadf14879b46ef9e1a33 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/gd.js9
-rw-r--r--l10n/gd.json7
-rw-r--r--l10n/kab.js2
-rw-r--r--l10n/kab.json2
-rw-r--r--l10n/lo.js2
-rw-r--r--l10n/lo.json2
-rw-r--r--l10n/tk.js8
-rw-r--r--l10n/tk.json6
8 files changed, 38 insertions, 0 deletions
diff --git a/l10n/gd.js b/l10n/gd.js
new file mode 100644
index 0000000..2206e38
--- /dev/null
+++ b/l10n/gd.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "rainloop",
+ {
+ "Email" : "Post-d",
+ "Error" : "Mearachd",
+ "Save" : "Sàbhail",
+ "Password" : "Facal-faire"
+},
+"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");
diff --git a/l10n/gd.json b/l10n/gd.json
new file mode 100644
index 0000000..fbafed6
--- /dev/null
+++ b/l10n/gd.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Email" : "Post-d",
+ "Error" : "Mearachd",
+ "Save" : "Sàbhail",
+ "Password" : "Facal-faire"
+},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"
+} \ No newline at end of file
diff --git a/l10n/kab.js b/l10n/kab.js
index afb8501..828f440 100644
--- a/l10n/kab.js
+++ b/l10n/kab.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"rainloop",
{
+ "Email" : "Imayl",
+ "Error" : "Erreur",
"Save" : "Sekles",
"Password" : "Awal uffir"
},
diff --git a/l10n/kab.json b/l10n/kab.json
index 1ca536b..556a8ce 100644
--- a/l10n/kab.json
+++ b/l10n/kab.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "Email" : "Imayl",
+ "Error" : "Erreur",
"Save" : "Sekles",
"Password" : "Awal uffir"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/lo.js b/l10n/lo.js
index d8f65ee..80ef664 100644
--- a/l10n/lo.js
+++ b/l10n/lo.js
@@ -1,7 +1,9 @@
OC.L10N.register(
"rainloop",
{
+ "Email" : "ອິເມວ",
"Error" : "ຜິດພາດ",
+ "Save" : "ບັນທຶກ",
"Password" : "ລະຫັດຜ່ານ"
},
"nplurals=1; plural=0;");
diff --git a/l10n/lo.json b/l10n/lo.json
index 7eefc85..9704feb 100644
--- a/l10n/lo.json
+++ b/l10n/lo.json
@@ -1,5 +1,7 @@
{ "translations": {
+ "Email" : "ອິເມວ",
"Error" : "ຜິດພາດ",
+ "Save" : "ບັນທຶກ",
"Password" : "ລະຫັດຜ່ານ"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/l10n/tk.js b/l10n/tk.js
new file mode 100644
index 0000000..9688b7b
--- /dev/null
+++ b/l10n/tk.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "rainloop",
+ {
+ "Error" : "ýalňyşlyk",
+ "Save" : "Saklamak",
+ "Password" : "Açarsöz"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/tk.json b/l10n/tk.json
new file mode 100644
index 0000000..0c12f19
--- /dev/null
+++ b/l10n/tk.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Error" : "ýalňyşlyk",
+ "Save" : "Saklamak",
+ "Password" : "Açarsöz"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file