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

github.com/nextcloud/fulltextsearch.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:54:26 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 05:54:26 +0300
commitab67fc6021dcb950262833e2eca5d8b3b6e63448 (patch)
tree1a17f5fdcb31f601b3985be83081cc3348d26011
parentcb50e3c8780d5e4ca743c50c9015bcc861840d70 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/gd.js7
-rw-r--r--l10n/gd.json5
-rw-r--r--l10n/kab.js7
-rw-r--r--l10n/kab.json5
-rw-r--r--l10n/lo.js3
-rw-r--r--l10n/lo.json3
-rw-r--r--l10n/tk.js7
-rw-r--r--l10n/tk.json5
8 files changed, 40 insertions, 2 deletions
diff --git a/l10n/gd.js b/l10n/gd.js
new file mode 100644
index 0000000..9515dbd
--- /dev/null
+++ b/l10n/gd.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Search" : "Lorg",
+ "General" : "Coitcheann"
+},
+"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..ab27abf
--- /dev/null
+++ b/l10n/gd.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Search" : "Lorg",
+ "General" : "Coitcheann"
+},"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
new file mode 100644
index 0000000..086b516
--- /dev/null
+++ b/l10n/kab.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Search" : "Nadi",
+ "General" : "Amatu"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/kab.json b/l10n/kab.json
new file mode 100644
index 0000000..c09fe50
--- /dev/null
+++ b/l10n/kab.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Search" : "Nadi",
+ "General" : "Amatu"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/lo.js b/l10n/lo.js
index c632cdb..5c67645 100644
--- a/l10n/lo.js
+++ b/l10n/lo.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"fulltextsearch",
{
- "Search" : "ຄົ້ນຫາ"
+ "Search" : "ຄົ້ນຫາ",
+ "General" : "ທົ່ວໄປ"
},
"nplurals=1; plural=0;");
diff --git a/l10n/lo.json b/l10n/lo.json
index 94f3873..ab90e66 100644
--- a/l10n/lo.json
+++ b/l10n/lo.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Search" : "ຄົ້ນຫາ"
+ "Search" : "ຄົ້ນຫາ",
+ "General" : "ທົ່ວໄປ"
},"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..70e6e9f
--- /dev/null
+++ b/l10n/tk.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Search" : "Gözlemek",
+ "General" : "Esasy"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/tk.json b/l10n/tk.json
new file mode 100644
index 0000000..3cb7a26
--- /dev/null
+++ b/l10n/tk.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Search" : "Gözlemek",
+ "General" : "Esasy"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file