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-30 19:19:12 +00:00
|
|
|
"confirmationRequired": "Email confirmation required",
|
2021-02-28 00:44:28 +00:00
|
|
|
"confirmationRequiredMessage": "Please check your email inbox to verify your address.",
|
2021-05-07 00:08:12 +00:00
|
|
|
"yourAccountIsValidUntil": "Your account will be valid until {date}.",
|
2021-05-21 20:35:25 +00:00
|
|
|
"sendPIN": "Send the PIN below to the bot, then come back here to link your account.",
|
2022-01-26 20:00:40 +00:00
|
|
|
"sendPINDiscord": "Type {command} in {server_channel} on Discord, then send the PIN below.",
|
2021-05-29 16:43:11 +00:00
|
|
|
"matrixEnterUser": "Enter your User ID, press submit, and a PIN will be sent to you. Enter it here to continue."
|
2021-01-18 22:06:50 +00:00
|
|
|
},
|
2021-01-25 18:01:18 +00:00
|
|
|
"notifications": {
|
|
|
|
"errorUserExists": "User already exists.",
|
2021-05-07 00:08:12 +00:00
|
|
|
"errorInvalidCode": "Invalid invite code.",
|
2021-05-07 13:32:51 +00:00
|
|
|
"errorTelegramVerification": "Telegram verification required.",
|
2021-05-21 20:35:25 +00:00
|
|
|
"errorDiscordVerification": "Discord verification required.",
|
2021-05-29 17:51:43 +00:00
|
|
|
"errorMatrixVerification": "Matrix verification required.",
|
2021-05-21 20:35:25 +00:00
|
|
|
"errorInvalidPIN": "PIN is invalid.",
|
2021-05-29 16:43:11 +00:00
|
|
|
"errorUnknown": "Unknown error.",
|
2021-12-20 18:44:31 +00:00
|
|
|
"errorNoEmail": "Email required.",
|
2022-01-10 01:55:48 +00:00
|
|
|
"errorCaptcha": "Captcha incorrect.",
|
2022-01-27 16:48:46 +00:00
|
|
|
"errorPassword": "Check password requirements.",
|
|
|
|
"errorNoMatch": "Passwords don't match.",
|
2021-05-21 20:35:25 +00:00
|
|
|
"verified": "Account verified."
|
2021-01-25 18:01:18 +00:00
|
|
|
},
|
2021-01-18 22:06:50 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|