diff options
Diffstat (limited to 'api/locales/vi/auth.json')
-rw-r--r-- | api/locales/vi/auth.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api/locales/vi/auth.json b/api/locales/vi/auth.json new file mode 100644 index 00000000..b2f59d44 --- /dev/null +++ b/api/locales/vi/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-mail hoặc số điện thoại không tồn tại", + "INVALID_PASSWORD": "Sai mật khẩu", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "register": { + "REGISTRATION_DISABLED": "Hệ thống hiện không cho phép tài khoản mới", + "INVITE_ONLY": "Bạn cần được mời để tạo tài khoản", + "EMAIL_INVALID": "Email không hợp lệ", + "EMAIL_ALREADY_REGISTERED": "Email đã tồn tại", + "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", + "CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Quá nhiều tài khoản trùng với username bạn chọn, xin vui lòng chọn username khác" + } +} |