mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #211 from LogicalPhallacy/passwordresetimprovements
Adds web options to support better password resets
This commit is contained in:
commit
3cc379d0bf
5 changed files with 30 additions and 3 deletions
|
@ -40,6 +40,7 @@
|
|||
"AspectRatio": "Aspect ratio",
|
||||
"AttributeNew": "New",
|
||||
"Audio": "Audio",
|
||||
"AuthProviderHelp": "Select an Authentication Provider to be used to authenticate this user's password",
|
||||
"Auto": "Auto",
|
||||
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
|
||||
"Backdrop": "Backdrop",
|
||||
|
@ -549,6 +550,7 @@
|
|||
"LabelArtistsHelp": "Separate multiple using ;",
|
||||
"LabelAudio": "Audio:",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelAuthProvider": "Authentication Provider:",
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"LabelBindToLocalNetworkAddress": "Bind to local network address:",
|
||||
"LabelBindToLocalNetworkAddressHelp": "Optional. Override the local IP address to bind the http server to. If left empty, the server will bind to all availabile addresses. Changing this value requires restarting Jellyfin Server.",
|
||||
|
@ -746,6 +748,7 @@
|
|||
"LabelParentalRating": "Parental rating:",
|
||||
"LabelPassword": "Password:",
|
||||
"LabelPasswordConfirm": "Password (confirm):",
|
||||
"LabelPasswordResetProvider": "Password Reset Provider:",
|
||||
"LabelPasswordRecoveryPinCode": "Pin code:",
|
||||
"LabelPath": "Path:",
|
||||
"LabelPersonRole": "Role:",
|
||||
|
@ -964,7 +967,7 @@
|
|||
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
|
||||
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
|
||||
"MessageNothingHere": "Nothing here.",
|
||||
"MessagePasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
|
||||
"MessagePasswordResetForUsers": "The following users have had their passwords reset. They can now sign in with the PIN codes that were used to perform the reset.",
|
||||
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
|
||||
"MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
|
||||
"MessagePleaseWait": "Please wait. This may take a minute.",
|
||||
|
@ -1173,6 +1176,7 @@
|
|||
"PasswordResetComplete": "The password has been reset.",
|
||||
"PasswordResetConfirmation": "Are you sure you wish to reset the password?",
|
||||
"PasswordResetHeader": "Reset Password",
|
||||
"PasswordResetProviderHelp": "Choose a Password Reset Provider to be used when this user requests a password reset",
|
||||
"PasswordSaved": "Password saved.",
|
||||
"People": "People",
|
||||
"PerfectMatch": "Perfect match",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue