mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add translatable strings
This commit is contained in:
parent
b1c46157da
commit
743479cd53
2 changed files with 5 additions and 3 deletions
|
@ -74,9 +74,9 @@
|
||||||
|
|
||||||
<div class="selectContainer">
|
<div class="selectContainer">
|
||||||
<select is="emby-select" id="selectAudioNormalization" label="${LabelSelectAudioNormalization}">
|
<select is="emby-select" id="selectAudioNormalization" label="${LabelSelectAudioNormalization}">
|
||||||
<option value="Off">Off</option>
|
<option value="Off">${Off}</option>
|
||||||
<option value="TrackGain">Track Gain</option>
|
<option value="TrackGain">${LabelTrackGain}</option>
|
||||||
<option value="AlbumGain">Album Gain</option>
|
<option value="AlbumGain">${LabelAlbumGain}</option>
|
||||||
</select>
|
</select>
|
||||||
<div class="fieldDescription">${SelectAudioNormalizationHelp}</div>
|
<div class="fieldDescription">${SelectAudioNormalizationHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -548,6 +548,7 @@
|
||||||
"LabelAlbumArtMaxResHelp": "Maximum resolution of album art exposed via the 'upnp:albumArtURI' property.",
|
"LabelAlbumArtMaxResHelp": "Maximum resolution of album art exposed via the 'upnp:albumArtURI' property.",
|
||||||
"LabelAlbumArtMaxWidth": "Album art max width",
|
"LabelAlbumArtMaxWidth": "Album art max width",
|
||||||
"LabelAlbumArtPN": "Album art PN",
|
"LabelAlbumArtPN": "Album art PN",
|
||||||
|
"LabelAlbumGain": "Album Gain",
|
||||||
"LabelAllowedRemoteAddresses": "Remote IP address filter",
|
"LabelAllowedRemoteAddresses": "Remote IP address filter",
|
||||||
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode",
|
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode",
|
||||||
"LabelAllowHWTranscoding": "Allow hardware transcoding",
|
"LabelAllowHWTranscoding": "Allow hardware transcoding",
|
||||||
|
@ -1635,6 +1636,7 @@
|
||||||
"LabelPlaybackInfo": "Playback Info",
|
"LabelPlaybackInfo": "Playback Info",
|
||||||
"LabelAudioInfo": "Audio Info",
|
"LabelAudioInfo": "Audio Info",
|
||||||
"LabelVideoInfo": "Video Info",
|
"LabelVideoInfo": "Video Info",
|
||||||
|
"LabelTrackGain": "Track Gain",
|
||||||
"LabelTranscodingInfo": "Transcoding Info",
|
"LabelTranscodingInfo": "Transcoding Info",
|
||||||
"LabelDirectStreamingInfo": "Direct Streaming Info",
|
"LabelDirectStreamingInfo": "Direct Streaming Info",
|
||||||
"LabelRemuxingInfo": "Remuxing Info",
|
"LabelRemuxingInfo": "Remuxing Info",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue