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

github.com/nextcloud/ocsms.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:10:27 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 06:10:27 +0300
commit4a190271c3d186ebda478caad5ffb510a2a4b2be (patch)
tree2262ad1b4ccfd5e24c025e7dcc2efa0da3946824
parentb877ccf781fe5c0e90d14664e504eb624627d030 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/gd.js8
-rw-r--r--l10n/gd.json6
-rw-r--r--l10n/kab.js3
-rw-r--r--l10n/kab.json3
-rw-r--r--l10n/lo.js3
-rw-r--r--l10n/lo.json3
-rw-r--r--l10n/mr.js6
-rw-r--r--l10n/mr.json4
-rw-r--r--l10n/nn_NO.js1
-rw-r--r--l10n/nn_NO.json1
-rw-r--r--l10n/oc.js4
-rw-r--r--l10n/oc.json4
-rw-r--r--l10n/ta.js1
-rw-r--r--l10n/ta.json1
-rw-r--r--l10n/th.js1
-rw-r--r--l10n/th.json1
-rw-r--r--l10n/tk.js4
-rw-r--r--l10n/tk.json4
18 files changed, 50 insertions, 8 deletions
diff --git a/l10n/gd.js b/l10n/gd.js
new file mode 100644
index 0000000..7d3e2ec
--- /dev/null
+++ b/l10n/gd.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Cancel" : "Sguir dheth",
+ "Settings" : "Roghainnean",
+ "Disable" : "Cuir à comas"
+},
+"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..f4339e4
--- /dev/null
+++ b/l10n/gd.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cancel" : "Sguir dheth",
+ "Settings" : "Roghainnean",
+ "Disable" : "Cuir à comas"
+},"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 b53ba5f..51592b7 100644
--- a/l10n/kab.js
+++ b/l10n/kab.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"ocsms",
{
"Cancel" : "Sefsex",
- "Settings" : "Iɣewwaṛen"
+ "Settings" : "Iɣewwaṛen",
+ "Disable" : "Désactiver"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/kab.json b/l10n/kab.json
index a1fc558..d5f9c46 100644
--- a/l10n/kab.json
+++ b/l10n/kab.json
@@ -1,5 +1,6 @@
{ "translations": {
"Cancel" : "Sefsex",
- "Settings" : "Iɣewwaṛen"
+ "Settings" : "Iɣewwaṛen",
+ "Disable" : "Désactiver"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/lo.js b/l10n/lo.js
index 40a554e..9557573 100644
--- a/l10n/lo.js
+++ b/l10n/lo.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Cancel" : "ຍົກເລີກ",
"Confirm" : "ຢືນຢັນ",
- "Settings" : "ການຕັ້ງຄ່າ"
+ "Settings" : "ການຕັ້ງຄ່າ",
+ "Disable" : "ປິດ"
},
"nplurals=1; plural=0;");
diff --git a/l10n/lo.json b/l10n/lo.json
index f326236..4904836 100644
--- a/l10n/lo.json
+++ b/l10n/lo.json
@@ -1,6 +1,7 @@
{ "translations": {
"Cancel" : "ຍົກເລີກ",
"Confirm" : "ຢືນຢັນ",
- "Settings" : "ການຕັ້ງຄ່າ"
+ "Settings" : "ການຕັ້ງຄ່າ",
+ "Disable" : "ປິດ"
},"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..f530a35
--- /dev/null
+++ b/l10n/mr.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Settings" : "सेटिंग"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/mr.json b/l10n/mr.json
new file mode 100644
index 0000000..a1f4092
--- /dev/null
+++ b/l10n/mr.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Settings" : "सेटिंग"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js
index 4833e1b..c2f9474 100644
--- a/l10n/nn_NO.js
+++ b/l10n/nn_NO.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Phone Sync" : "Telefon Synkronisering",
"Cancel" : "Avbryt",
"Settings" : "Instillingar",
+ "Notification settings" : "Varsel innstillingar",
"Enable" : "Slå på",
"Disable" : "Slå av"
},
diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json
index ecee458..5410e3b 100644
--- a/l10n/nn_NO.json
+++ b/l10n/nn_NO.json
@@ -2,6 +2,7 @@
"Phone Sync" : "Telefon Synkronisering",
"Cancel" : "Avbryt",
"Settings" : "Instillingar",
+ "Notification settings" : "Varsel innstillingar",
"Enable" : "Slå på",
"Disable" : "Slå av"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/oc.js b/l10n/oc.js
index 69abdce..3598574 100644
--- a/l10n/oc.js
+++ b/l10n/oc.js
@@ -2,8 +2,10 @@ OC.L10N.register(
"ocsms",
{
"Cancel" : "Anullar",
+ "Confirm" : "Confirmar",
"Settings" : "Paramètres",
"Notification settings" : "Paramètres de notificacions",
- "Enable" : "Activar"
+ "Enable" : "Activar",
+ "Disable" : "Desactivar"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
index fb95082..fd9a3bf 100644
--- a/l10n/oc.json
+++ b/l10n/oc.json
@@ -1,7 +1,9 @@
{ "translations": {
"Cancel" : "Anullar",
+ "Confirm" : "Confirmar",
"Settings" : "Paramètres",
"Notification settings" : "Paramètres de notificacions",
- "Enable" : "Activar"
+ "Enable" : "Activar",
+ "Disable" : "Desactivar"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/ta.js b/l10n/ta.js
index 6842605..d4abd2c 100644
--- a/l10n/ta.js
+++ b/l10n/ta.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Cancel" : "இரத்து செய்க",
"Settings" : "அமைப்புகள்",
+ "Label" : "Label",
"Enable" : "இயலச்செய்",
"Disable" : "இயலுமைப்ப"
},
diff --git a/l10n/ta.json b/l10n/ta.json
index 517f523..5d1bbf7 100644
--- a/l10n/ta.json
+++ b/l10n/ta.json
@@ -1,6 +1,7 @@
{ "translations": {
"Cancel" : "இரத்து செய்க",
"Settings" : "அமைப்புகள்",
+ "Label" : "Label",
"Enable" : "இயலச்செய்",
"Disable" : "இயலுமைப்ப"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/th.js b/l10n/th.js
index 002df7f..79949cf 100644
--- a/l10n/th.js
+++ b/l10n/th.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"ocsms",
{
"Cancel" : "ยกเลิก",
+ "Confirm" : "ยืนยัน",
"Settings" : "ตั้งค่า",
"Enable" : "เปิดใช้งาน",
"Disable" : "ปิดใช้งาน"
diff --git a/l10n/th.json b/l10n/th.json
index 406f443..8276237 100644
--- a/l10n/th.json
+++ b/l10n/th.json
@@ -1,5 +1,6 @@
{ "translations": {
"Cancel" : "ยกเลิก",
+ "Confirm" : "ยืนยัน",
"Settings" : "ตั้งค่า",
"Enable" : "เปิดใช้งาน",
"Disable" : "ปิดใช้งาน"
diff --git a/l10n/tk.js b/l10n/tk.js
index ae8eb20..382705a 100644
--- a/l10n/tk.js
+++ b/l10n/tk.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"ocsms",
{
- "Settings" : "Sazlamalar"
+ "Cancel" : "ýatyrmak",
+ "Settings" : "Sazlamalar",
+ "Disable" : "Öçürmek"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/tk.json b/l10n/tk.json
index 5510280..7ea32d5 100644
--- a/l10n/tk.json
+++ b/l10n/tk.json
@@ -1,4 +1,6 @@
{ "translations": {
- "Settings" : "Sazlamalar"
+ "Cancel" : "ýatyrmak",
+ "Settings" : "Sazlamalar",
+ "Disable" : "Öçürmek"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file