mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #496 from NathanPickard/removing-other
Removed Other from TV Guide data providers
This commit is contained in:
commit
0980707826
33 changed files with 3 additions and 60 deletions
|
@ -168,17 +168,12 @@ define(["jQuery", "globalize", "scripts/taskbutton", "dom", "libraryMenu", "layo
|
||||||
}), menuItems.push({
|
}), menuItems.push({
|
||||||
name: "Xml TV",
|
name: "Xml TV",
|
||||||
id: "xmltv"
|
id: "xmltv"
|
||||||
}), menuItems.push({
|
|
||||||
name: globalize.translate("ButtonOther"),
|
|
||||||
id: "other"
|
|
||||||
}), require(["actionsheet"], function(actionsheet) {
|
}), require(["actionsheet"], function(actionsheet) {
|
||||||
actionsheet.show({
|
actionsheet.show({
|
||||||
items: menuItems,
|
items: menuItems,
|
||||||
positionTo: button,
|
positionTo: button,
|
||||||
callback: function(id) {
|
callback: function(id) {
|
||||||
"other" == id ? Dashboard.alert({
|
Dashboard.navigate(getProviderConfigurationUrl(id))
|
||||||
message: globalize.translate("ForAdditionalLiveTvOptions")
|
|
||||||
}) : Dashboard.navigate(getProviderConfigurationUrl(id))
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
@ -114,7 +114,7 @@ define(["globalize", "loading", "libraryMenu", "dom", "emby-input", "emby-button
|
||||||
suppportsSubmit = "other" !== value,
|
suppportsSubmit = "other" !== value,
|
||||||
supportsSelectablePath = supportsTunerFileOrUrl,
|
supportsSelectablePath = supportsTunerFileOrUrl,
|
||||||
txtDevicePath = view.querySelector(".txtDevicePath");
|
txtDevicePath = view.querySelector(".txtDevicePath");
|
||||||
supportsTunerIpAddress ? (txtDevicePath.label(globalize.translate("LabelTunerIpAddress")), view.querySelector(".fldPath").classList.remove("hide")) : supportsTunerFileOrUrl ? (txtDevicePath.label(globalize.translate("LabelFileOrUrl")), view.querySelector(".fldPath").classList.remove("hide")) : view.querySelector(".fldPath").classList.add("hide"), supportsSelectablePath ? (view.querySelector(".btnSelectPath").classList.remove("hide"), view.querySelector(".txtDevicePath").setAttribute("required", "required")) : (view.querySelector(".btnSelectPath").classList.add("hide"), view.querySelector(".txtDevicePath").removeAttribute("required")), supportsUserAgent ? view.querySelector(".fldUserAgent").classList.remove("hide") : view.querySelector(".fldUserAgent").classList.add("hide"), supportsFavorites ? view.querySelector(".fldFavorites").classList.remove("hide") : view.querySelector(".fldFavorites").classList.add("hide"), supportsTranscoding ? view.querySelector(".fldTranscode").classList.remove("hide") : view.querySelector(".fldTranscode").classList.add("hide"), supportsStreamLooping ? view.querySelector(".fldStreamLoop").classList.remove("hide") : view.querySelector(".fldStreamLoop").classList.add("hide"), supportsTunerCount ? (view.querySelector(".fldTunerCount").classList.remove("hide"), view.querySelector(".txtTunerCount").setAttribute("required", "required")) : (view.querySelector(".fldTunerCount").classList.add("hide"), view.querySelector(".txtTunerCount").removeAttribute("required")), mayIncludeUnsupportedDrmChannels ? view.querySelector(".drmMessage").classList.remove("hide") : view.querySelector(".drmMessage").classList.add("hide"), suppportsSubmit ? (view.querySelector(".button-submit").classList.remove("hide"), view.querySelector(".otherOptionsMessage").classList.add("hide")) : (view.querySelector(".button-submit").classList.add("hide"), view.querySelector(".otherOptionsMessage").classList.remove("hide"))
|
supportsTunerIpAddress ? (txtDevicePath.label(globalize.translate("LabelTunerIpAddress")), view.querySelector(".fldPath").classList.remove("hide")) : supportsTunerFileOrUrl ? (txtDevicePath.label(globalize.translate("LabelFileOrUrl")), view.querySelector(".fldPath").classList.remove("hide")) : view.querySelector(".fldPath").classList.add("hide"), supportsSelectablePath ? (view.querySelector(".btnSelectPath").classList.remove("hide"), view.querySelector(".txtDevicePath").setAttribute("required", "required")) : (view.querySelector(".btnSelectPath").classList.add("hide"), view.querySelector(".txtDevicePath").removeAttribute("required")), supportsUserAgent ? view.querySelector(".fldUserAgent").classList.remove("hide") : view.querySelector(".fldUserAgent").classList.add("hide"), supportsFavorites ? view.querySelector(".fldFavorites").classList.remove("hide") : view.querySelector(".fldFavorites").classList.add("hide"), supportsTranscoding ? view.querySelector(".fldTranscode").classList.remove("hide") : view.querySelector(".fldTranscode").classList.add("hide"), supportsStreamLooping ? view.querySelector(".fldStreamLoop").classList.remove("hide") : view.querySelector(".fldStreamLoop").classList.add("hide"), supportsTunerCount ? (view.querySelector(".fldTunerCount").classList.remove("hide"), view.querySelector(".txtTunerCount").setAttribute("required", "required")) : (view.querySelector(".fldTunerCount").classList.add("hide"), view.querySelector(".txtTunerCount").removeAttribute("required")), mayIncludeUnsupportedDrmChannels ? view.querySelector(".drmMessage").classList.remove("hide") : view.querySelector(".drmMessage").classList.add("hide"), suppportsSubmit ? view.querySelector(".button-submit").classList.remove("hide") : view.querySelector(".button-submit").classList.add("hide")
|
||||||
}
|
}
|
||||||
return function(view, params) {
|
return function(view, params) {
|
||||||
params.id || view.querySelector(".btnDetect").classList.remove("hide"), view.addEventListener("viewshow", function() {
|
params.id || view.querySelector(".btnDetect").classList.remove("hide"), view.addEventListener("viewshow", function() {
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="drmMessage hide">${DrmChannelsNotImported}</p>
|
<p class="drmMessage hide">${DrmChannelsNotImported}</p>
|
||||||
<p class="otherOptionsMessage hide" style="margin:2em 0;">${ForAdditionalLiveTvOptions}</p>
|
|
||||||
<br />
|
<br />
|
||||||
<input type="hidden" class="fldDeviceId" />
|
<input type="hidden" class="fldDeviceId" />
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
"ButtonOff": "إيقاف التشغيل",
|
"ButtonOff": "إيقاف التشغيل",
|
||||||
"ButtonOk": "موافق",
|
"ButtonOk": "موافق",
|
||||||
"ButtonOpen": "إفتح",
|
"ButtonOpen": "إفتح",
|
||||||
"ButtonOther": "أخرى",
|
|
||||||
"ButtonParentalControl": "التحكم الأبوي",
|
"ButtonParentalControl": "التحكم الأبوي",
|
||||||
"ButtonPause": "توقف مؤقت",
|
"ButtonPause": "توقف مؤقت",
|
||||||
"ButtonPlay": "تشغيل",
|
"ButtonPlay": "تشغيل",
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
"ButtonNextTrack": "Pista següent",
|
"ButtonNextTrack": "Pista següent",
|
||||||
"ButtonOk": "D'acord",
|
"ButtonOk": "D'acord",
|
||||||
"ButtonOpen": "Obre",
|
"ButtonOpen": "Obre",
|
||||||
"ButtonOther": "Altres",
|
|
||||||
"ButtonParentalControl": "Control parental",
|
"ButtonParentalControl": "Control parental",
|
||||||
"ButtonPause": "Pausa",
|
"ButtonPause": "Pausa",
|
||||||
"ButtonPlay": "Reprodueix",
|
"ButtonPlay": "Reprodueix",
|
||||||
|
|
|
@ -72,7 +72,6 @@
|
||||||
"ButtonNextTrack": "Následující stopa",
|
"ButtonNextTrack": "Následující stopa",
|
||||||
"ButtonOff": "Vypnout",
|
"ButtonOff": "Vypnout",
|
||||||
"ButtonOpen": "Otevřít",
|
"ButtonOpen": "Otevřít",
|
||||||
"ButtonOther": "Další",
|
|
||||||
"ButtonParentalControl": "Rodičovská kontrola",
|
"ButtonParentalControl": "Rodičovská kontrola",
|
||||||
"ButtonPause": "Pozastavit",
|
"ButtonPause": "Pozastavit",
|
||||||
"ButtonPlay": "Přehrát",
|
"ButtonPlay": "Přehrát",
|
||||||
|
@ -1298,7 +1297,6 @@
|
||||||
"Features": "Funkce",
|
"Features": "Funkce",
|
||||||
"Filters": "Filtry",
|
"Filters": "Filtry",
|
||||||
"Folders": "Složky",
|
"Folders": "Složky",
|
||||||
"ForAdditionalLiveTvOptions": "Pro další poskytovatele živého TV vysílání klikněte na záložku Služby a zobrazte dostupné možnosti.",
|
|
||||||
"General": "Hlavní",
|
"General": "Hlavní",
|
||||||
"GenreValue": "Žánr: {0}",
|
"GenreValue": "Žánr: {0}",
|
||||||
"GenresValue": "Žánry: {0}",
|
"GenresValue": "Žánry: {0}",
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
"ButtonNextTrack": "Næste spor",
|
"ButtonNextTrack": "Næste spor",
|
||||||
"ButtonOff": "Fra",
|
"ButtonOff": "Fra",
|
||||||
"ButtonOpen": "Åben",
|
"ButtonOpen": "Åben",
|
||||||
"ButtonOther": "Andre",
|
|
||||||
"ButtonParentalControl": "Forældrekontrol",
|
"ButtonParentalControl": "Forældrekontrol",
|
||||||
"ButtonPlay": "Afspil",
|
"ButtonPlay": "Afspil",
|
||||||
"ButtonPreviousTrack": "Forrige spor",
|
"ButtonPreviousTrack": "Forrige spor",
|
||||||
|
@ -174,7 +173,6 @@
|
||||||
"FolderTypeMusicVideos": "Musikvideoer",
|
"FolderTypeMusicVideos": "Musikvideoer",
|
||||||
"FolderTypeTvShows": "TV",
|
"FolderTypeTvShows": "TV",
|
||||||
"FolderTypeUnset": "Ikke valgt (blandet indhold)",
|
"FolderTypeUnset": "Ikke valgt (blandet indhold)",
|
||||||
"ForAdditionalLiveTvOptions": "For ekstra Live TV udbydere, klik på Tjenester fanen for at se muligheder.",
|
|
||||||
"Friday": "Fredag",
|
"Friday": "Fredag",
|
||||||
"Fullscreen": "Fuldskærm",
|
"Fullscreen": "Fuldskærm",
|
||||||
"General": "Generel",
|
"General": "Generel",
|
||||||
|
|
|
@ -95,7 +95,6 @@
|
||||||
"ButtonNextTrack": "Nächstes Stück",
|
"ButtonNextTrack": "Nächstes Stück",
|
||||||
"ButtonOff": "Ausschalten",
|
"ButtonOff": "Ausschalten",
|
||||||
"ButtonOpen": "Öffnen",
|
"ButtonOpen": "Öffnen",
|
||||||
"ButtonOther": "Andere",
|
|
||||||
"ButtonParentalControl": "Kindersicherung",
|
"ButtonParentalControl": "Kindersicherung",
|
||||||
"ButtonPlay": "Abspielen",
|
"ButtonPlay": "Abspielen",
|
||||||
"ButtonPreviousTrack": "Vorheriges Stück",
|
"ButtonPreviousTrack": "Vorheriges Stück",
|
||||||
|
@ -248,7 +247,6 @@
|
||||||
"FolderTypeMusicVideos": "Musikvideos",
|
"FolderTypeMusicVideos": "Musikvideos",
|
||||||
"FolderTypeUnset": "Keine Auswahl (gemischter Inhalt)",
|
"FolderTypeUnset": "Keine Auswahl (gemischter Inhalt)",
|
||||||
"Folders": "Verzeichnisse",
|
"Folders": "Verzeichnisse",
|
||||||
"ForAdditionalLiveTvOptions": "Für weitere TV Quellen klicke auf den \"Dienste\"-Reiter um weitere Optionen anzuzeigen.",
|
|
||||||
"Friday": "Freitag",
|
"Friday": "Freitag",
|
||||||
"Fullscreen": "Vollbild",
|
"Fullscreen": "Vollbild",
|
||||||
"General": "Allgemein",
|
"General": "Allgemein",
|
||||||
|
|
|
@ -80,7 +80,6 @@
|
||||||
"ButtonNew": "Νέο",
|
"ButtonNew": "Νέο",
|
||||||
"ButtonNextTrack": "Επομενο",
|
"ButtonNextTrack": "Επομενο",
|
||||||
"ButtonOpen": "Άνοιγμα",
|
"ButtonOpen": "Άνοιγμα",
|
||||||
"ButtonOther": "Άλλα",
|
|
||||||
"ButtonParentalControl": "Γονικός έλεγχος",
|
"ButtonParentalControl": "Γονικός έλεγχος",
|
||||||
"ButtonPause": "Παύση",
|
"ButtonPause": "Παύση",
|
||||||
"ButtonPlay": "Αναπαραγωγή",
|
"ButtonPlay": "Αναπαραγωγή",
|
||||||
|
|
|
@ -142,7 +142,6 @@
|
||||||
"ButtonOff": "Off",
|
"ButtonOff": "Off",
|
||||||
"ButtonOk": "Ok",
|
"ButtonOk": "Ok",
|
||||||
"ButtonOpen": "Open",
|
"ButtonOpen": "Open",
|
||||||
"ButtonOther": "Other",
|
|
||||||
"ButtonParentalControl": "Parental control",
|
"ButtonParentalControl": "Parental control",
|
||||||
"ButtonPause": "Pause",
|
"ButtonPause": "Pause",
|
||||||
"ButtonPlay": "Play",
|
"ButtonPlay": "Play",
|
||||||
|
@ -296,7 +295,6 @@
|
||||||
"FolderTypeMusicVideos": "Music videos",
|
"FolderTypeMusicVideos": "Music videos",
|
||||||
"FolderTypeTvShows": "TV Shows",
|
"FolderTypeTvShows": "TV Shows",
|
||||||
"FolderTypeUnset": "Mixed content",
|
"FolderTypeUnset": "Mixed content",
|
||||||
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
|
|
||||||
"FormatValue": "Format: {0}",
|
"FormatValue": "Format: {0}",
|
||||||
"Friday": "Friday",
|
"Friday": "Friday",
|
||||||
"Fullscreen": "Full screen",
|
"Fullscreen": "Full screen",
|
||||||
|
|
|
@ -96,7 +96,6 @@
|
||||||
"ButtonOff": "Off",
|
"ButtonOff": "Off",
|
||||||
"ButtonOk": "Ok",
|
"ButtonOk": "Ok",
|
||||||
"ButtonOpen": "Open",
|
"ButtonOpen": "Open",
|
||||||
"ButtonOther": "Other",
|
|
||||||
"ButtonParentalControl": "Parental control",
|
"ButtonParentalControl": "Parental control",
|
||||||
"ButtonPause": "Pause",
|
"ButtonPause": "Pause",
|
||||||
"ButtonPlay": "Play",
|
"ButtonPlay": "Play",
|
||||||
|
@ -263,7 +262,6 @@
|
||||||
"FolderTypeTvShows": "TV Shows",
|
"FolderTypeTvShows": "TV Shows",
|
||||||
"FolderTypeUnset": "Mixed Content",
|
"FolderTypeUnset": "Mixed Content",
|
||||||
"Folders": "Folders",
|
"Folders": "Folders",
|
||||||
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
|
|
||||||
"FormatValue": "Format: {0}",
|
"FormatValue": "Format: {0}",
|
||||||
"Friday": "Friday",
|
"Friday": "Friday",
|
||||||
"Fullscreen": "Full screen",
|
"Fullscreen": "Full screen",
|
||||||
|
|
|
@ -166,7 +166,6 @@
|
||||||
"ButtonOff": "Desactivado",
|
"ButtonOff": "Desactivado",
|
||||||
"ButtonOk": "Aceptar",
|
"ButtonOk": "Aceptar",
|
||||||
"ButtonOpen": "Abrir",
|
"ButtonOpen": "Abrir",
|
||||||
"ButtonOther": "Otro",
|
|
||||||
"ButtonParentalControl": "Control parental",
|
"ButtonParentalControl": "Control parental",
|
||||||
"ButtonPause": "Pausar",
|
"ButtonPause": "Pausar",
|
||||||
"ButtonPlay": "Reproducir",
|
"ButtonPlay": "Reproducir",
|
||||||
|
@ -395,7 +394,6 @@
|
||||||
"FolderTypeMusic": "Música",
|
"FolderTypeMusic": "Música",
|
||||||
"FolderTypeMusicVideos": "Videos Musicales",
|
"FolderTypeMusicVideos": "Videos Musicales",
|
||||||
"FolderTypeUnset": "Sin especificar (Contenido Mixto)",
|
"FolderTypeUnset": "Sin especificar (Contenido Mixto)",
|
||||||
"ForAdditionalLiveTvOptions": "Para proveedores adicionales de TV en Vivo, hacé click en la pestaña Servicios para ver las opciones disponibles.",
|
|
||||||
"FormatValue": "Formato: {0}",
|
"FormatValue": "Formato: {0}",
|
||||||
"Friday": "Viernes",
|
"Friday": "Viernes",
|
||||||
"Fullscreen": "Pantalla Completa",
|
"Fullscreen": "Pantalla Completa",
|
||||||
|
|
|
@ -93,7 +93,6 @@
|
||||||
"ButtonNextTrack": "Pista siguiente",
|
"ButtonNextTrack": "Pista siguiente",
|
||||||
"ButtonOff": "Apagar",
|
"ButtonOff": "Apagar",
|
||||||
"ButtonOpen": "Abrir",
|
"ButtonOpen": "Abrir",
|
||||||
"ButtonOther": "Otros",
|
|
||||||
"ButtonParentalControl": "Control parental",
|
"ButtonParentalControl": "Control parental",
|
||||||
"ButtonPause": "Pausar",
|
"ButtonPause": "Pausar",
|
||||||
"ButtonPlay": "Reproducir",
|
"ButtonPlay": "Reproducir",
|
||||||
|
@ -253,7 +252,6 @@
|
||||||
"FolderTypeTvShows": "Series de TV",
|
"FolderTypeTvShows": "Series de TV",
|
||||||
"FolderTypeUnset": "Contenido variado",
|
"FolderTypeUnset": "Contenido variado",
|
||||||
"Folders": "Carpetas",
|
"Folders": "Carpetas",
|
||||||
"ForAdditionalLiveTvOptions": "Para proveedores adicionales de TV en Vivo, de clic en la pestaña de Servicios para ver las opciones disponibles.",
|
|
||||||
"FormatValue": "Formato: {0}",
|
"FormatValue": "Formato: {0}",
|
||||||
"Friday": "Viernes",
|
"Friday": "Viernes",
|
||||||
"Fullscreen": "Pantalla Completa",
|
"Fullscreen": "Pantalla Completa",
|
||||||
|
|
|
@ -79,7 +79,6 @@
|
||||||
"ButtonOff": "Apagado",
|
"ButtonOff": "Apagado",
|
||||||
"ButtonOk": "OK",
|
"ButtonOk": "OK",
|
||||||
"ButtonOpen": "Abrir",
|
"ButtonOpen": "Abrir",
|
||||||
"ButtonOther": "Otro",
|
|
||||||
"ButtonParentalControl": "Control parental",
|
"ButtonParentalControl": "Control parental",
|
||||||
"ButtonPause": "Pausa",
|
"ButtonPause": "Pausa",
|
||||||
"ButtonPlay": "Reproducir",
|
"ButtonPlay": "Reproducir",
|
||||||
|
@ -207,7 +206,6 @@
|
||||||
"FolderTypeMusicVideos": "Vídeos Musicales",
|
"FolderTypeMusicVideos": "Vídeos Musicales",
|
||||||
"FolderTypeTvShows": "Programas de TV",
|
"FolderTypeTvShows": "Programas de TV",
|
||||||
"FolderTypeUnset": "Contenido Mixto",
|
"FolderTypeUnset": "Contenido Mixto",
|
||||||
"ForAdditionalLiveTvOptions": "Para proveedores adicionales de televisión en directo, haga clic en la pestaña Servicios para ver las opciones disponibles.",
|
|
||||||
"FormatValue": "Formato: {0}",
|
"FormatValue": "Formato: {0}",
|
||||||
"Friday": "Viernes",
|
"Friday": "Viernes",
|
||||||
"Fullscreen": "Pantalla completa",
|
"Fullscreen": "Pantalla completa",
|
||||||
|
|
|
@ -164,7 +164,6 @@
|
||||||
"ButtonOff": "Pois päältä",
|
"ButtonOff": "Pois päältä",
|
||||||
"ButtonOk": "Ok",
|
"ButtonOk": "Ok",
|
||||||
"ButtonOpen": "Avoin",
|
"ButtonOpen": "Avoin",
|
||||||
"ButtonOther": "Muu",
|
|
||||||
"BurnSubtitlesHelp": "Määrittää jos palvelimen pitäisi upottaa tekstitykset suoraan videotiedostoon muuntamisvaiheessa tekstitysformaatista riippuen. Upottamisen välttäminen parantaa palvelimen suorituskykyä. Valitse Automaattinen upottaaksesi sekä kuvapohjaiset- (esim. VOBSUB, PGS, SUB/IDX, jne.) että ASS/SSA tekstitysmuodot",
|
"BurnSubtitlesHelp": "Määrittää jos palvelimen pitäisi upottaa tekstitykset suoraan videotiedostoon muuntamisvaiheessa tekstitysformaatista riippuen. Upottamisen välttäminen parantaa palvelimen suorituskykyä. Valitse Automaattinen upottaaksesi sekä kuvapohjaiset- (esim. VOBSUB, PGS, SUB/IDX, jne.) että ASS/SSA tekstitysmuodot",
|
||||||
"ButtonParentalControl": "Lapsilukko",
|
"ButtonParentalControl": "Lapsilukko",
|
||||||
"ButtonPause": "Tauko",
|
"ButtonPause": "Tauko",
|
||||||
|
|
|
@ -90,7 +90,6 @@
|
||||||
"ButtonOff": "Arrêt",
|
"ButtonOff": "Arrêt",
|
||||||
"ButtonOk": "OK",
|
"ButtonOk": "OK",
|
||||||
"ButtonOpen": "Ouvrir",
|
"ButtonOpen": "Ouvrir",
|
||||||
"ButtonOther": "Autre",
|
|
||||||
"ButtonParentalControl": "Contrôle parental",
|
"ButtonParentalControl": "Contrôle parental",
|
||||||
"ButtonPlay": "Lire",
|
"ButtonPlay": "Lire",
|
||||||
"ButtonPreviousTrack": "Piste précédente",
|
"ButtonPreviousTrack": "Piste précédente",
|
||||||
|
@ -251,7 +250,6 @@
|
||||||
"FolderTypeTvShows": "TV",
|
"FolderTypeTvShows": "TV",
|
||||||
"FolderTypeUnset": "Contenu mixte",
|
"FolderTypeUnset": "Contenu mixte",
|
||||||
"Folders": "Dossiers",
|
"Folders": "Dossiers",
|
||||||
"ForAdditionalLiveTvOptions": "Pour d'autres fournisseurs de TV en direct, cliquez sur l'onglet Services afin de voir les options disponibles.",
|
|
||||||
"FormatValue": "Format : {0}",
|
"FormatValue": "Format : {0}",
|
||||||
"Friday": "Vendredi",
|
"Friday": "Vendredi",
|
||||||
"Fullscreen": "Plein écran",
|
"Fullscreen": "Plein écran",
|
||||||
|
|
|
@ -54,7 +54,6 @@
|
||||||
"ButtonOff": "Isključi",
|
"ButtonOff": "Isključi",
|
||||||
"ButtonOk": "U redu",
|
"ButtonOk": "U redu",
|
||||||
"ButtonOpen": "Otvori",
|
"ButtonOpen": "Otvori",
|
||||||
"ButtonOther": "Ostalo",
|
|
||||||
"ButtonParentalControl": "Roditeljska kontrola",
|
"ButtonParentalControl": "Roditeljska kontrola",
|
||||||
"ButtonPause": "Pauza",
|
"ButtonPause": "Pauza",
|
||||||
"ButtonPlay": "Pokreni",
|
"ButtonPlay": "Pokreni",
|
||||||
|
|
|
@ -621,7 +621,6 @@
|
||||||
"ButtonLearnMore": "Tudj meg többet",
|
"ButtonLearnMore": "Tudj meg többet",
|
||||||
"ButtonNetwork": "Hálózat",
|
"ButtonNetwork": "Hálózat",
|
||||||
"ButtonOk": "Ok",
|
"ButtonOk": "Ok",
|
||||||
"ButtonOther": "Egyéb",
|
|
||||||
"ButtonRevoke": "Visszavon",
|
"ButtonRevoke": "Visszavon",
|
||||||
"ButtonSelectView": "Válassz nézetet",
|
"ButtonSelectView": "Válassz nézetet",
|
||||||
"ButtonStart": "Start",
|
"ButtonStart": "Start",
|
||||||
|
@ -697,7 +696,6 @@
|
||||||
"File": "Fájl",
|
"File": "Fájl",
|
||||||
"FileReadCancelled": "Az olvasott fájl törlése megtörtént.",
|
"FileReadCancelled": "Az olvasott fájl törlése megtörtént.",
|
||||||
"FileReadError": "Hiba történt a fájl olvasása közben.",
|
"FileReadError": "Hiba történt a fájl olvasása közben.",
|
||||||
"ForAdditionalLiveTvOptions": "A további Élő TV szolgáltatókhoz kattints a Szolgáltatások fülre a rendelkezésre álló lehetőségek megtekintéséhez.",
|
|
||||||
"GroupBySeries": "Csoportosítás sorozatonként",
|
"GroupBySeries": "Csoportosítás sorozatonként",
|
||||||
"GuestStar": "Vendég sztár",
|
"GuestStar": "Vendég sztár",
|
||||||
"GuideProviderLogin": "Bejelentkezés",
|
"GuideProviderLogin": "Bejelentkezés",
|
||||||
|
|
|
@ -81,7 +81,6 @@
|
||||||
"ButtonNextTrack": "Traccia Successiva",
|
"ButtonNextTrack": "Traccia Successiva",
|
||||||
"ButtonOff": "Spento",
|
"ButtonOff": "Spento",
|
||||||
"ButtonOpen": "Apri",
|
"ButtonOpen": "Apri",
|
||||||
"ButtonOther": "Altro",
|
|
||||||
"ButtonParentalControl": "Controllo parentale",
|
"ButtonParentalControl": "Controllo parentale",
|
||||||
"ButtonPause": "Pausa",
|
"ButtonPause": "Pausa",
|
||||||
"ButtonPlay": "Riproduci",
|
"ButtonPlay": "Riproduci",
|
||||||
|
@ -238,7 +237,6 @@
|
||||||
"FolderTypeMusicVideos": "Video musicali",
|
"FolderTypeMusicVideos": "Video musicali",
|
||||||
"FolderTypeUnset": "Contenuto Misto",
|
"FolderTypeUnset": "Contenuto Misto",
|
||||||
"Folders": "Cartelle",
|
"Folders": "Cartelle",
|
||||||
"ForAdditionalLiveTvOptions": "Per ulteriori provider Live TV, fare clic sulla scheda Servizi per vedere le opzioni disponibili.",
|
|
||||||
"FormatValue": "Formato: {0}",
|
"FormatValue": "Formato: {0}",
|
||||||
"Friday": "Venerdì",
|
"Friday": "Venerdì",
|
||||||
"Fullscreen": "Schermo Intero",
|
"Fullscreen": "Schermo Intero",
|
||||||
|
|
|
@ -91,7 +91,6 @@
|
||||||
"ButtonNextTrack": "次のトラック",
|
"ButtonNextTrack": "次のトラック",
|
||||||
"ButtonOk": "OK",
|
"ButtonOk": "OK",
|
||||||
"ButtonOpen": "開く",
|
"ButtonOpen": "開く",
|
||||||
"ButtonOther": "その他",
|
|
||||||
"ButtonParentalControl": "ペアレンタルコントロール",
|
"ButtonParentalControl": "ペアレンタルコントロール",
|
||||||
"ButtonPause": "一時停止",
|
"ButtonPause": "一時停止",
|
||||||
"ButtonPlay": "再生",
|
"ButtonPlay": "再生",
|
||||||
|
@ -263,7 +262,6 @@
|
||||||
"FolderTypeTvShows": "テレビ番組",
|
"FolderTypeTvShows": "テレビ番組",
|
||||||
"FolderTypeUnset": "ミックスコンテンツ",
|
"FolderTypeUnset": "ミックスコンテンツ",
|
||||||
"Folders": "フォルダー",
|
"Folders": "フォルダー",
|
||||||
"ForAdditionalLiveTvOptions": "その他のLive TV プロバイダーの場合は、[サービス]タブをクリックして利用可能なオプションを確認してください。",
|
|
||||||
"FormatValue": "フォーマット: {0}",
|
"FormatValue": "フォーマット: {0}",
|
||||||
"Friday": "金曜日",
|
"Friday": "金曜日",
|
||||||
"Fullscreen": "フルスクリーン",
|
"Fullscreen": "フルスクリーン",
|
||||||
|
|
|
@ -96,7 +96,6 @@
|
||||||
"ButtonOff": "Óshir",
|
"ButtonOff": "Óshir",
|
||||||
"ButtonOk": "Jaraıdy",
|
"ButtonOk": "Jaraıdy",
|
||||||
"ButtonOpen": "Ashý",
|
"ButtonOpen": "Ashý",
|
||||||
"ButtonOther": "Basqa",
|
|
||||||
"ButtonParentalControl": "Mazmundy basqarý",
|
"ButtonParentalControl": "Mazmundy basqarý",
|
||||||
"ButtonPause": "Úzý",
|
"ButtonPause": "Úzý",
|
||||||
"ButtonPlay": "Oınatý",
|
"ButtonPlay": "Oınatý",
|
||||||
|
@ -264,7 +263,6 @@
|
||||||
"FolderTypeTvShows": "TD-kórsetimder",
|
"FolderTypeTvShows": "TD-kórsetimder",
|
||||||
"FolderTypeUnset": "Aralas mazmun",
|
"FolderTypeUnset": "Aralas mazmun",
|
||||||
"Folders": "Qaltalar",
|
"Folders": "Qaltalar",
|
||||||
"ForAdditionalLiveTvOptions": "Qosymsha efırlik TD jetkizýshiler úshin, Qyzmetter qoıyndysyn nuqyp, qoljetimdi opsıalarben tanysyńyz.",
|
|
||||||
"FormatValue": "Pishim: {0}",
|
"FormatValue": "Pishim: {0}",
|
||||||
"Friday": "juma",
|
"Friday": "juma",
|
||||||
"Fullscreen": "Tolyq ekran",
|
"Fullscreen": "Tolyq ekran",
|
||||||
|
|
|
@ -569,7 +569,6 @@
|
||||||
"ButtonNetwork": "Tinklas",
|
"ButtonNetwork": "Tinklas",
|
||||||
"ButtonOff": "Išjungti",
|
"ButtonOff": "Išjungti",
|
||||||
"ButtonOpen": "Atidaryti",
|
"ButtonOpen": "Atidaryti",
|
||||||
"ButtonOther": "Kita",
|
|
||||||
"ButtonParentalControl": "Tėvų kontrolė",
|
"ButtonParentalControl": "Tėvų kontrolė",
|
||||||
"ButtonProfile": "Profilis",
|
"ButtonProfile": "Profilis",
|
||||||
"ButtonRename": "Pervadinti",
|
"ButtonRename": "Pervadinti",
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
"ButtonOff": "Av",
|
"ButtonOff": "Av",
|
||||||
"ButtonOk": "OK",
|
"ButtonOk": "OK",
|
||||||
"ButtonOpen": "Åpne",
|
"ButtonOpen": "Åpne",
|
||||||
"ButtonOther": "Andre",
|
|
||||||
"ButtonParentalControl": "Foreldrekontroll",
|
"ButtonParentalControl": "Foreldrekontroll",
|
||||||
"ButtonPlay": "Spill",
|
"ButtonPlay": "Spill",
|
||||||
"ButtonPreviousTrack": "Forrige Spor",
|
"ButtonPreviousTrack": "Forrige Spor",
|
||||||
|
|
|
@ -86,7 +86,6 @@
|
||||||
"ButtonNextTrack": "Volgende track",
|
"ButtonNextTrack": "Volgende track",
|
||||||
"ButtonOff": "Uit",
|
"ButtonOff": "Uit",
|
||||||
"ButtonOpen": "Openen",
|
"ButtonOpen": "Openen",
|
||||||
"ButtonOther": "Andere",
|
|
||||||
"ButtonParentalControl": "Ouderlijk toezicht",
|
"ButtonParentalControl": "Ouderlijk toezicht",
|
||||||
"ButtonPause": "Pauze",
|
"ButtonPause": "Pauze",
|
||||||
"ButtonPlay": "Afspelen",
|
"ButtonPlay": "Afspelen",
|
||||||
|
@ -242,7 +241,6 @@
|
||||||
"FolderTypeTvShows": "TV Series",
|
"FolderTypeTvShows": "TV Series",
|
||||||
"FolderTypeUnset": "Gemengde inhoud",
|
"FolderTypeUnset": "Gemengde inhoud",
|
||||||
"Folders": "Mappen",
|
"Folders": "Mappen",
|
||||||
"ForAdditionalLiveTvOptions": "Voor extra Live TV providers, klik op de Diensten tab om de mogelijke opties te zien.",
|
|
||||||
"FormatValue": "Formaat: {0}",
|
"FormatValue": "Formaat: {0}",
|
||||||
"Friday": "Vrijdag",
|
"Friday": "Vrijdag",
|
||||||
"Fullscreen": "Volledig scherm",
|
"Fullscreen": "Volledig scherm",
|
||||||
|
|
|
@ -93,7 +93,6 @@
|
||||||
"ButtonNextTrack": "Następna utwór",
|
"ButtonNextTrack": "Następna utwór",
|
||||||
"ButtonOff": "Wyłącz",
|
"ButtonOff": "Wyłącz",
|
||||||
"ButtonOpen": "Otwórz",
|
"ButtonOpen": "Otwórz",
|
||||||
"ButtonOther": "Inne",
|
|
||||||
"ButtonParentalControl": "Kontrola rodzicielska",
|
"ButtonParentalControl": "Kontrola rodzicielska",
|
||||||
"ButtonPause": "Pauza",
|
"ButtonPause": "Pauza",
|
||||||
"ButtonPlay": "Odtwarzaj",
|
"ButtonPlay": "Odtwarzaj",
|
||||||
|
@ -256,7 +255,6 @@
|
||||||
"FolderTypeTvShows": "Seriale",
|
"FolderTypeTvShows": "Seriale",
|
||||||
"FolderTypeUnset": "Zawartość mieszana",
|
"FolderTypeUnset": "Zawartość mieszana",
|
||||||
"Folders": "Foldery",
|
"Folders": "Foldery",
|
||||||
"ForAdditionalLiveTvOptions": "Dla większej liczby dostawców telewizji, kliknij Usługi aby zobaczyć pozostałe opcje.",
|
|
||||||
"Friday": "Piątek",
|
"Friday": "Piątek",
|
||||||
"Fullscreen": "Pełny ekran",
|
"Fullscreen": "Pełny ekran",
|
||||||
"General": "Ogólne",
|
"General": "Ogólne",
|
||||||
|
|
|
@ -88,7 +88,6 @@
|
||||||
"ButtonOff": "Desligado",
|
"ButtonOff": "Desligado",
|
||||||
"ButtonOk": "OK",
|
"ButtonOk": "OK",
|
||||||
"ButtonOpen": "Abrir",
|
"ButtonOpen": "Abrir",
|
||||||
"ButtonOther": "Outro",
|
|
||||||
"ButtonParentalControl": "Controle etário",
|
"ButtonParentalControl": "Controle etário",
|
||||||
"ButtonPause": "Pausar",
|
"ButtonPause": "Pausar",
|
||||||
"ButtonPlay": "Reproduzir",
|
"ButtonPlay": "Reproduzir",
|
||||||
|
@ -245,7 +244,6 @@
|
||||||
"FolderTypeTvShows": "Séries",
|
"FolderTypeTvShows": "Séries",
|
||||||
"FolderTypeUnset": "Conteúdo misto",
|
"FolderTypeUnset": "Conteúdo misto",
|
||||||
"Folders": "Pastas",
|
"Folders": "Pastas",
|
||||||
"ForAdditionalLiveTvOptions": "Para provedores de TV ao Vivo adicionais, clique na guia Serviços para ver as opções disponíveis.",
|
|
||||||
"FormatValue": "Formato: {0}",
|
"FormatValue": "Formato: {0}",
|
||||||
"Friday": "Sexta-feira",
|
"Friday": "Sexta-feira",
|
||||||
"Fullscreen": "Tela cheia",
|
"Fullscreen": "Tela cheia",
|
||||||
|
|
|
@ -824,7 +824,6 @@
|
||||||
"ButtonSelectServer": "Selecionar servidor",
|
"ButtonSelectServer": "Selecionar servidor",
|
||||||
"ButtonRename": "Alterar o nome",
|
"ButtonRename": "Alterar o nome",
|
||||||
"ButtonParentalControl": "Controlo parental",
|
"ButtonParentalControl": "Controlo parental",
|
||||||
"ButtonOther": "Outro",
|
|
||||||
"ButtonOk": "OK",
|
"ButtonOk": "OK",
|
||||||
"ButtonLibraryAccess": "Acesso à biblioteca",
|
"ButtonLibraryAccess": "Acesso à biblioteca",
|
||||||
"ButtonGuide": "Programação",
|
"ButtonGuide": "Programação",
|
||||||
|
@ -881,7 +880,6 @@
|
||||||
"GenreValue": "Género: {0}",
|
"GenreValue": "Género: {0}",
|
||||||
"General": "Geral",
|
"General": "Geral",
|
||||||
"FormatValue": "Formato: {0}",
|
"FormatValue": "Formato: {0}",
|
||||||
"ForAdditionalLiveTvOptions": "Para encontrar provedores de serviços de TV, clique no separador Serviços para ver os provedores disponíveis.",
|
|
||||||
"FolderTypeUnset": "Conteúdo misto",
|
"FolderTypeUnset": "Conteúdo misto",
|
||||||
"Filters": "Filtros",
|
"Filters": "Filtros",
|
||||||
"File": "Ficheiro",
|
"File": "Ficheiro",
|
||||||
|
|
|
@ -94,7 +94,6 @@
|
||||||
"ButtonOff": "Откл",
|
"ButtonOff": "Откл",
|
||||||
"ButtonOk": "Ок",
|
"ButtonOk": "Ок",
|
||||||
"ButtonOpen": "Открыть",
|
"ButtonOpen": "Открыть",
|
||||||
"ButtonOther": "Другое",
|
|
||||||
"ButtonParentalControl": "Управлять содержанием",
|
"ButtonParentalControl": "Управлять содержанием",
|
||||||
"ButtonPause": "Пауза",
|
"ButtonPause": "Пауза",
|
||||||
"ButtonPlay": "Воспр.",
|
"ButtonPlay": "Воспр.",
|
||||||
|
@ -257,7 +256,6 @@
|
||||||
"FolderTypeTvShows": "ТВ-передачи",
|
"FolderTypeTvShows": "ТВ-передачи",
|
||||||
"FolderTypeUnset": "Разнородное содержание",
|
"FolderTypeUnset": "Разнородное содержание",
|
||||||
"Folders": "Папки",
|
"Folders": "Папки",
|
||||||
"ForAdditionalLiveTvOptions": "Для дополнительных ТВ-поставщиков, ознакомьтесь с имеющимися опциями, щёлкнув по вкладке Компоненты.",
|
|
||||||
"FormatValue": "Формат: {0}",
|
"FormatValue": "Формат: {0}",
|
||||||
"Friday": "пятница",
|
"Friday": "пятница",
|
||||||
"Fullscreen": "Полный экран",
|
"Fullscreen": "Полный экран",
|
||||||
|
|
|
@ -60,7 +60,6 @@
|
||||||
"ButtonNew": "Nové",
|
"ButtonNew": "Nové",
|
||||||
"ButtonNextTrack": "Nasledujúca stopa",
|
"ButtonNextTrack": "Nasledujúca stopa",
|
||||||
"ButtonOpen": "Otvoriť",
|
"ButtonOpen": "Otvoriť",
|
||||||
"ButtonOther": "Iné",
|
|
||||||
"ButtonParentalControl": "Rodičovská kontrola",
|
"ButtonParentalControl": "Rodičovská kontrola",
|
||||||
"ButtonPause": "Pauza",
|
"ButtonPause": "Pauza",
|
||||||
"ButtonPlay": "Prehrať",
|
"ButtonPlay": "Prehrať",
|
||||||
|
|
|
@ -194,7 +194,6 @@
|
||||||
"ButtonOff": "Izključi",
|
"ButtonOff": "Izključi",
|
||||||
"ButtonOk": "Ok",
|
"ButtonOk": "Ok",
|
||||||
"ButtonOpen": "Odpri",
|
"ButtonOpen": "Odpri",
|
||||||
"ButtonOther": "Ostalo",
|
|
||||||
"ButtonParentalControl": "Starševski nadzor",
|
"ButtonParentalControl": "Starševski nadzor",
|
||||||
"ButtonPause": "Premor",
|
"ButtonPause": "Premor",
|
||||||
"ButtonPlay": "Predvajaj",
|
"ButtonPlay": "Predvajaj",
|
||||||
|
|
|
@ -84,7 +84,6 @@
|
||||||
"ButtonOff": "Av",
|
"ButtonOff": "Av",
|
||||||
"ButtonOk": "OK",
|
"ButtonOk": "OK",
|
||||||
"ButtonOpen": "Öppna",
|
"ButtonOpen": "Öppna",
|
||||||
"ButtonOther": "Annan",
|
|
||||||
"ButtonParentalControl": "Föräldralås",
|
"ButtonParentalControl": "Föräldralås",
|
||||||
"ButtonPause": "Paus",
|
"ButtonPause": "Paus",
|
||||||
"ButtonPlay": "Spela upp",
|
"ButtonPlay": "Spela upp",
|
||||||
|
@ -1277,7 +1276,6 @@
|
||||||
"Guide": "Guide",
|
"Guide": "Guide",
|
||||||
"GenreValue": "Genre: {0}",
|
"GenreValue": "Genre: {0}",
|
||||||
"General": "Allmänt",
|
"General": "Allmänt",
|
||||||
"ForAdditionalLiveTvOptions": "Klicka på \"Tjänster\" fliken för ytterligare Live TV leverantörer.",
|
|
||||||
"FastForward": "Snabbspola",
|
"FastForward": "Snabbspola",
|
||||||
"Extras": "Mer",
|
"Extras": "Mer",
|
||||||
"ErrorAddingXmlTvFile": "Det uppstod ett problem vid läsningen av XmlTV filen. Kontrollera att filen är tillgänglig och försök igen.",
|
"ErrorAddingXmlTvFile": "Det uppstod ett problem vid läsningen av XmlTV filen. Kontrollera att filen är tillgänglig och försök igen.",
|
||||||
|
|
|
@ -88,7 +88,6 @@
|
||||||
"ButtonOff": "关",
|
"ButtonOff": "关",
|
||||||
"ButtonOk": "确定",
|
"ButtonOk": "确定",
|
||||||
"ButtonOpen": "打开",
|
"ButtonOpen": "打开",
|
||||||
"ButtonOther": "其他",
|
|
||||||
"ButtonParentalControl": "家长控制",
|
"ButtonParentalControl": "家长控制",
|
||||||
"ButtonPause": "暂停",
|
"ButtonPause": "暂停",
|
||||||
"ButtonPlay": "播放",
|
"ButtonPlay": "播放",
|
||||||
|
@ -236,7 +235,6 @@
|
||||||
"FolderTypeTvShows": "电视节目",
|
"FolderTypeTvShows": "电视节目",
|
||||||
"FolderTypeUnset": "混合内容",
|
"FolderTypeUnset": "混合内容",
|
||||||
"Folders": "文件夹",
|
"Folders": "文件夹",
|
||||||
"ForAdditionalLiveTvOptions": "要查看额外的电视直播提供商,点击“服务”标签以查看可用的选项。",
|
|
||||||
"FormatValue": "格式:{0}",
|
"FormatValue": "格式:{0}",
|
||||||
"Friday": "星期五",
|
"Friday": "星期五",
|
||||||
"Fullscreen": "全屏",
|
"Fullscreen": "全屏",
|
||||||
|
|
|
@ -379,7 +379,6 @@
|
||||||
"ButtonNextTrack": "下一首",
|
"ButtonNextTrack": "下一首",
|
||||||
"ButtonOff": "關",
|
"ButtonOff": "關",
|
||||||
"ButtonOpen": "開",
|
"ButtonOpen": "開",
|
||||||
"ButtonOther": "其他",
|
|
||||||
"ButtonParentalControl": "家庭管理",
|
"ButtonParentalControl": "家庭管理",
|
||||||
"ButtonPause": "暫停",
|
"ButtonPause": "暫停",
|
||||||
"ButtonPreviousTrack": "上一首",
|
"ButtonPreviousTrack": "上一首",
|
||||||
|
@ -536,7 +535,6 @@
|
||||||
"FolderTypeMixed": "混合媒體",
|
"FolderTypeMixed": "混合媒體",
|
||||||
"FolderTypeUnset": "混合內容",
|
"FolderTypeUnset": "混合內容",
|
||||||
"Folders": "資料夾",
|
"Folders": "資料夾",
|
||||||
"ForAdditionalLiveTvOptions": "以查看額外的電視直播供應商,點擊“服務”以查看可用的選項。",
|
|
||||||
"FormatValue": "格式:{0}",
|
"FormatValue": "格式:{0}",
|
||||||
"FreeAppsFeatureDescription": "享受免費的Jellyfin應用程式。",
|
"FreeAppsFeatureDescription": "享受免費的Jellyfin應用程式。",
|
||||||
"Fullscreen": "全螢幕",
|
"Fullscreen": "全螢幕",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue