1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove typo, add English translations

This commit is contained in:
Malik Kennedy 2025-02-25 12:47:46 -05:00
parent 3e52375da4
commit 6515e28fe4
No known key found for this signature in database
2 changed files with 3 additions and 7 deletions

View file

@ -241,7 +241,7 @@ function renderSubtitleFetchers(page, availableOptions, libraryOptions) {
plugins = getOrderedPlugins(plugins, libraryOptions.SubtitleFetcherOrder || []); plugins = getOrderedPlugins(plugins, libraryOptions.SubtitleFetcherOrder || []);
if (!plugins.length) return html; if (!plugins.length) return html;
html += `<h3 class="checkboxListLabel">${globalize.translate('LabelSubtitleResolvers')}</h3>`; html += `<h3 class="checkboxListLabel">${globalize.translate('LabelSubtitleDownloaders')}</h3>`;
html += '<div class="checkboxList paperList checkboxList-paperList">'; html += '<div class="checkboxList paperList checkboxList-paperList">';
for (let i = 0; i < plugins.length; i++) { for (let i = 0; i < plugins.length; i++) {
const plugin = plugins[i]; const plugin = plugins[i];
@ -735,11 +735,6 @@ export function getLibraryOptions(parent) {
}), elem => { }), elem => {
return elem.getAttribute('data-pluginname'); return elem.getAttribute('data-pluginname');
}), }),
MetadataResolvers: Array.prototype.map.call(Array.prototype.filter.call(parent.querySelectorAll('.chkMetadataResolver'), elem => {
return elem.checked;
}), elem => {
return elem.getAttribute('data-pluginname');
}),
TypeOptions: [] TypeOptions: []
}; };

View file

@ -753,7 +753,6 @@
"LabelLanguage": "Language", "LabelLanguage": "Language",
"LabelLanNetworks": "LAN networks", "LabelLanNetworks": "LAN networks",
"LabelLevel": "Level", "LabelLevel": "Level",
"LabelLibraryScannerSelectionSetting": "Folder to Metadata Translaters",
"LabelLibraryPageSize": "Library page size", "LabelLibraryPageSize": "Library page size",
"LabelLibraryPageSizeHelp": "Set the amount of items to show on a library page. Set to 0 in order to disable paging.", "LabelLibraryPageSizeHelp": "Set the amount of items to show on a library page. Set to 0 in order to disable paging.",
"LabelMaxDaysForNextUp": "Max days in 'Next Up'", "LabelMaxDaysForNextUp": "Max days in 'Next Up'",
@ -789,6 +788,7 @@
"LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata.", "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata.",
"LabelMetadataReaders": "Metadata readers", "LabelMetadataReaders": "Metadata readers",
"LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.", "LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.",
"LabelMetadataResolversHelp": "Enable and rank your preferred metadata resolvers in order of priority. Lower priority resolvers will only be used to fill in missing information. ",
"LabelMetadataSavers": "Metadata savers", "LabelMetadataSavers": "Metadata savers",
"LabelMetadataSaversHelp": "Pick the file formats to use when saving your metadata.", "LabelMetadataSaversHelp": "Pick the file formats to use when saving your metadata.",
"LabelMinAudiobookResume": "Minimum Audiobook resume in minutes", "LabelMinAudiobookResume": "Minimum Audiobook resume in minutes",
@ -983,6 +983,7 @@
"LabelTVHomeScreen": "TV mode home screen", "LabelTVHomeScreen": "TV mode home screen",
"LabelType": "Type", "LabelType": "Type",
"LabelTypeMetadataDownloaders": "Metadata downloaders ({0})", "LabelTypeMetadataDownloaders": "Metadata downloaders ({0})",
"LabelTypeMetadataResolvers": "Folder to Metadata Translaters",
"LabelTypeText": "Text", "LabelTypeText": "Text",
"LabelUnstable": "Unstable", "LabelUnstable": "Unstable",
"LabelUser": "User", "LabelUser": "User",