1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-02 23:57:46 +02:00
jfa-go/lang/form/vi-vn.json
Harvey Tindall d3c5feaf1b
userpage: use form langfile, move login strings to common
login-related stuff was moved into common using the langmover script, so
that the user page doesn't have to use the admin language files.
2023-06-17 12:48:28 +01:00

60 lines
1.7 KiB
JSON

{
"meta": {
"name": "Tiếng Anh (Mỹ)"
},
"strings": {
"pageTitle": "Tạo tài khoản Jellyfin",
"createAccountHeader": "Tạo tài khoản",
"accountDetails": "Chi tiết",
"emailAddress": "Email",
"username": "Tên đăng nhập",
"password": "Mật khẩu",
"reEnterPassword": "Nhập lại mật khẩu",
"reEnterPasswordInvalid": "Mật khẩu không giống nhau.",
"createAccountButton": "Tạo tài khoản",
"passwordRequirementsHeader": "Yêu cầu mật khẩu",
"successHeader": "Thành công!",
"confirmationRequired": "Cần xác nhận email",
"confirmationRequiredMessage": "Hãy kiểm tra email của bạn để xác minh địa chỉ email.",
"yourAccountIsValidUntil": "",
"sendPIN": "",
"sendPINDiscord": "",
"matrixEnterUser": ""
},
"notifications": {
"errorUserExists": "",
"errorInvalidCode": "",
"errorTelegramVerification": "",
"errorDiscordVerification": "",
"errorMatrixVerification": "",
"errorInvalidPIN": "",
"errorUnknown": "",
"errorNoEmail": "",
"errorCaptcha": "",
"errorPassword": "",
"errorNoMatch": "",
"verified": ""
},
"validationStrings": {
"length": {
"singular": "",
"plural": ""
},
"uppercase": {
"singular": "",
"plural": ""
},
"lowercase": {
"singular": "",
"plural": ""
},
"number": {
"singular": "",
"plural": ""
},
"special": {
"singular": "",
"plural": ""
}
}
}