From 6a6cdffeb8ec1db65f27237dca0132b94247dc82 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 17 Jul 2024 01:01:08 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/vi.js | 2 ++ l10n/vi.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/l10n/vi.js b/l10n/vi.js index 27ca65e..a490875 100644 --- a/l10n/vi.js +++ b/l10n/vi.js @@ -2,6 +2,8 @@ OC.L10N.register( "integration_moodle", { "Bad HTTP method" : "Phương thức HTTP không hợp lệ", + "Bad credentials" : "Thông tin đăng nhập không hợp lệ.", + "Connected accounts" : "Đã kết nối tài khoản", "Connected as {user}" : "Kết nối bởi {user}" }, "nplurals=1; plural=0;"); diff --git a/l10n/vi.json b/l10n/vi.json index 95e8f77..4ca3f0a 100644 --- a/l10n/vi.json +++ b/l10n/vi.json @@ -1,5 +1,7 @@ { "translations": { "Bad HTTP method" : "Phương thức HTTP không hợp lệ", + "Bad credentials" : "Thông tin đăng nhập không hợp lệ.", + "Connected accounts" : "Đã kết nối tài khoản", "Connected as {user}" : "Kết nối bởi {user}" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file