mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update Library Settings
Fix localisation's handling in libraryoptionseditor.js, unification of styling of labels
This commit is contained in:
parent
016d8c9339
commit
3c56f85f60
2 changed files with 3 additions and 3 deletions
|
@ -218,7 +218,7 @@ import template from './libraryoptionseditor.template.html';
|
||||||
|
|
||||||
html += '<div class="imageFetcher" data-type="' + availableTypeOptions.Type + '">';
|
html += '<div class="imageFetcher" data-type="' + availableTypeOptions.Type + '">';
|
||||||
html += '<div class="flex align-items-center" style="margin:1.5em 0 .5em;">';
|
html += '<div class="flex align-items-center" style="margin:1.5em 0 .5em;">';
|
||||||
html += '<h3 class="checkboxListLabel" style="margin:0;">' + globalize.translate('HeaderTypeImageFetchers', availableTypeOptions.Type) + '</h3>';
|
html += '<h3 class="checkboxListLabel" style="margin:0;">' + globalize.translate('HeaderTypeImageFetchers', globalize.translate(availableTypeOptions.Type)) + '</h3>';
|
||||||
const supportedImageTypes = availableTypeOptions.SupportedImageTypes || [];
|
const supportedImageTypes = availableTypeOptions.SupportedImageTypes || [];
|
||||||
if (supportedImageTypes.length > 1 || supportedImageTypes.length === 1 && supportedImageTypes[0] !== 'Primary') {
|
if (supportedImageTypes.length > 1 || supportedImageTypes.length === 1 && supportedImageTypes[0] !== 'Primary') {
|
||||||
html += '<button is="emby-button" class="raised btnImageOptionsForType" type="button" style="margin-left:1.5em;font-size:90%;"><span>' + globalize.translate('HeaderFetcherSettings') + '</span></button>';
|
html += '<button is="emby-button" class="raised btnImageOptionsForType" type="button" style="margin-left:1.5em;font-size:90%;"><span>' + globalize.translate('HeaderFetcherSettings') + '</span></button>';
|
||||||
|
|
|
@ -470,7 +470,7 @@
|
||||||
"HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
|
"HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
|
||||||
"HeaderTunerDevices": "Tuner Devices",
|
"HeaderTunerDevices": "Tuner Devices",
|
||||||
"HeaderTuners": "Tuners",
|
"HeaderTuners": "Tuners",
|
||||||
"HeaderTypeImageFetchers": "{0} Image Fetchers",
|
"HeaderTypeImageFetchers": "{0} - Image fetchers",
|
||||||
"HeaderTypeText": "Enter Text",
|
"HeaderTypeText": "Enter Text",
|
||||||
"HeaderUninstallPlugin": "Uninstall Plugin",
|
"HeaderUninstallPlugin": "Uninstall Plugin",
|
||||||
"HeaderUpcomingOnTV": "Upcoming On TV",
|
"HeaderUpcomingOnTV": "Upcoming On TV",
|
||||||
|
@ -929,7 +929,7 @@
|
||||||
"LabelTunerType": "Tuner type:",
|
"LabelTunerType": "Tuner type:",
|
||||||
"LabelTVHomeScreen": "TV mode home screen:",
|
"LabelTVHomeScreen": "TV mode home screen:",
|
||||||
"LabelType": "Type:",
|
"LabelType": "Type:",
|
||||||
"LabelTypeMetadataDownloaders": "{0} metadata downloaders:",
|
"LabelTypeMetadataDownloaders": "{0} - Metadata downloaders:",
|
||||||
"LabelTypeText": "Text",
|
"LabelTypeText": "Text",
|
||||||
"LabelUDPPortRange": "UDP Communication Range:",
|
"LabelUDPPortRange": "UDP Communication Range:",
|
||||||
"LabelUDPPortRangeHelp": "Restrict Jellyfin to use this port range when making UDP connections. (Default is 1024 - 645535).<br/> Note: Certain function require fixed ports that may be outside of this range.",
|
"LabelUDPPortRangeHelp": "Restrict Jellyfin to use this port range when making UDP connections. (Default is 1024 - 645535).<br/> Note: Certain function require fixed ports that may be outside of this range.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue