2020-10-30 22:51:47 +00:00
|
|
|
{
|
|
|
|
"meta": {
|
|
|
|
"name": "English (US)"
|
|
|
|
},
|
|
|
|
"strings": {
|
|
|
|
"pageTitle": "Create Jellyfin Account",
|
|
|
|
"createAccountHeader": "Create Account",
|
|
|
|
"accountDetails": "Details",
|
|
|
|
"emailAddress": "Email",
|
|
|
|
"username": "Username",
|
|
|
|
"password": "Password",
|
2020-11-04 20:46:06 +00:00
|
|
|
"reEnterPassword": "Re-enter Password",
|
|
|
|
"reEnterPasswordInvalid": "Passwords are not the same.",
|
2020-10-30 22:51:47 +00:00
|
|
|
"createAccountButton": "Create Account",
|
|
|
|
"passwordRequirementsHeader": "Password Requirements",
|
|
|
|
"successHeader": "Success!",
|
2021-01-18 22:06:50 +00:00
|
|
|
"successContinueButton": "Continue"
|
|
|
|
},
|
|
|
|
"validationStrings": {
|
|
|
|
"length": {
|
|
|
|
"singular": "Must have at least {n} character",
|
|
|
|
"plural": "Must have at least {n} characters"
|
|
|
|
},
|
|
|
|
"uppercase": {
|
|
|
|
"singular": "Must have at least {n} uppercase character",
|
|
|
|
"plural": "Must have at least {n} uppercase characters"
|
|
|
|
},
|
|
|
|
"lowercase": {
|
|
|
|
"singular": "Must have at least {n} lowercase character",
|
|
|
|
"plural": "Must have at least {n} lowercase characters"
|
|
|
|
},
|
|
|
|
"number": {
|
|
|
|
"singular": "Must have at least {n} number",
|
|
|
|
"plural": "Must have at least {n} numbers"
|
|
|
|
},
|
|
|
|
"special": {
|
|
|
|
"singular": "Must have at least {n} special character",
|
|
|
|
"plural": "Must have at least {n} special characters"
|
2020-10-30 22:51:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|