mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove missing ep checkbox in library options
This commit is contained in:
parent
17fb508d04
commit
cb3351c3cb
37 changed files with 0 additions and 47 deletions
|
@ -399,12 +399,10 @@ import 'emby-input';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (contentType === 'tvshows') {
|
if (contentType === 'tvshows') {
|
||||||
parent.querySelector('.chkImportMissingEpisodesContainer').classList.remove('hide');
|
|
||||||
parent.querySelector('.chkAutomaticallyGroupSeriesContainer').classList.remove('hide');
|
parent.querySelector('.chkAutomaticallyGroupSeriesContainer').classList.remove('hide');
|
||||||
parent.querySelector('.fldSeasonZeroDisplayName').classList.remove('hide');
|
parent.querySelector('.fldSeasonZeroDisplayName').classList.remove('hide');
|
||||||
parent.querySelector('#txtSeasonZeroName').setAttribute('required', 'required');
|
parent.querySelector('#txtSeasonZeroName').setAttribute('required', 'required');
|
||||||
} else {
|
} else {
|
||||||
parent.querySelector('.chkImportMissingEpisodesContainer').classList.add('hide');
|
|
||||||
parent.querySelector('.chkAutomaticallyGroupSeriesContainer').classList.add('hide');
|
parent.querySelector('.chkAutomaticallyGroupSeriesContainer').classList.add('hide');
|
||||||
parent.querySelector('.fldSeasonZeroDisplayName').classList.add('hide');
|
parent.querySelector('.fldSeasonZeroDisplayName').classList.add('hide');
|
||||||
parent.querySelector('#txtSeasonZeroName').removeAttribute('required');
|
parent.querySelector('#txtSeasonZeroName').removeAttribute('required');
|
||||||
|
@ -511,7 +509,6 @@ import 'emby-input';
|
||||||
EnableChapterImageExtraction: parent.querySelector('.chkExtractChapterImages').checked,
|
EnableChapterImageExtraction: parent.querySelector('.chkExtractChapterImages').checked,
|
||||||
DownloadImagesInAdvance: parent.querySelector('#chkDownloadImagesInAdvance').checked,
|
DownloadImagesInAdvance: parent.querySelector('#chkDownloadImagesInAdvance').checked,
|
||||||
EnableInternetProviders: true,
|
EnableInternetProviders: true,
|
||||||
ImportMissingEpisodes: parent.querySelector('#chkImportMissingEpisodes').checked,
|
|
||||||
SaveLocalMetadata: parent.querySelector('#chkSaveLocal').checked,
|
SaveLocalMetadata: parent.querySelector('#chkSaveLocal').checked,
|
||||||
EnableAutomaticSeriesGrouping: parent.querySelector('.chkAutomaticallyGroupSeries').checked,
|
EnableAutomaticSeriesGrouping: parent.querySelector('.chkAutomaticallyGroupSeries').checked,
|
||||||
PreferredMetadataLanguage: parent.querySelector('#selectLanguage').value,
|
PreferredMetadataLanguage: parent.querySelector('#selectLanguage').value,
|
||||||
|
@ -569,7 +566,6 @@ import 'emby-input';
|
||||||
parent.querySelector('.chkExtractChapterImages').checked = options.EnableChapterImageExtraction;
|
parent.querySelector('.chkExtractChapterImages').checked = options.EnableChapterImageExtraction;
|
||||||
parent.querySelector('#chkDownloadImagesInAdvance').checked = options.DownloadImagesInAdvance;
|
parent.querySelector('#chkDownloadImagesInAdvance').checked = options.DownloadImagesInAdvance;
|
||||||
parent.querySelector('#chkSaveLocal').checked = options.SaveLocalMetadata;
|
parent.querySelector('#chkSaveLocal').checked = options.SaveLocalMetadata;
|
||||||
parent.querySelector('#chkImportMissingEpisodes').checked = options.ImportMissingEpisodes;
|
|
||||||
parent.querySelector('.chkAutomaticallyGroupSeries').checked = options.EnableAutomaticSeriesGrouping;
|
parent.querySelector('.chkAutomaticallyGroupSeries').checked = options.EnableAutomaticSeriesGrouping;
|
||||||
parent.querySelector('#chkEnableEmbeddedTitles').checked = options.EnableEmbeddedTitles;
|
parent.querySelector('#chkEnableEmbeddedTitles').checked = options.EnableEmbeddedTitles;
|
||||||
parent.querySelector('#chkEnableEmbeddedEpisodeInfos').checked = options.EnableEmbeddedEpisodeInfos;
|
parent.querySelector('#chkEnableEmbeddedEpisodeInfos').checked = options.EnableEmbeddedEpisodeInfos;
|
||||||
|
|
|
@ -85,14 +85,6 @@
|
||||||
<div class="fieldDescription checkboxFieldDescription">${OptionAutomaticallyGroupSeriesHelp}</div>
|
<div class="fieldDescription checkboxFieldDescription">${OptionAutomaticallyGroupSeriesHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription hide chkImportMissingEpisodesContainer advanced">
|
|
||||||
<label>
|
|
||||||
<input is="emby-checkbox" type="checkbox" id="chkImportMissingEpisodes" />
|
|
||||||
<span>${DisplayMissingEpisodesWithinSeasons}</span>
|
|
||||||
</label>
|
|
||||||
<div class="fieldDescription checkboxFieldDescription">${ImportMissingEpisodesHelp}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="chapterSettingsSection hide">
|
<div class="chapterSettingsSection hide">
|
||||||
<h2>${HeaderChapterImages}</h2>
|
<h2>${HeaderChapterImages}</h2>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription fldExtractChapterImages">
|
<div class="checkboxContainer checkboxContainer-withDescription fldExtractChapterImages">
|
||||||
|
|
|
@ -226,7 +226,6 @@
|
||||||
"HeaderXmlSettings": "إعدادات xml",
|
"HeaderXmlSettings": "إعدادات xml",
|
||||||
"HeaderYears": "السنوات",
|
"HeaderYears": "السنوات",
|
||||||
"ImportFavoriteChannelsHelp": "فقط القنوات التي علّمت في المفضلة على جهاز المولف ستورد.",
|
"ImportFavoriteChannelsHelp": "فقط القنوات التي علّمت في المفضلة على جهاز المولف ستورد.",
|
||||||
"ImportMissingEpisodesHelp": "المعلومات الناقصة للحلقات ستورّد إلى قاعدة بياناتك وستعرض داخل المواسم والمسلسلات. قد تتسبب هذه بأوقات أطول بكثير عند تمشيط المكتبات.",
|
|
||||||
"LabelAbortedByServerShutdown": "(تم إهماله بسبب عملية إغلاق الخادم)",
|
"LabelAbortedByServerShutdown": "(تم إهماله بسبب عملية إغلاق الخادم)",
|
||||||
"LabelAccessDay": "يوم الأسبوع:",
|
"LabelAccessDay": "يوم الأسبوع:",
|
||||||
"LabelAccessEnd": "وقت النهاية:",
|
"LabelAccessEnd": "وقت النهاية:",
|
||||||
|
|
|
@ -211,7 +211,6 @@
|
||||||
"Horizontal": "Водоравно",
|
"Horizontal": "Водоравно",
|
||||||
"Identify": "Разпознаване",
|
"Identify": "Разпознаване",
|
||||||
"Images": "Изображения",
|
"Images": "Изображения",
|
||||||
"ImportMissingEpisodesHelp": "Ако е активирано, информация за липсващи епизоди ще бъде добавена в базата данни на Джелифин и ще бъде показвана заедно със сезони и серии. Това може да доведе до значително по-дълго сканиране на библиотеката.",
|
|
||||||
"InstallingPackage": "Инсталиране на {0} на версия {1})",
|
"InstallingPackage": "Инсталиране на {0} на версия {1})",
|
||||||
"InstantMix": "Пускане на подобни",
|
"InstantMix": "Пускане на подобни",
|
||||||
"Label3DFormat": "Триизмерен формат:",
|
"Label3DFormat": "Триизмерен формат:",
|
||||||
|
|
|
@ -340,7 +340,6 @@
|
||||||
"Identify": "Identifikovat",
|
"Identify": "Identifikovat",
|
||||||
"Images": "Obrázky",
|
"Images": "Obrázky",
|
||||||
"ImportFavoriteChannelsHelp": "Jen kanály označené jako oblíbené na zařízení tuneru budou importovány.",
|
"ImportFavoriteChannelsHelp": "Jen kanály označené jako oblíbené na zařízení tuneru budou importovány.",
|
||||||
"ImportMissingEpisodesHelp": "Informace o chybějících epizodách budou importovány do databáze a zobrazí se u sezón a seriálů. Skenování knihovny se tím může značně prodloužit.",
|
|
||||||
"InstallingPackage": "Instalace {0} (Verze {1})",
|
"InstallingPackage": "Instalace {0} (Verze {1})",
|
||||||
"InstantMix": "Okamžité míchání",
|
"InstantMix": "Okamžité míchání",
|
||||||
"ItemCount": "{0} položek",
|
"ItemCount": "{0} položek",
|
||||||
|
|
|
@ -305,7 +305,6 @@
|
||||||
"Identify": "Identificer",
|
"Identify": "Identificer",
|
||||||
"Images": "Billeder",
|
"Images": "Billeder",
|
||||||
"ImportFavoriteChannelsHelp": "Hvis aktiveret, importeres der udelukkende kanaler der er markeret som favoritter på tuner-enheden.",
|
"ImportFavoriteChannelsHelp": "Hvis aktiveret, importeres der udelukkende kanaler der er markeret som favoritter på tuner-enheden.",
|
||||||
"ImportMissingEpisodesHelp": "hvis aktiveret, vil information omkring manglende episoder bliver importeret ind i din Jellyfin-database og blive vist i sæsoner og serier. Dette medfører muligvis længere biblioteksscanninger.",
|
|
||||||
"InstallingPackage": "Installerer {0} (version {1})",
|
"InstallingPackage": "Installerer {0} (version {1})",
|
||||||
"InstantMix": "Instant Mix",
|
"InstantMix": "Instant Mix",
|
||||||
"ItemCount": "{0} elementer",
|
"ItemCount": "{0} elementer",
|
||||||
|
|
|
@ -382,7 +382,6 @@
|
||||||
"Identify": "Identifizieren",
|
"Identify": "Identifizieren",
|
||||||
"Images": "Bilder",
|
"Images": "Bilder",
|
||||||
"ImportFavoriteChannelsHelp": "Nur auf dem Tuner favorisierte Kanäle werden importiert.",
|
"ImportFavoriteChannelsHelp": "Nur auf dem Tuner favorisierte Kanäle werden importiert.",
|
||||||
"ImportMissingEpisodesHelp": "Informationen über fehlende Episoden werden in deine Datenbank importiert und innerhalb von Staffeln angezeigt. Dies kann zu deutlich längeren Bibliothek Scans führen.",
|
|
||||||
"InstallingPackage": "Installiere {0} (Version {1})",
|
"InstallingPackage": "Installiere {0} (Version {1})",
|
||||||
"InstantMix": "Schnellmix",
|
"InstantMix": "Schnellmix",
|
||||||
"ItemCount": "{0} Einträge",
|
"ItemCount": "{0} Einträge",
|
||||||
|
|
|
@ -350,7 +350,6 @@
|
||||||
"Horizontal": "Οριζόντια",
|
"Horizontal": "Οριζόντια",
|
||||||
"Identify": "Αναγνώριση",
|
"Identify": "Αναγνώριση",
|
||||||
"Images": "Εικόνες",
|
"Images": "Εικόνες",
|
||||||
"ImportMissingEpisodesHelp": "Εάν είναι ενεργοποιημένη, οι πληροφορίες σχετικά με τα επεισόδια που λείπουν θα εισαχθούν στη βάση δεδομένων σας Jellyfin και θα εμφανιστούν σε εποχές και σειρές. Αυτό μπορεί να προκαλέσει σημαντικά μεγαλύτερες σαρώσεις βιβλιοθήκης.",
|
|
||||||
"InstallingPackage": "Εγκατάσταση {0}",
|
"InstallingPackage": "Εγκατάσταση {0}",
|
||||||
"InstantMix": "Άμεση Mix",
|
"InstantMix": "Άμεση Mix",
|
||||||
"ItemCount": "{0} στοιχεία",
|
"ItemCount": "{0} στοιχεία",
|
||||||
|
|
|
@ -871,7 +871,6 @@
|
||||||
"LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches.",
|
"LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches.",
|
||||||
"LabelEnableAutomaticPortMapHelp": "Automatically forward public ports on your router to local ports on your server via UPnP. This may not work with some router models or network configurations. Changes will not apply until after a server restart.",
|
"LabelEnableAutomaticPortMapHelp": "Automatically forward public ports on your router to local ports on your server via UPnP. This may not work with some router models or network configurations. Changes will not apply until after a server restart.",
|
||||||
"InstallingPackage": "Installing {0} (version {1})",
|
"InstallingPackage": "Installing {0} (version {1})",
|
||||||
"ImportMissingEpisodesHelp": "Information about missing episodes will be imported into your database and displayed within seasons and series. This may cause significantly longer library scans.",
|
|
||||||
"HeaderSubtitleAppearance": "Subtitle Appearance",
|
"HeaderSubtitleAppearance": "Subtitle Appearance",
|
||||||
"LabelProtocol": "Protocol:",
|
"LabelProtocol": "Protocol:",
|
||||||
"LabelProfileVideoCodecs": "Video codecs:",
|
"LabelProfileVideoCodecs": "Video codecs:",
|
||||||
|
|
|
@ -445,7 +445,6 @@
|
||||||
"Image": "Image",
|
"Image": "Image",
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"ImportFavoriteChannelsHelp": "Only channels that are marked as favorite on the tuner device will be imported.",
|
"ImportFavoriteChannelsHelp": "Only channels that are marked as favorite on the tuner device will be imported.",
|
||||||
"ImportMissingEpisodesHelp": "Information about missing episodes will be imported into your database and displayed within seasons and series. This may cause significantly longer library scans.",
|
|
||||||
"InstallingPackage": "Installing {0} (version {1})",
|
"InstallingPackage": "Installing {0} (version {1})",
|
||||||
"InstantMix": "Instant mix",
|
"InstantMix": "Instant mix",
|
||||||
"ItemCount": "{0} items",
|
"ItemCount": "{0} items",
|
||||||
|
|
|
@ -598,7 +598,6 @@
|
||||||
"LabelAppNameExample": "Ejemplo: Sickbeard, Sonarr",
|
"LabelAppNameExample": "Ejemplo: Sickbeard, Sonarr",
|
||||||
"LabelAlbumArtMaxWidth": "Ancho máximo de la carátula del álbum:",
|
"LabelAlbumArtMaxWidth": "Ancho máximo de la carátula del álbum:",
|
||||||
"LabelAlbumArtMaxHeight": "Altura máxima de la carátula del álbum:",
|
"LabelAlbumArtMaxHeight": "Altura máxima de la carátula del álbum:",
|
||||||
"ImportMissingEpisodesHelp": "Si está habilitado, la información sobre capítulos faltantes se importará a su base de datos Jellyfin y se mostrará dentro de temporadas y series. Esto puede causar escaneos de bibliotecas significativamente más largos.",
|
|
||||||
"HeaderSyncPlayEnabled": "SyncPlay habilitado",
|
"HeaderSyncPlayEnabled": "SyncPlay habilitado",
|
||||||
"HeaderSyncPlaySelectGroup": "Unirse a un grupo",
|
"HeaderSyncPlaySelectGroup": "Unirse a un grupo",
|
||||||
"HeaderResponseProfileHelp": "Los perfiles de respuesta proporcionan una forma de personalizar la información enviada al dispositivo cuando se reproducen ciertos tipos de medios.",
|
"HeaderResponseProfileHelp": "Los perfiles de respuesta proporcionan una forma de personalizar la información enviada al dispositivo cuando se reproducen ciertos tipos de medios.",
|
||||||
|
|
|
@ -399,7 +399,6 @@
|
||||||
"Identify": "Identificar",
|
"Identify": "Identificar",
|
||||||
"Images": "Imágenes",
|
"Images": "Imágenes",
|
||||||
"ImportFavoriteChannelsHelp": "Si se habilita, solo los canales marcados como favoritos en el dispositivo sintonizador serán importados.",
|
"ImportFavoriteChannelsHelp": "Si se habilita, solo los canales marcados como favoritos en el dispositivo sintonizador serán importados.",
|
||||||
"ImportMissingEpisodesHelp": "Si se habilita, la información sobre los episodios faltantes se importará a la base de datos de Jellyfin y se mostrarán dentro de las temporadas y series. Esto puede causar escaneos de biblioteca significativamente más largos.",
|
|
||||||
"InstallingPackage": "Instalando {0} (versión {1})",
|
"InstallingPackage": "Instalando {0} (versión {1})",
|
||||||
"InstantMix": "Mix instantáneo",
|
"InstantMix": "Mix instantáneo",
|
||||||
"ItemCount": "{0} elementos",
|
"ItemCount": "{0} elementos",
|
||||||
|
|
|
@ -349,7 +349,6 @@
|
||||||
"Identify": "Identificar",
|
"Identify": "Identificar",
|
||||||
"Images": "Imágenes",
|
"Images": "Imágenes",
|
||||||
"ImportFavoriteChannelsHelp": "Sólo los canales guardados como favoritos en el sintonizador se importarán.",
|
"ImportFavoriteChannelsHelp": "Sólo los canales guardados como favoritos en el sintonizador se importarán.",
|
||||||
"ImportMissingEpisodesHelp": "La información sobre los episodios que faltan se importará en su base de datos y se mostrará en temporadas y series. Esto puede causar exploraciones de bibliotecas significativamente más largas.",
|
|
||||||
"InstallingPackage": "Instalando {0} (versión {1})",
|
"InstallingPackage": "Instalando {0} (versión {1})",
|
||||||
"InstantMix": "Mix instantáneo",
|
"InstantMix": "Mix instantáneo",
|
||||||
"ItemCount": "Elementos {0}",
|
"ItemCount": "Elementos {0}",
|
||||||
|
|
|
@ -868,7 +868,6 @@
|
||||||
"ItemCount": "{0} elementos",
|
"ItemCount": "{0} elementos",
|
||||||
"InstantMix": "Mix instantáneo",
|
"InstantMix": "Mix instantáneo",
|
||||||
"InstallingPackage": "Instalando {0} (versión {1})",
|
"InstallingPackage": "Instalando {0} (versión {1})",
|
||||||
"ImportMissingEpisodesHelp": "La información sobre los episodios faltantes se importará a la base de datos y se mostrarán dentro de las temporadas y series. Esto puede causar escaneos de biblioteca significativamente más largos.",
|
|
||||||
"ImportFavoriteChannelsHelp": "Solo los canales marcados como favoritos en el dispositivo sintonizador serán importados.",
|
"ImportFavoriteChannelsHelp": "Solo los canales marcados como favoritos en el dispositivo sintonizador serán importados.",
|
||||||
"Images": "Imágenes",
|
"Images": "Imágenes",
|
||||||
"Identify": "Identificar",
|
"Identify": "Identificar",
|
||||||
|
|
|
@ -926,7 +926,6 @@
|
||||||
"Identify": "Identify",
|
"Identify": "Identify",
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"ImportFavoriteChannelsHelp": "If enabled, only channels that are marked as favorite on the tuner device will be imported.",
|
"ImportFavoriteChannelsHelp": "If enabled, only channels that are marked as favorite on the tuner device will be imported.",
|
||||||
"ImportMissingEpisodesHelp": "If enabled, information about missing episodes will be imported into your Jellyfin database and displayed within seasons and series. This may cause significantly longer library scans.",
|
|
||||||
"InstallingPackage": "Installing {0} (version {1})",
|
"InstallingPackage": "Installing {0} (version {1})",
|
||||||
"InstantMix": "Instant mix",
|
"InstantMix": "Instant mix",
|
||||||
"ItemCount": "{0} items",
|
"ItemCount": "{0} items",
|
||||||
|
|
|
@ -398,7 +398,6 @@
|
||||||
"HttpsRequiresCert": "Pour activer les connexions sécurisées, vous devrez fournir un certificat SSL vérifié, comme ceux fournis par Let's Encrypt. Veuillez fournir un certificat ou désactiver les connexions sécurisées.",
|
"HttpsRequiresCert": "Pour activer les connexions sécurisées, vous devrez fournir un certificat SSL vérifié, comme ceux fournis par Let's Encrypt. Veuillez fournir un certificat ou désactiver les connexions sécurisées.",
|
||||||
"Identify": "Identifier",
|
"Identify": "Identifier",
|
||||||
"ImportFavoriteChannelsHelp": "Seules les chaînes ajoutées aux favoris sur le tuner seront importées.",
|
"ImportFavoriteChannelsHelp": "Seules les chaînes ajoutées aux favoris sur le tuner seront importées.",
|
||||||
"ImportMissingEpisodesHelp": "Les informations à propos des épisodes manquants seront importées dans votre base de données et affichées dans les saisons et séries. Cela peut accroître significativement la durée d'actualisation de la médiathèque.",
|
|
||||||
"InstallingPackage": "Installation de {0} (version {1})",
|
"InstallingPackage": "Installation de {0} (version {1})",
|
||||||
"InstantMix": "Mix instantané",
|
"InstantMix": "Mix instantané",
|
||||||
"ItemCount": "{0} éléments",
|
"ItemCount": "{0} éléments",
|
||||||
|
|
|
@ -665,7 +665,6 @@
|
||||||
"Hide": "Elrejtés",
|
"Hide": "Elrejtés",
|
||||||
"Horizontal": "Vízszintes",
|
"Horizontal": "Vízszintes",
|
||||||
"HttpsRequiresCert": "A biztonságos kapcsolatok engedélyezéséhez megbízható SSL-tanúsítványt kell használni, mint például a Let's Encrypt. Kérlek add meg a tanúsítványt, vagy tiltsd le a biztonságos kapcsolatokat.",
|
"HttpsRequiresCert": "A biztonságos kapcsolatok engedélyezéséhez megbízható SSL-tanúsítványt kell használni, mint például a Let's Encrypt. Kérlek add meg a tanúsítványt, vagy tiltsd le a biztonságos kapcsolatokat.",
|
||||||
"ImportMissingEpisodesHelp": "A hiányzó epizódokra vonatkozó információk a Jellyfin adatbázisába kerülnek importálásra és megjelenítésre kerülnek az évadokban és sorozatokban. Ez jelentősen hosszabb könyvtárvizsgálatot okozhat.",
|
|
||||||
"InstantMix": "Azonnali keverés",
|
"InstantMix": "Azonnali keverés",
|
||||||
"ItemCount": "{0} elem",
|
"ItemCount": "{0} elem",
|
||||||
"Items": "Elemek",
|
"Items": "Elemek",
|
||||||
|
|
|
@ -385,7 +385,6 @@
|
||||||
"Identify": "Identifica",
|
"Identify": "Identifica",
|
||||||
"Images": "Immagini",
|
"Images": "Immagini",
|
||||||
"ImportFavoriteChannelsHelp": "Solo i canali che sono contrassegnati come preferiti sul dispositivo di sintonizzazione verranno importati.",
|
"ImportFavoriteChannelsHelp": "Solo i canali che sono contrassegnati come preferiti sul dispositivo di sintonizzazione verranno importati.",
|
||||||
"ImportMissingEpisodesHelp": "Le informazioni relative agli episodi mancanti saranno importate nel database e mostrate all'interno di Serie e Stagioni. Questo può causare scansioni della libreria più lente.",
|
|
||||||
"InstallingPackage": "Installazione di {0} (versione {1})",
|
"InstallingPackage": "Installazione di {0} (versione {1})",
|
||||||
"InstantMix": "Mix istantaneo",
|
"InstantMix": "Mix istantaneo",
|
||||||
"ItemCount": "{0} elementi",
|
"ItemCount": "{0} elementi",
|
||||||
|
|
|
@ -917,7 +917,6 @@
|
||||||
"ValueTimeLimitSingleHour": "タイムリミット: 1 時間",
|
"ValueTimeLimitSingleHour": "タイムリミット: 1 時間",
|
||||||
"Wednesday": "水曜日",
|
"Wednesday": "水曜日",
|
||||||
"LabelPreferredDisplayLanguage": "優先する表示言語:",
|
"LabelPreferredDisplayLanguage": "優先する表示言語:",
|
||||||
"ImportMissingEpisodesHelp": "所有してないエピソードの情報がデータベースにインポートされ、シーズンとシリーズ内に表示されます。ライブラリの読み込み時間が非常に長くなる可能性があります。",
|
|
||||||
"LabelBindToLocalNetworkAddress": "ローカルネットワークアドレスにバインド:",
|
"LabelBindToLocalNetworkAddress": "ローカルネットワークアドレスにバインド:",
|
||||||
"LabelDownMixAudioScale": "ダウンミキシング時の音声ブースト:",
|
"LabelDownMixAudioScale": "ダウンミキシング時の音声ブースト:",
|
||||||
"HeaderNavigation": "ナビゲーション",
|
"HeaderNavigation": "ナビゲーション",
|
||||||
|
|
|
@ -412,7 +412,6 @@
|
||||||
"Identify": "Anyqtaý",
|
"Identify": "Anyqtaý",
|
||||||
"Images": "Sýretter",
|
"Images": "Sýretter",
|
||||||
"ImportFavoriteChannelsHelp": "Qosylǵanda, túner qurylǵysyndaǵy tańdaýly retinde belgilengen ǵana arnalar shetten ákelinetin bolady.",
|
"ImportFavoriteChannelsHelp": "Qosylǵanda, túner qurylǵysyndaǵy tańdaýly retinde belgilengen ǵana arnalar shetten ákelinetin bolady.",
|
||||||
"ImportMissingEpisodesHelp": "Qosylǵanda, joq epızodtar týraly aqparat sizdiń Jellyfin derekqorǵa ákelinedi jáne maýsymdar men telehıkaıalar aıasynda paıda bolady. Tasyǵyshhana skanerleýde bul aıtarlyqtaı uzaq ýaqyt alýy múmkin.",
|
|
||||||
"InstallingPackage": "{0} ({1} nusqasy) ornatylýda",
|
"InstallingPackage": "{0} ({1} nusqasy) ornatylýda",
|
||||||
"InstantMix": "Lezdik qospalaý",
|
"InstantMix": "Lezdik qospalaý",
|
||||||
"ItemCount": "{0} tarmaq",
|
"ItemCount": "{0} tarmaq",
|
||||||
|
|
|
@ -192,7 +192,6 @@
|
||||||
"Help": "도움말",
|
"Help": "도움말",
|
||||||
"Images": "이미지",
|
"Images": "이미지",
|
||||||
"ImportFavoriteChannelsHelp": "활성화 시, 튜너 장치에서 즐겨찾기로 표시된 채널만 불러옵니다.",
|
"ImportFavoriteChannelsHelp": "활성화 시, 튜너 장치에서 즐겨찾기로 표시된 채널만 불러옵니다.",
|
||||||
"ImportMissingEpisodesHelp": "이 기능을 사용하면 누락 된 에피소드에 대한 정보가 Jellyfin 데이터베이스로 가져와 시즌 및 시리즈 내에서 표시됩니다. 이로 인해 상당히 긴 라이브러리 스캔이 발생할 수 있습니다.",
|
|
||||||
"InstallingPackage": "{0} 설치 중 ( {1} 버전)",
|
"InstallingPackage": "{0} 설치 중 ( {1} 버전)",
|
||||||
"InstantMix": "인스턴트 믹스",
|
"InstantMix": "인스턴트 믹스",
|
||||||
"ItemCount": "{0} 항목",
|
"ItemCount": "{0} 항목",
|
||||||
|
|
|
@ -713,7 +713,6 @@
|
||||||
"HideWatchedContentFromLatestMedia": "Paslėpti matytą turinį iš naujausių medijos duomenų",
|
"HideWatchedContentFromLatestMedia": "Paslėpti matytą turinį iš naujausių medijos duomenų",
|
||||||
"Horizontal": "Horizontalus",
|
"Horizontal": "Horizontalus",
|
||||||
"LabelAccessDay": "Savaitės diena:",
|
"LabelAccessDay": "Savaitės diena:",
|
||||||
"ImportMissingEpisodesHelp": "Jei įjungta, informacija apie trūkstamus epizodus bus importuota į jūsų „Jellyfin“ duomenų bazę ir rodoma serialuose. Tai gali įtakoti ilgesnį bibliotekos nuskaitymą.",
|
|
||||||
"LabelAudioChannels": "Garso takeliai:",
|
"LabelAudioChannels": "Garso takeliai:",
|
||||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatiškai atnaujinti metaduomenis iš interneto:",
|
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatiškai atnaujinti metaduomenis iš interneto:",
|
||||||
"LabelAudioSampleRate": "Garso takelio diskr.sparta:",
|
"LabelAudioSampleRate": "Garso takelio diskr.sparta:",
|
||||||
|
|
|
@ -313,7 +313,6 @@
|
||||||
"Identify": "Identifiser",
|
"Identify": "Identifiser",
|
||||||
"Images": "Bilder",
|
"Images": "Bilder",
|
||||||
"ImportFavoriteChannelsHelp": "Kun kanaler som er markert som favoritt på tuneren bli importert.",
|
"ImportFavoriteChannelsHelp": "Kun kanaler som er markert som favoritt på tuneren bli importert.",
|
||||||
"ImportMissingEpisodesHelp": "Informasjon om manglende episoder vil bli importet til databasen og bli vist under sesonger og serier. Dette kan føre til at skanning av biblioteket tar betydelig lengre tid.",
|
|
||||||
"InstallingPackage": "Installerer {0} (versjon {1})",
|
"InstallingPackage": "Installerer {0} (versjon {1})",
|
||||||
"InstantMix": "Direktemiks",
|
"InstantMix": "Direktemiks",
|
||||||
"ItemCount": "{0} elementer",
|
"ItemCount": "{0} elementer",
|
||||||
|
|
|
@ -389,7 +389,6 @@
|
||||||
"Identify": "Identificeer",
|
"Identify": "Identificeer",
|
||||||
"Images": "Afbeeldingen",
|
"Images": "Afbeeldingen",
|
||||||
"ImportFavoriteChannelsHelp": "Alleen kanalen die als favoriet aangemerkt zijn op de tuner zullen geïmporteerd worden.",
|
"ImportFavoriteChannelsHelp": "Alleen kanalen die als favoriet aangemerkt zijn op de tuner zullen geïmporteerd worden.",
|
||||||
"ImportMissingEpisodesHelp": "Informatie over ontbrekende afleveringen zal in uw database worden geïmporteerd en weergegeven in seizoenen en series. Dit kan aanzienlijk langere bibliotheekscans veroorzaken.",
|
|
||||||
"InstallingPackage": "Installeren van {0} (versie {1})",
|
"InstallingPackage": "Installeren van {0} (versie {1})",
|
||||||
"Kids": "Kinderen",
|
"Kids": "Kinderen",
|
||||||
"Label3DFormat": "3D formaat:",
|
"Label3DFormat": "3D formaat:",
|
||||||
|
|
|
@ -410,7 +410,6 @@
|
||||||
"Identify": "Identyfikuj",
|
"Identify": "Identyfikuj",
|
||||||
"Images": "Obrazy",
|
"Images": "Obrazy",
|
||||||
"ImportFavoriteChannelsHelp": "Jeśli aktywne, tylko kanały oznaczone jako ulubione na tunerze, będą importowane.",
|
"ImportFavoriteChannelsHelp": "Jeśli aktywne, tylko kanały oznaczone jako ulubione na tunerze, będą importowane.",
|
||||||
"ImportMissingEpisodesHelp": "Informacje o brakujących odcinkach zostaną zaimportowane do bazy i będą wyświetlane na listach sezonów i seriali. Może to jednak znacznie wydłużyć czas skanowania biblioteki.",
|
|
||||||
"InstallingPackage": "Instalowanie {0} (wersja {1})",
|
"InstallingPackage": "Instalowanie {0} (wersja {1})",
|
||||||
"InstantMix": "Szybki remiks",
|
"InstantMix": "Szybki remiks",
|
||||||
"ItemCount": "{0} pozycje",
|
"ItemCount": "{0} pozycje",
|
||||||
|
|
|
@ -396,7 +396,6 @@
|
||||||
"Identify": "Identificar",
|
"Identify": "Identificar",
|
||||||
"Images": "Imagens",
|
"Images": "Imagens",
|
||||||
"ImportFavoriteChannelsHelp": "Se ativado, apenas canais que estão marcados como favoritos no sintonizador serão importados.",
|
"ImportFavoriteChannelsHelp": "Se ativado, apenas canais que estão marcados como favoritos no sintonizador serão importados.",
|
||||||
"ImportMissingEpisodesHelp": "Se ativado, as informações dos episódios que faltam serão importadas para seu banco de dados do Jellyfin e exibidas dentro das temporadas e séries. Isto pode causar lentidão no rastreamento da biblioteca.",
|
|
||||||
"InstallingPackage": "Instalando {0} (versão{1})",
|
"InstallingPackage": "Instalando {0} (versão{1})",
|
||||||
"InstantMix": "Mix instântaneo",
|
"InstantMix": "Mix instântaneo",
|
||||||
"ItemCount": "{0} itens",
|
"ItemCount": "{0} itens",
|
||||||
|
|
|
@ -198,7 +198,6 @@
|
||||||
"Identify": "Identificar",
|
"Identify": "Identificar",
|
||||||
"Images": "Imagens",
|
"Images": "Imagens",
|
||||||
"ImportFavoriteChannelsHelp": "Se ativado, apenas canais que estão marcados como favoritos no sintonizador serão importados.",
|
"ImportFavoriteChannelsHelp": "Se ativado, apenas canais que estão marcados como favoritos no sintonizador serão importados.",
|
||||||
"ImportMissingEpisodesHelp": "Se ativado, a informação acerca dos episódios em falta será importada para a base de dados do Servidor Jellyfin e mostrada dentro das temporadas e séries. Isto pode aumentar significativamente a duração da análise da biblioteca.",
|
|
||||||
"InstantMix": "Mix instântaneo",
|
"InstantMix": "Mix instântaneo",
|
||||||
"ItemCount": "{0} itens",
|
"ItemCount": "{0} itens",
|
||||||
"Label3DFormat": "Formato 3D:",
|
"Label3DFormat": "Formato 3D:",
|
||||||
|
|
|
@ -420,7 +420,6 @@
|
||||||
"ItemCount": "{0} itens",
|
"ItemCount": "{0} itens",
|
||||||
"InstantMix": "Mistura instântanea",
|
"InstantMix": "Mistura instântanea",
|
||||||
"InstallingPackage": "A instalar {0}",
|
"InstallingPackage": "A instalar {0}",
|
||||||
"ImportMissingEpisodesHelp": "Quando activado, a informação acerca dos episódios em falta será importada para a base de dados do Servidor Jellyfin e mostrada dentro das temporadas e séries. Isto pode aumentar significativamente a duração da análise da biblioteca.",
|
|
||||||
"ImportFavoriteChannelsHelp": "Quando activado, apenas serão importados canais que estão marcados no sintonizador como favoritos.",
|
"ImportFavoriteChannelsHelp": "Quando activado, apenas serão importados canais que estão marcados no sintonizador como favoritos.",
|
||||||
"Images": "Imagens",
|
"Images": "Imagens",
|
||||||
"Identify": "Identificar",
|
"Identify": "Identificar",
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
"HeaderTaskTriggers": "Declanșatori Sarcini",
|
"HeaderTaskTriggers": "Declanșatori Sarcini",
|
||||||
"HeaderUsers": "Utilizatori",
|
"HeaderUsers": "Utilizatori",
|
||||||
"Help": "Ajutor",
|
"Help": "Ajutor",
|
||||||
"ImportMissingEpisodesHelp": "Informația despre episoadele lipsă va fi importată în baza de date și va fi afișată în cadrul serialelor. Aceasta poate cauza un timp semnificativ mai îndelungat la scanarea bibliotecilor.",
|
|
||||||
"LabelArtists": "Artisti:",
|
"LabelArtists": "Artisti:",
|
||||||
"LabelArtistsHelp": "Separară înșiruirea artiștilor utilizând ;",
|
"LabelArtistsHelp": "Separară înșiruirea artiștilor utilizând ;",
|
||||||
"LabelAudioLanguagePreference": "Preferințe de limbă pentru audio:",
|
"LabelAudioLanguagePreference": "Preferințe de limbă pentru audio:",
|
||||||
|
|
|
@ -413,7 +413,6 @@
|
||||||
"Identify": "Распознать",
|
"Identify": "Распознать",
|
||||||
"Images": "Изображения",
|
"Images": "Изображения",
|
||||||
"ImportFavoriteChannelsHelp": "Будут импортированы только каналы, которые обозначены как избранное на тюнерном устройстве.",
|
"ImportFavoriteChannelsHelp": "Будут импортированы только каналы, которые обозначены как избранное на тюнерном устройстве.",
|
||||||
"ImportMissingEpisodesHelp": "Информация об отсутствующих эпизодах будет импортирована в вашу базу данных и отображена в пределах сезонов и сериалов. Это может заметно увеличить время сканирования медиатеки.",
|
|
||||||
"InstallingPackage": "Устанавливается {0} (версия {1})",
|
"InstallingPackage": "Устанавливается {0} (версия {1})",
|
||||||
"InstantMix": "Автомикс",
|
"InstantMix": "Автомикс",
|
||||||
"ItemCount": "{0} элемент(а/ов)",
|
"ItemCount": "{0} элемент(а/ов)",
|
||||||
|
|
|
@ -241,7 +241,6 @@
|
||||||
"Horizontal": "Horizontálne",
|
"Horizontal": "Horizontálne",
|
||||||
"Identify": "Identifikovať",
|
"Identify": "Identifikovať",
|
||||||
"Images": "Obrázky",
|
"Images": "Obrázky",
|
||||||
"ImportMissingEpisodesHelp": "Informácie o chýbajúcich epizódach budú importované do Vašej databázy a budú zobrazené v sériách a seriáloch. Toto môže spôsobiť podstatne dlhšie skenovania knižníc.",
|
|
||||||
"InstallingPackage": "Inštalujem {0} (verzia{1})",
|
"InstallingPackage": "Inštalujem {0} (verzia{1})",
|
||||||
"ItemCount": "{0} položiek",
|
"ItemCount": "{0} položiek",
|
||||||
"Items": "Položky",
|
"Items": "Položky",
|
||||||
|
|
|
@ -533,7 +533,6 @@
|
||||||
"LabelDisplayMode": "Način prikaza:",
|
"LabelDisplayMode": "Način prikaza:",
|
||||||
"LabelBindToLocalNetworkAddressHelp": "Preglasi lokalni IP naslov za HTTP strežnik. V kolikor pustite prazno se strežnik poveže z vsemi možnimi naslovi. Sprememba vrednosti zahteva ponovni zagon.",
|
"LabelBindToLocalNetworkAddressHelp": "Preglasi lokalni IP naslov za HTTP strežnik. V kolikor pustite prazno se strežnik poveže z vsemi možnimi naslovi. Sprememba vrednosti zahteva ponovni zagon.",
|
||||||
"InstallingPackage": "Nameščanje {0} (različica {1})",
|
"InstallingPackage": "Nameščanje {0} (različica {1})",
|
||||||
"ImportMissingEpisodesHelp": "Podatki o manjkajočih epizodah bodo dodani v bazo podatkov in prikazani znotraj sezon in serij. To lahko občutno podaljša čas uvoza v knjižnjico.",
|
|
||||||
"ImportFavoriteChannelsHelp": "Uvoženi bodo zgolj programi, ki so na sprejemniku označeni kot priljubljeni.",
|
"ImportFavoriteChannelsHelp": "Uvoženi bodo zgolj programi, ki so na sprejemniku označeni kot priljubljeni.",
|
||||||
"LabelEnableDlnaServerHelp": "Omogoči UPnP napravam v omrežju da brskajo in predvajajo vsebine.",
|
"LabelEnableDlnaServerHelp": "Omogoči UPnP napravam v omrežju da brskajo in predvajajo vsebine.",
|
||||||
"LabelFolder": "Mapa:",
|
"LabelFolder": "Mapa:",
|
||||||
|
|
|
@ -371,7 +371,6 @@
|
||||||
"Identify": "Identifiera",
|
"Identify": "Identifiera",
|
||||||
"Images": "Bilder",
|
"Images": "Bilder",
|
||||||
"ImportFavoriteChannelsHelp": "Endast kanaler som är märkta som favoriter på den här TV-mottagaren kommer att importeras.",
|
"ImportFavoriteChannelsHelp": "Endast kanaler som är märkta som favoriter på den här TV-mottagaren kommer att importeras.",
|
||||||
"ImportMissingEpisodesHelp": "Information om saknade episoder kommer att importeras till din Jellyfin-databas och visas i seriesäsongerna. Detta kan innebära att biblioteksskanningar tar en avsevärt längre tid.",
|
|
||||||
"InstallingPackage": "Installerar {0} (version {1})",
|
"InstallingPackage": "Installerar {0} (version {1})",
|
||||||
"InstantMix": "Omedelbar mix",
|
"InstantMix": "Omedelbar mix",
|
||||||
"ItemCount": "{0} objekt",
|
"ItemCount": "{0} objekt",
|
||||||
|
|
|
@ -469,7 +469,6 @@
|
||||||
"ItemCount": "{0} உருப்படிகள்",
|
"ItemCount": "{0} உருப்படிகள்",
|
||||||
"InstantMix": "உடனடி கலவை",
|
"InstantMix": "உடனடி கலவை",
|
||||||
"InstallingPackage": "{0} (பதிப்பு {1}) ஐ நிறுவுகிறது",
|
"InstallingPackage": "{0} (பதிப்பு {1}) ஐ நிறுவுகிறது",
|
||||||
"ImportMissingEpisodesHelp": "காணாமல் போன அத்தியாயங்கள் பற்றிய தகவல்கள் உங்கள் தரவுத்தளத்தில் இறக்குமதி செய்யப்பட்டு பருவங்கள் மற்றும் தொடர்களில் காண்பிக்கப்படும். இது கணிசமாக நீண்ட நூலக ஸ்கேன்களை ஏற்படுத்தக்கூடும்.",
|
|
||||||
"ImportFavoriteChannelsHelp": "ட்யூனர் சாதனத்தில் பிடித்ததாகக் குறிக்கப்பட்ட சேனல்கள் மட்டுமே இறக்குமதி செய்யப்படும்.",
|
"ImportFavoriteChannelsHelp": "ட்யூனர் சாதனத்தில் பிடித்ததாகக் குறிக்கப்பட்ட சேனல்கள் மட்டுமே இறக்குமதி செய்யப்படும்.",
|
||||||
"Images": "படங்கள்",
|
"Images": "படங்கள்",
|
||||||
"Identify": "அடையாளம் காணவும்",
|
"Identify": "அடையாளம் காணவும்",
|
||||||
|
|
|
@ -520,7 +520,6 @@
|
||||||
"ItemCount": "{0} mục",
|
"ItemCount": "{0} mục",
|
||||||
"InstantMix": "Trộn Lẫn Nhanh",
|
"InstantMix": "Trộn Lẫn Nhanh",
|
||||||
"InstallingPackage": "Đang cài đặt {0} (phiên bản {1})",
|
"InstallingPackage": "Đang cài đặt {0} (phiên bản {1})",
|
||||||
"ImportMissingEpisodesHelp": "Nếu bật tuỳ chọn này, thông tin bị thiếu trong các tập phim sẽ được nhập vào cơ sở dữ liệu của máy chủ Jellyfin và hiển thị trong các phần và series. Điều này có thể làm việc quét thư viện lâu hơn rất nhiều.",
|
|
||||||
"ImportFavoriteChannelsHelp": "Nếu bật tuỳ chọn này, chỉ những kênh yêu thích trong thiết bị bắt sóng sẽ được nhập vào.",
|
"ImportFavoriteChannelsHelp": "Nếu bật tuỳ chọn này, chỉ những kênh yêu thích trong thiết bị bắt sóng sẽ được nhập vào.",
|
||||||
"Images": "Hình Ảnh",
|
"Images": "Hình Ảnh",
|
||||||
"Identify": "Nhận Dạng",
|
"Identify": "Nhận Dạng",
|
||||||
|
|
|
@ -374,7 +374,6 @@
|
||||||
"Identify": "识别",
|
"Identify": "识别",
|
||||||
"Images": "图片",
|
"Images": "图片",
|
||||||
"ImportFavoriteChannelsHelp": "只有在协调器设备中被标记为我的最爱的频道才会被导入。",
|
"ImportFavoriteChannelsHelp": "只有在协调器设备中被标记为我的最爱的频道才会被导入。",
|
||||||
"ImportMissingEpisodesHelp": "缺少的剧集信息将被导入到你的数据库并分季分剧显示。可能会大大延长媒体库扫描时间。",
|
|
||||||
"InstallingPackage": "正在安装 {0}(版本 {1})",
|
"InstallingPackage": "正在安装 {0}(版本 {1})",
|
||||||
"InstantMix": "即时混音",
|
"InstantMix": "即时混音",
|
||||||
"ItemCount": "{0} 项",
|
"ItemCount": "{0} 项",
|
||||||
|
|
|
@ -559,7 +559,6 @@
|
||||||
"Identify": "識別",
|
"Identify": "識別",
|
||||||
"Images": "圖片",
|
"Images": "圖片",
|
||||||
"ImportFavoriteChannelsHelp": "若啟用,僅於調諧器設備中被標記為我的最愛的頻道才會被導入。",
|
"ImportFavoriteChannelsHelp": "若啟用,僅於調諧器設備中被標記為我的最愛的頻道才會被導入。",
|
||||||
"ImportMissingEpisodesHelp": "缺失劇集的資料將導入您的媒體庫,並在季度與系列中顯示。 可能導致媒體庫掃描延長。",
|
|
||||||
"InstallingPackage": "正在安裝 {0}(版本 {1})",
|
"InstallingPackage": "正在安裝 {0}(版本 {1})",
|
||||||
"InstantMix": "即時混音",
|
"InstantMix": "即時混音",
|
||||||
"Items": "項目",
|
"Items": "項目",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue