From b88324f9f9a9ebb16cc722ca777510ae35f548e2 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 16 Mar 2023 03:01:44 +0000 Subject: [PATCH] =?UTF-8?q?Fix(l10n):=20=F0=9F=94=A0=20Update=20translatio?= =?UTF-8?q?ns=20from=20Transifex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nextcloud bot --- l10n/vi.js | 7 +++++++ l10n/vi.json | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 l10n/vi.js create mode 100644 l10n/vi.json diff --git a/l10n/vi.js b/l10n/vi.js new file mode 100644 index 0000000..27ca65e --- /dev/null +++ b/l10n/vi.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "Phương thức HTTP không hợp lệ", + "Connected as {user}" : "Kết nối bởi {user}" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/vi.json b/l10n/vi.json new file mode 100644 index 0000000..95e8f77 --- /dev/null +++ b/l10n/vi.json @@ -0,0 +1,5 @@ +{ "translations": { + "Bad HTTP method" : "Phương thức HTTP không hợp lệ", + "Connected as {user}" : "Kết nối bởi {user}" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file