mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update subtitles
This commit is contained in:
parent
2a800129cb
commit
71ed24604d
2 changed files with 5 additions and 2 deletions
|
@ -34,6 +34,7 @@
|
|||
<label for="selectSubtitlePlaybackMode">${LabelSubtitlePlaybackMode}</label>
|
||||
<select id="selectSubtitlePlaybackMode" data-mini="true">
|
||||
<option value="Default">${OptionDefaultSubtitles}</option>
|
||||
<option value="Smart">${OptionSmartSubtitles}</option>
|
||||
<option value="OnlyForced">${OptionOnlyForcedSubtitles}</option>
|
||||
<option value="Always">${OptionAlwaysPlaySubtitles}</option>
|
||||
<option value="None">${OptionNoSubtitles}</option>
|
||||
|
|
|
@ -136,10 +136,12 @@
|
|||
"LabelAudioLanguagePreference": "Audio language preference:",
|
||||
"LabelSubtitleLanguagePreference": "Subtitle language preference:",
|
||||
"OptionDefaultSubtitles": "Default",
|
||||
"OptionSmartSubtitles": "Smart",
|
||||
"OptionSmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
|
||||
"OptionOnlyForcedSubtitles": "Only forced subtitles",
|
||||
"OptionAlwaysPlaySubtitles": "Always play subtitles",
|
||||
"OptionNoSubtitles": "None",
|
||||
"OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
|
||||
"OptionDefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
|
||||
"OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
|
||||
"OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
|
||||
"OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue