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

github.com/nextcloud/bruteforcesettings.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:34:32 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 05:34:32 +0300
commit239dbed2df85c06ee772917b068cfc5f29b71e1a (patch)
tree3b6317d91a0365fef6a9ad4af16f231b445cd1fc
parentab5906aa0a2e7d3204b0ae2c150b0c442cb65607 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/gd.js6
-rw-r--r--l10n/gd.json4
-rw-r--r--l10n/lo.js1
-rw-r--r--l10n/lo.json1
-rw-r--r--l10n/tk.js6
-rw-r--r--l10n/tk.json4
6 files changed, 22 insertions, 0 deletions
diff --git a/l10n/gd.js b/l10n/gd.js
new file mode 100644
index 0000000..78ca8e4
--- /dev/null
+++ b/l10n/gd.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "bruteforcesettings",
+ {
+ "Delete" : "Sguab às"
+},
+"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..7099979
--- /dev/null
+++ b/l10n/gd.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Delete" : "Sguab às"
+},"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/lo.js b/l10n/lo.js
index ab1c58b..6fec2f5 100644
--- a/l10n/lo.js
+++ b/l10n/lo.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"bruteforcesettings",
{
+ "Add" : "ເພີ່ມ",
"Delete" : "ລຶບ"
},
"nplurals=1; plural=0;");
diff --git a/l10n/lo.json b/l10n/lo.json
index 05b3ec0..0399eec 100644
--- a/l10n/lo.json
+++ b/l10n/lo.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Add" : "ເພີ່ມ",
"Delete" : "ລຶບ"
},"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..da4c314
--- /dev/null
+++ b/l10n/tk.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "bruteforcesettings",
+ {
+ "Delete" : "Pozmak"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/tk.json b/l10n/tk.json
new file mode 100644
index 0000000..3bf6f41
--- /dev/null
+++ b/l10n/tk.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Delete" : "Pozmak"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file