mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add subtitle setting for native vs custom element (#5737)
* Fixed subtitles styling in firefox. * Fixed subtitles styling in firefox. * Initial changes to support native or custom styling. * Changes to support native or custom styling. * linting changes. * Changes to support native or custom styling. * Changes to support native or custom styling. * minor changes. * indentation changes and simplification changes. * minor changes. --------- Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
9d63a715eb
commit
2689c51b84
4 changed files with 85 additions and 42 deletions
|
@ -72,6 +72,7 @@
|
|||
"Authorize": "Authorize",
|
||||
"AuthProviderHelp": "Select an authentication provider to be used to authenticate this user's password.",
|
||||
"Auto": "Auto",
|
||||
"AutoSubtitleStylingHelp": "This mode will automatically switch between the native and custom subtitle styling mechanisms based on your device type.",
|
||||
"Backdrop": "Backdrop",
|
||||
"Backdrops": "Backdrops",
|
||||
"BackdropScreensaver": "Backdrop Screensaver",
|
||||
|
@ -191,6 +192,8 @@
|
|||
"Creator": "Creator",
|
||||
"CriticRating": "Critics rating",
|
||||
"Cursive": "Cursive",
|
||||
"Custom": "Custom",
|
||||
"CustomSubtitleStylingHelp": "Subtitle styling will work on most devices, but comes with an additional performance overhead.",
|
||||
"DailyAt": "Daily at {0}",
|
||||
"Data": "Data",
|
||||
"DateAdded": "Date added",
|
||||
|
@ -907,6 +910,7 @@
|
|||
"LabelStreamType": "Stream type",
|
||||
"LabelSubtitleDownloaders": "Subtitle downloaders",
|
||||
"LabelSubtitlePlaybackMode": "Subtitle mode",
|
||||
"LabelSubtitleStyling": "Subtitle styling",
|
||||
"LabelSubtitleVerticalPosition": "Vertical position",
|
||||
"LabelSyncPlayAccess": "SyncPlay access",
|
||||
"LabelSyncPlayAccessCreateAndJoinGroups": "Allow user to create and join groups",
|
||||
|
@ -1190,6 +1194,8 @@
|
|||
"Mute": "Mute",
|
||||
"MySubtitles": "My Subtitles",
|
||||
"Name": "Name",
|
||||
"Native": "Native",
|
||||
"NativeSubtitleStylingHelp": "Subtitle styling will not work on some devices. However, it does not come with any performance overhead.",
|
||||
"Never": "Never",
|
||||
"New": "New",
|
||||
"NewCollection": "New Collection",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue