mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
Harvey Tindall
d3c5feaf1b
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.
60 lines
1.7 KiB
JSON
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": ""
|
|
}
|
|
}
|
|
} |