mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
Harvey Tindall
9370913ace
When enabled (in Settings > Password Resets), a magic link will be sent instead of a PIN when the user tries reset their password. By doing this the user doesn't have to keep the Jellyfin tab open to enter the code.
67 lines
2.6 KiB
JSON
67 lines
2.6 KiB
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"strings": {
|
|
"ifItWasNotYou": "If this wasn't you, please ignore this email.",
|
|
"helloUser": "Hi {username},"
|
|
},
|
|
"userCreated": {
|
|
"name": "User creation",
|
|
"title": "Notice: User created",
|
|
"aUserWasCreated": "A user was created using code {code}.",
|
|
"time": "Time",
|
|
"notificationNotice": "Note: Notification emails can be toggled on the admin dashboard."
|
|
},
|
|
"inviteExpiry": {
|
|
"name": "Invite expiry",
|
|
"title": "Notice: Invite expired",
|
|
"inviteExpired": "Invite expired.",
|
|
"expiredAt": "Code {code} expired at {time}.",
|
|
"notificationNotice": "Note: Notification emails can be toggled on the admin dashboard."
|
|
},
|
|
"passwordReset": {
|
|
"name": "Password reset",
|
|
"title": "Password reset requested - Jellyfin",
|
|
"someoneHasRequestedReset": "Someone has recently requested a password reset on Jellyfin.",
|
|
"ifItWasYou": "If this was you, enter the pin below into the prompt.",
|
|
"ifItWasYouLink": "If this was you, click the link below.",
|
|
"codeExpiry": "The code will expire on {date}, at {time} UTC, which is in {expiresInMinutes}.",
|
|
"pin": "PIN"
|
|
},
|
|
"userDeleted": {
|
|
"name": "User deletion",
|
|
"title": "Your account was deleted - Jellyfin",
|
|
"yourAccountWasDeleted": "Your Jellyfin account was deleted.",
|
|
"reason": "Reason"
|
|
},
|
|
"inviteEmail": {
|
|
"name": "Invite email",
|
|
"title": "Invite - Jellyfin",
|
|
"hello": "Hi",
|
|
"youHaveBeenInvited": "You've been invited to Jellyfin.",
|
|
"toJoin": "To join, follow the below link.",
|
|
"inviteExpiry": "This invite will expire on {date} at {time}, which is in {expiresInMinutes}, so act quick.",
|
|
"linkButton": "Setup your account"
|
|
},
|
|
"welcomeEmail": {
|
|
"name": "Welcome email",
|
|
"title": "Welcome to Jellyfin",
|
|
"welcome": "Welcome to Jellyfin!",
|
|
"youCanLoginWith": "You can login with the details below",
|
|
"jellyfinURL": "URL"
|
|
},
|
|
"emailConfirmation": {
|
|
"name": "Confirmation email",
|
|
"title": "Confirm your email - Jellyfin",
|
|
"clickBelow": "Click the link below to confirm your email address and start using Jellyfin.",
|
|
"confirmEmail": "Confirm Email"
|
|
},
|
|
"userExpired": {
|
|
"name": "User expiry",
|
|
"title": "Your account has expired - Jellyfin",
|
|
"yourAccountHasExpired": "Your account has expired.",
|
|
"contactTheAdmin": "Contact the administrator for more info."
|
|
}
|
|
}
|