mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Implement frontend component of max user sessions
This commit is contained in:
parent
9defa3da24
commit
355620f06b
3 changed files with 13 additions and 0 deletions
|
@ -815,6 +815,7 @@
|
|||
"LabelUserLibrary": "User library:",
|
||||
"LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
|
||||
"LabelUserLoginAttemptsBeforeLockout": "Failed login attempts before user is locked out:",
|
||||
"LabelUserMaxActiveSessions": "Maximum number of simultaneous user sessions:",
|
||||
"LabelUserRemoteClientBitrateLimitHelp": "Override the default global value set in server playback settings.",
|
||||
"LabelUsername": "Username:",
|
||||
"LabelVaapiDevice": "VA API Device:",
|
||||
|
@ -1066,6 +1067,8 @@
|
|||
"OptionLikes": "Likes",
|
||||
"OptionLoginAttemptsBeforeLockout": "Determines how many incorrect login attempts can be made before lockout occurs.",
|
||||
"OptionLoginAttemptsBeforeLockoutHelp": "A value of zero means inheriting the default of three attempts for normal users and five for administrators. Setting this to -1 will disable the feature.",
|
||||
"OptionMaxActiveSessions": "Sets the maximum number of simultaneous user sessions.",
|
||||
"OptionMaxActiveSessionsHelp": "A value of 0 will disable user access. A value of -1 will disable the feature.",
|
||||
"OptionMax": "Max",
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionNew": "New…",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue