1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-01 15:17:47 +02:00
jfa-go/lang/pwreset/en-gb.json
Harvey Tindall d3c5feaf1b
userpage: use form langfile, move login strings to common
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.
2023-06-17 12:48:28 +01:00

16 lines
685 B
JSON

{
"meta": {
"name": "English (GB)"
},
"strings": {
"youCanLoginOmbi": "You can now log in to Jellyfin & Ombi with the below code as your password.",
"passwordReset": "Password reset",
"resetFailed": "Password reset failed",
"tryAgain": "Please try again.",
"youCanLogin": "You can now log in with the below code as your password.",
"changeYourPassword": "Make sure to change your password after you log in.",
"reset": "Reset",
"enterYourPassword": "Enter your new password below.",
"youCanLoginPassword": "You can now login with your new password. Press below to continue to Jellyfin."
}
}