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" ,
2023-06-22 17:31:16 +00:00
"oldPassword" : "Old Password" ,
"newPassword" : "New Password" ,
2020-10-30 22:51:47 +00:00
"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." ,
2023-06-17 11:48:28 +00:00
"matrixEnterUser" : "Enter your User ID, press submit, and a PIN will be sent to you. Enter it here to continue." ,
2023-06-19 17:03:35 +00:00
"welcomeUser" : "Welcome, {user}!" ,
2023-06-20 20:43:25 +00:00
"addContactMethod" : "Add Contact Method" ,
"editContactMethod" : "Edit Contact Method" ,
2023-06-21 10:26:59 +00:00
"joinTheServer" : "Join the server:" ,
"customMessagePlaceholderHeader" : "Customize this card" ,
2023-06-22 09:11:56 +00:00
"customMessagePlaceholderContent" : "Click the user page edit button in settings to customize this card, or show one on the login screen, and don't worry, the user can't see this." ,
"userPageSuccessMessage" : "You can see and change details about your account later on the {myAccount} page." ,
2023-06-22 11:04:40 +00:00
"resetPassword" : "Reset Password" ,
"resetPasswordThroughJellyfin" : "To reset your password, visit {jfLink} and press the \"Forgot Password\" button." ,
2023-06-22 11:33:40 +00:00
"resetPasswordThroughLink" : "To reset your password, enter your username, email address or a linked contact method username, and submit. A link will be sent to reset your password." ,
2023-06-22 11:04:40 +00:00
"resetSent" : "Reset Sent." ,
2023-06-22 17:31:16 +00:00
"resetSentDescription" : "If an account with the given username/contact method exists, a password reset link has been sent via all contact methods available. The code will expire in 30 minutes." ,
2023-09-07 15:24:40 +00:00
"changePassword" : "Change Password" ,
"referralsDescription" : "Invite friends & family to Jellyfin with this link. Come back here for a new one if it expires." ,
2023-09-07 19:19:25 +00:00
"copyReferral" : "Copy Link" ,
2023-09-08 12:31:05 +00:00
"invitedBy" : "You were invited by user {user}."
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." ,
2023-02-01 15:11:10 +00:00
"errorAccountLinked" : "Account already in use." ,
"errorEmailLinked" : "Email already in use." ,
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." ,
2023-06-22 19:54:52 +00:00
"errorOldPassword" : "Old password incorrect." ,
"passwordChanged" : "Password Changed." ,
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
}
}
2023-09-07 19:19:25 +00:00
}