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

github.com/nextcloud/files_rightclick.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:50:06 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 05:50:06 +0300
commite7f42dd2c7c21c6d4ab4b39424006f0117ea9ba8 (patch)
tree176e6f24d942d3b044b6c983202fe9e35c8ce948
parent312b2aacf07d8a2d9803d17763f9d9dd7c53853c (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/lo.js6
-rw-r--r--l10n/lo.json4
-rw-r--r--l10n/vi.js1
-rw-r--r--l10n/vi.json1
4 files changed, 12 insertions, 0 deletions
diff --git a/l10n/lo.js b/l10n/lo.js
new file mode 100644
index 0000000..b810358
--- /dev/null
+++ b/l10n/lo.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "files_rightclick",
+ {
+ "Select" : "ເລືອກ"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/lo.json b/l10n/lo.json
new file mode 100644
index 0000000..f1b658e
--- /dev/null
+++ b/l10n/lo.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Select" : "ເລືອກ"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/vi.js b/l10n/vi.js
index df69425..060a261 100644
--- a/l10n/vi.js
+++ b/l10n/vi.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_rightclick",
{
+ "Unselect" : "Bỏ chọn",
"Select" : "Select"
},
"nplurals=1; plural=0;");
diff --git a/l10n/vi.json b/l10n/vi.json
index 9248746..0196989 100644
--- a/l10n/vi.json
+++ b/l10n/vi.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unselect" : "Bỏ chọn",
"Select" : "Select"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file