mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4311 from lucaperl/patch-1
Add "Light Grey" and "Dark Grey" to subtitle color selection
This commit is contained in:
commit
de61dd6b87
2 changed files with 20 additions and 8 deletions
|
@ -101,14 +101,16 @@
|
||||||
|
|
||||||
<div class="selectContainer hide">
|
<div class="selectContainer hide">
|
||||||
<select is="emby-select" id="selectTextColor" label="${LabelTextColor}">
|
<select is="emby-select" id="selectTextColor" label="${LabelTextColor}">
|
||||||
<option value="#ffffff">${White}</option>
|
<option value="#ffffff">${SubtitleWhite}</option>
|
||||||
<option value="#ffff00">${Yellow}</option>
|
<option value="#d3d3d3">${SubtitleLightGray}</option>
|
||||||
<option value="#008000">${Green}</option>
|
<option value="#808080">${SubtitleGray}</option>
|
||||||
<option value="#00ffff">${Cyan}</option>
|
<option value="#ffff00">${SubtitleYellow}</option>
|
||||||
<option value="#0000ff">${Blue}</option>
|
<option value="#008000">${SubtitleGreen}</option>
|
||||||
<option value="#ff00ff">${Magenta}</option>
|
<option value="#00ffff">${SubtitleCyan}</option>
|
||||||
<option value="#ff0000">${Red}</option>
|
<option value="#0000ff">${SubtitleBlue}</option>
|
||||||
<option value="#000000">${Black}</option>
|
<option value="#ff00ff">${SubtitleMagenta}</option>
|
||||||
|
<option value="#ff0000">${SubtitleRed}</option>
|
||||||
|
<option value="#000000">${SubtitleBlack}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1462,10 +1462,20 @@
|
||||||
"Subtitle": "Subtitle",
|
"Subtitle": "Subtitle",
|
||||||
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Google Cast playback started by this device.",
|
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Google Cast playback started by this device.",
|
||||||
"SubtitleAppearanceSettingsDisclaimer": "Following settings do not apply to the graphical subtitles mentioned above or ASS/SSA subtitles that embed their own styles.",
|
"SubtitleAppearanceSettingsDisclaimer": "Following settings do not apply to the graphical subtitles mentioned above or ASS/SSA subtitles that embed their own styles.",
|
||||||
|
"SubtitleBlack": "Black",
|
||||||
|
"SubtitleBlue": "Blue",
|
||||||
|
"SubtitleCyan": "Cyan",
|
||||||
"SubtitleDownloadersHelp": "Enable and rank your preferred subtitle downloaders in order of priority.",
|
"SubtitleDownloadersHelp": "Enable and rank your preferred subtitle downloaders in order of priority.",
|
||||||
|
"SubtitleGray": "Gray",
|
||||||
|
"SubtitleGreen": "Green",
|
||||||
|
"SubtitleLightGray": "Light Gray",
|
||||||
|
"SubtitleMagenta": "Magenta",
|
||||||
"SubtitleOffset": "Subtitle Offset",
|
"SubtitleOffset": "Subtitle Offset",
|
||||||
|
"SubtitleRed": "Red",
|
||||||
"Subtitles": "Subtitles",
|
"Subtitles": "Subtitles",
|
||||||
"SubtitleVerticalPositionHelp": "Line number where text appears. Positive numbers indicate top down. Negative numbers indicate bottom up.",
|
"SubtitleVerticalPositionHelp": "Line number where text appears. Positive numbers indicate top down. Negative numbers indicate bottom up.",
|
||||||
|
"SubtitleWhite": "White",
|
||||||
|
"SubtitleYellow": "Yellow",
|
||||||
"Suggestions": "Suggestions",
|
"Suggestions": "Suggestions",
|
||||||
"Sunday": "Sunday",
|
"Sunday": "Sunday",
|
||||||
"Sync": "Sync",
|
"Sync": "Sync",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue