Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2024-07-17 01:01:08 +00:00
parent 8b4658069d
commit 6a6cdffeb8
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 4 additions and 0 deletions

View file

@ -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;");

View file

@ -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;"
}