mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-04 17:30:11 +00:00
Harvey Tindall
d3c5feaf1b
login-related stuff was moved into common using the langmover script, so that the user page doesn't have to use the admin language files.
16 lines
685 B
JSON
16 lines
685 B
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"strings": {
|
|
"passwordReset": "Password reset",
|
|
"reset": "Reset",
|
|
"resetFailed": "Password reset failed",
|
|
"tryAgain": "Please try again.",
|
|
"youCanLogin": "You can now log in with the below code as your password.",
|
|
"youCanLoginOmbi": "You can now log in to Jellyfin & Ombi with the below code as your password.",
|
|
"youCanLoginPassword": "You can now login with your new password. Press below to continue to Jellyfin.",
|
|
"changeYourPassword": "Make sure to change your password after you log in.",
|
|
"enterYourPassword": "Enter your new password below."
|
|
}
|
|
} |