mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Update channel resolution setting text
This commit is contained in:
parent
420ff05d91
commit
8443b5d6db
@ -143,15 +143,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="fldHeight" class="selectContainer hide">
|
||||
<select is="emby-select" id="selectHeight" label="${LabelHeight}">
|
||||
<select is="emby-select" id="selectHeight" label="${MediaInfoResolution}">
|
||||
<option value="0"></option>
|
||||
<option>480</option>
|
||||
<option>576</option>
|
||||
<option>720</option>
|
||||
<option>1080</option>
|
||||
<option>2160</option>
|
||||
<option value="480">${ChannelResolutionSD}</option>
|
||||
<option value="576">${ChannelResolutionSDPAL}</option>
|
||||
<option value="720">${ChannelResolutionHD}</option>
|
||||
<option value="1080">${ChannelResolutionFullHD}</option>
|
||||
<option value="2160">${ChannelResolutionUHD4K}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${ChannelHeightHelp}</div>
|
||||
</div>
|
||||
<div class="inlineForm">
|
||||
<div id="fldOriginalAspectRatio" class="inputContainer hide">
|
||||
|
@ -134,7 +134,11 @@
|
||||
"Categories": "Categories",
|
||||
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
|
||||
"ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
|
||||
"ChannelHeightHelp": "Set height of video received on this channel. 720 or greater will mark this channel as HD.",
|
||||
"ChannelResolutionSD": "SD",
|
||||
"ChannelResolutionSDPAL": "SD (PAL)",
|
||||
"ChannelResolutionHD": "HD",
|
||||
"ChannelResolutionFullHD": "Full HD",
|
||||
"ChannelResolutionUHD4K": "UHD (4K)",
|
||||
"ChannelNameOnly": "Channel {0} only",
|
||||
"ChannelNumber": "Channel number",
|
||||
"Channels": "Channels",
|
||||
@ -649,7 +653,6 @@
|
||||
"LabelHardwareAccelerationType": "Hardware acceleration",
|
||||
"LabelHardwareAccelerationTypeHelp": "Hardware acceleration requires additional configuration.",
|
||||
"LabelHardwareEncoding": "Hardware encoding",
|
||||
"LabelHeight": "Height",
|
||||
"LabelHomeNetworkQuality": "Home network quality",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}",
|
||||
"LabelHttpsPort": "Local HTTPS port number",
|
||||
|
Loading…
Reference in New Issue
Block a user