From e7f42dd2c7c21c6d4ab4b39424006f0117ea9ba8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 24 Apr 2022 02:50:06 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/lo.js | 6 ++++++ l10n/lo.json | 4 ++++ l10n/vi.js | 1 + l10n/vi.json | 1 + 4 files changed, 12 insertions(+) create mode 100644 l10n/lo.js create mode 100644 l10n/lo.json 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 -- cgit v1.2.3