mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-14 22:30:10 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
|
{
|
||
|
"meta": {
|
||
|
"name": "English (US)"
|
||
|
},
|
||
|
"strings": {
|
||
|
"pageTitle": "Create Jellyfin Account",
|
||
|
"createAccountHeader": "Create Account",
|
||
|
"accountDetails": "Details",
|
||
|
"emailAddress": "Email",
|
||
|
"username": "Username",
|
||
|
"password": "Password",
|
||
|
"createAccountButton": "Create Account",
|
||
|
"passwordRequirementsHeader": "Password Requirements",
|
||
|
"successHeader": "Success!",
|
||
|
"successContinueButton": "Continue",
|
||
|
"validationStrings": {
|
||
|
"length": {
|
||
|
"singular": "Must have at least {n} character",
|
||
|
"plural": "Must have a 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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|