missed some things
This commit is contained in:
parent
b1d51eb80e
commit
53523808f6
47 changed files with 2 additions and 94 deletions
|
@ -4,7 +4,7 @@ define(["jQuery", "loading", "fnchecked", "emby-checkbox", "emby-textarea", "emb
|
|||
function loadPage(page, config, languageOptions, systemInfo) {
|
||||
-1 !== systemInfo.OperatingSystem.toLowerCase().indexOf("windows") ? page.querySelector("#windowsStartupDescription").classList.remove("hide") : page.querySelector("#windowsStartupDescription").classList.add("hide"), systemInfo.CanLaunchWebBrowser ? page.querySelector("#fldRunWebAppAtStartup").classList.remove("hide") : page.querySelector("#fldRunWebAppAtStartup").classList.add("hide"), page.querySelector("#txtCachePath").value = config.CachePath || "", $("#selectLocalizationLanguage", page).html(languageOptions.map(function(l) {
|
||||
return '<option value="' + l.Value + '">' + l.Name + "</option>"
|
||||
})).val(config.UICulture), currentLanguage = config.UICulture, $("#chkRunAtStartup", page).checked(config.RunAtStartup), $("#chkRunWebAppAtStartup", page).checked(config.AutoRunWebApp || !1), systemInfo.CanSelfUpdate ? page.querySelector(".fldAutomaticUpdates").classList.remove("hide") : page.querySelector(".fldAutomaticUpdates").classList.add("hide"), $("#chkEnableAutomaticServerUpdates", page).checked(config.EnableAutoUpdate), $("#chkEnableAutomaticRestart", page).checked(config.EnableAutomaticRestart), systemInfo.CanSelfRestart ? page.querySelector("#fldEnableAutomaticRestart").classList.remove("hide") : page.querySelector("#fldEnableAutomaticRestart").classList.add("hide"), systemInfo.CanSelfRestart || systemInfo.CanSelfUpdate ? $(".autoUpdatesContainer", page).removeClass("hide") : $(".autoUpdatesContainer", page).addClass("hide"), loading.hide()
|
||||
})).val(config.UICulture), currentLanguage = config.UICulture, systemInfo.CanSelfUpdate ? page.querySelector(".fldAutomaticUpdates").classList.remove("hide") : page.querySelector(".fldAutomaticUpdates").classList.add("hide"), $("#chkEnableAutomaticServerUpdates", page).checked(config.EnableAutoUpdate), $("#chkEnableAutomaticRestart", page).checked(config.EnableAutomaticRestart), systemInfo.CanSelfRestart ? page.querySelector("#fldEnableAutomaticRestart").classList.remove("hide") : page.querySelector("#fldEnableAutomaticRestart").classList.add("hide"), systemInfo.CanSelfRestart || systemInfo.CanSelfUpdate ? $(".autoUpdatesContainer", page).removeClass("hide") : $(".autoUpdatesContainer", page).addClass("hide"), loading.hide()
|
||||
}
|
||||
|
||||
function onSubmit() {
|
||||
|
@ -14,7 +14,7 @@ define(["jQuery", "loading", "fnchecked", "emby-checkbox", "emby-textarea", "emb
|
|||
return ApiClient.getServerConfiguration().then(function(config) {
|
||||
config.UICulture = $("#selectLocalizationLanguage", form).val(), config.CachePath = form.querySelector("#txtCachePath").value;
|
||||
var requiresReload = !1;
|
||||
config.UICulture !== currentLanguage && (requiresReload = !0), config.RunAtStartup = $("#chkRunAtStartup", form).checked(), config.AutoRunWebApp = $("#chkRunWebAppAtStartup", form).checked(), config.EnableAutomaticRestart = $("#chkEnableAutomaticRestart", form).checked(), config.EnableAutoUpdate = $("#chkEnableAutomaticServerUpdates", form).checked(), ApiClient.updateServerConfiguration(config).then(function() {
|
||||
config.UICulture !== currentLanguage && (requiresReload = !0), config.EnableAutomaticRestart = $("#chkEnableAutomaticRestart", form).checked(), config.EnableAutoUpdate = $("#chkEnableAutomaticServerUpdates", form).checked(), ApiClient.updateServerConfiguration(config).then(function() {
|
||||
ApiClient.getNamedConfiguration(brandingConfigKey).then(function(brandingConfig) {
|
||||
brandingConfig.LoginDisclaimer = form.querySelector("#txtLoginDisclaimer").value, brandingConfig.CustomCss = form.querySelector("#txtCustomCss").value, currentBrandingOptions && brandingConfig.CustomCss !== currentBrandingOptions.CustomCss && (requiresReload = !0), ApiClient.updateNamedConfiguration(brandingConfigKey, brandingConfig).then(function() {
|
||||
Dashboard.processServerConfigurationUpdateResult(), requiresReload && !AppInfo.isNativeApp && window.location.reload(!0)
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "إصدار ffmpeg:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "أحدث ال{0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "اختر مجلد وسائط لمشاركته مع هذا المستخدم. المدراء سيكونون قادرين على تغيير إعدادات المجلدات باستخدام مدير واصفات البيانات.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Последни {0}",
|
||||
"LaunchWebAppOnStartup": "Пускане на интерфейса в мрежовия четец при стартиране на сървъра",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Изберете медийните папки, които да споделите с потребителя. Администраторите ще могат да редактират всички папки, използвайки управлението на метаданни.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Novetats a {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Selecciona els directoris dels multimèdia a compartir amb aquest usuari. Els administradors podran editar tots els directoris emprant el gestor de metadades.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg - verze:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Nejnovější {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Vyberte složky médií, které chcete sdílet s tímto uživatelem. Administrátoři budou moci editovat všechny složky pomocí správce metadat.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Komma separeret liste over IP adresser eller netmasker til ntværk der vil blive anset for at være lokale når der bliver påtvunget båndbredde restriktioner. Hvis sat vil alle andre IP adresser bliver set som eksterne og blive underlagt båndbredde restriktionerne. Hvis blank, er det kun serveren subnet der bliver betragtet som et lokalt netværk.",
|
||||
"LatestFromLibrary": "Seneste {0}",
|
||||
"LaunchWebAppOnStartup": "Start Jellyfin webappen i min browser når Jellyfin Serveren startes.",
|
||||
"LaunchWebAppOnStartupHelp": "Dette vil åbne webappen i din standard web browser når Jellyfin serveren bliver startet. Dette vil ikke ske når genstart server funktionen benyttes.",
|
||||
"LearnHowToCreateSynologyShares": "Lær at dele mapper i Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Vælg hvilke mediemapper der skal deles med denne bruger. Administratorer vil kunne redigere alle mapper ved hjælp af metadata administratoren.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg Version:",
|
||||
"LanNetworksHelp": "Komma separierte Liste von IP Adressen oder IP Masken die als lokale Netzwerke behandelt werden sollen um Bandbreitenlimitationen auszusetzen. Wenn befüllt werden alle anderen IP Adressen als externe Netzwerke behandelt und unterliegen den Bandbreitenlimitationen für externe Verbindungen. Wenn leer, wird nur das SubNetz des Servers als Lokales Netz gesetzt-",
|
||||
"LatestFromLibrary": "Neueste {0}",
|
||||
"LaunchWebAppOnStartup": "Starte die Jellyfin WebApp im Browser wenn der Jellyfin Server startet",
|
||||
"LaunchWebAppOnStartupHelp": "Diese Funktion öffnet die Jellyfin WebApp im Standard Browser wenn der Jellyfin Server gestartet wird. Dies wird nicht geschehen wenn der Server nur neu gestartet wird.",
|
||||
"LearnHowToCreateSynologyShares": "Erfahre, wie man Verzeichnisse mit Synology teilt.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Wähle die Medienverzeichnisse die du mit diesem Benutzer teilen möchtest. Administratoren können den Metadaten-Manager verwenden um alle Ordner zu bearbeiten.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Τελευταία {0}",
|
||||
"LaunchWebAppOnStartup": "Εκκίνηση του Jellyfin Web App στο πρόγραμμα περιήγησης Web όταν ξεκινά ο διακομιστής Jellyfin",
|
||||
"LaunchWebAppOnStartupHelp": "Αυτό θα ανοίξει την εφαρμογή Web στο προεπιλεγμένο πρόγραμμα περιήγησης Web όταν ξεκινήσει αρχικά ο διακομιστής Jellyfin. Αυτό δεν θα συμβεί όταν χρησιμοποιείτε τη λειτουργία επανεκκίνησης του διακομιστή.",
|
||||
"LearnHowToCreateSynologyShares": "Μάθετε πώς μπορείτε να κάνετε κοινή χρήση φακέλων στο Synology.",
|
||||
"LetterButtonAbbreviation": "Α",
|
||||
"LibraryAccessHelp": "Επιλέξτε τους φακέλους μέσων για να το μοιραστείτε με αυτόν το χρήστη. Οι διαχειριστές θα έχουν τη δυνατότητα να επεξεργάζεστε όλα φακέλους χρησιμοποιώντας τα μεταδεδομένα manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "Versión de FFmpeg:",
|
||||
"LanNetworksHelp": "Lista separada por comas de direcciones IP/mascaras de subred para las redes que serán consideradas como locales al enforzar restricciones de ancho de banda. Si se establece, todas las demás direcciones IP serán consideradas como redes externas y estarán sujetas a restricciones de ancho de banda. Si se deja en blanco, sólo la subred del servidor será considerada como red local.",
|
||||
"LatestFromLibrary": "Más recientes {0}",
|
||||
"LaunchWebAppOnStartup": "Iniciar la aplicación web de Jellyfin en mi navegador web cuando se inicie el Servidor Jellyfin",
|
||||
"LaunchWebAppOnStartupHelp": "Esto abrirá tu navegador web predeterminado cuando el Servidor Jellyfin se inicie. Esto no ocurrirá cuando se use la opción de reiniciar servidor.",
|
||||
"LearnHowToCreateSynologyShares": "Aprenda como compartir carpetas en Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Seleccione las carpetas de medios para compartir con este usuario. Los administradores podrán editar todas las carpetas usando el administrador de metadatos.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg versión:",
|
||||
"LanNetworksHelp": "Lista de direcciones IP separadas por comas o entradas de IP / máscara de red para redes que se considerarán en la red local al imponer restricciones de ancho de banda. Si se establece, todas las demás direcciones IP se considerarán en la red externa y estarán sujetas a las restricciones de ancho de banda externo. Si se deja en blanco, solo se considera que la subred del servidor está en la red local.",
|
||||
"LatestFromLibrary": "Últimas {0}",
|
||||
"LaunchWebAppOnStartup": "Iniciar la app web de Jellyfin en el navegador cuando el servidor Jellyfin arranca",
|
||||
"LaunchWebAppOnStartupHelp": "Esto abrirá la aplicación web en tu navegador cuando se incie el servidor Jellyfin por primera vez. Esto no ocurrirá cuando se utilice la función de reinicio del servidor.",
|
||||
"LearnHowToCreateSynologyShares": "Aprende a compartir carpetas en Synology",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Seleccione las carpetas de medios para compartir con este usuario. Los administradores podrán editar todas las carpetas usando el gestor de metadatos.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "انتخاب پوشه های رسانه برای اشتراک گذاری با این کاربر. مدیر سیستم میتواند با استفاده از مدیریت متاداده همه ی پوشه ها را ویرایش کند.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Valitse media kansiot jotka haluat jakaa tämän käyttäjän kanssa. Järjestelmänvalvoja pystyy muokkaamaan kaikkia kansioita käyttäen metadata hallintaa.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "Version de FFmpeg :",
|
||||
"LanNetworksHelp": "Liste des adresses IP ou des entrées IP/masque de réseau séparées par des virgules pour les réseaux qui seront considérés comme locaux lors de l'application des restrictions de bande passante. Si elle est définie, toutes les autres adresses IP seront considérées sur le réseau externe et seront soumises aux restrictions de bande passante externe. Si elle est vide, seul le sous-réseau du serveur est considéré comme se trouvant sur le réseau local.",
|
||||
"LatestFromLibrary": "{0}, ajouts récents",
|
||||
"LaunchWebAppOnStartup": "Lancez l'application Web Jellyfin dans mon navigateur lorsque le serveur Jellyfin démarre",
|
||||
"LaunchWebAppOnStartupHelp": "Cela ouvrira l'application Web dans votre navigateur par défaut au démarrage initial du serveur Jellyfin. Cela ne se produira pas lors de l'utilisation de la fonction de redémarrage du serveur.",
|
||||
"LearnHowToCreateSynologyShares": "Apprenez à partager des dossiers dans Synology.",
|
||||
"LetterButtonAbbreviation": "Un",
|
||||
"LibraryAccessHelp": "Sélectionnez les dossiers multimédia à partager avec cet utilisateur. Les administrateurs pourront modifier tous les dossiers en utilisant le gestionnaire de métadonnées.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Wähl en Medieordner us, um de mit dem User z'teile. Administratore werded immer d'Möglichkeit ha alli Verzeichnis mitm Metadate Manager z'bearbeite.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "בחר את ספריות המדיה אשר ישותפו עם המשתמש. מנהלים יוכלו לערות את כל התיקיות באמצעות עורך המידע.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg verzija:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Odaberite medijske mape za djeljenje sa ovim korisnikom. Administratori će moći mjenjati sve mape preko Metadata menadžera.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Legújabb {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "Versione FFmpeg:",
|
||||
"LanNetworksHelp": "Elenco separato da virgola di indirizzi IP o voci IP / maschera di rete per reti che saranno considerate sulla rete locale quando si applicano restrizioni di larghezza di banda. Se impostato, tutti gli altri indirizzi IP verranno considerati nella rete esterna e saranno soggetti alle limitazioni della larghezza di banda esterna. Se lasciato vuoto, solo la sottorete del server viene considerata nella rete locale.",
|
||||
"LatestFromLibrary": "Ultimi {0}",
|
||||
"LaunchWebAppOnStartup": "Lancia l'app web Jellyfin nel mio browser web quando Jellyfin Server si avvia",
|
||||
"LaunchWebAppOnStartupHelp": "Ciò aprirà l'app Web nel browser Web predefinito all'avvio iniziale di Jellyfin Server. Ciò non si verifica quando si utilizza la funzione del server di riavvio.",
|
||||
"LearnHowToCreateSynologyShares": "Scopri come condividere cartelle in Synology",
|
||||
"LetterButtonAbbreviation": "e",
|
||||
"LibraryAccessHelp": "Seleziona le cartelle multimediali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutte le cartelle utilizzando il gestore dei metadati.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg нұсқасы:",
|
||||
"LanNetworksHelp": "Өткізу мүмкіндігін шектеуді жүзеге асыру кезінде жергілікті желіде қарастырылатын желілер үшін үтірлермен бөлінген IP-мекенжайларының тізбесі немесе IP/netmask жазбалар. Егер орнатылса, барлық басқа IP-мекенжайлары сыртқы желіде қарастырылады және сыртқы өткізу мүмкіндігін шектеулеріне ұшырайды. Егер бос қалдырылса, сервердің ішкі желісі тек жергілікті желіде саналады.",
|
||||
"LatestFromLibrary": "Ең кейінгі {0}",
|
||||
"LaunchWebAppOnStartup": "Jellyfin Server іске қосылған кезде веб-шолғышта Jellyfin веб-қолданбасын іске қосу",
|
||||
"LaunchWebAppOnStartupHelp": "Бұл Jellyfin Server бастапқыда іске қосылған кезде веб-қолданбаны әдепкі веб-шолғышта ашады. Бұл серверді қайта іске қосу жетесін қолданғанда пайда болмайды.",
|
||||
"LearnHowToCreateSynologyShares": "Synology қалталарымен болісуді білу.",
|
||||
"LetterButtonAbbreviation": "ӘРП",
|
||||
"LibraryAccessHelp": "Бұл пайдаланушымен ортақтасу үшін тасығыш қалталарды бөлектеңіз. Метадерек реттеушіні пайдаланып әкімшілер барлық қалталарды өңдеуі мүмкін.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "이 사용자와 공유할 폴더를 선택합니다. 관리자는 메타데이터 매니저를 사용하여 모든 폴더를 수정할 수 있습니다.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Vėliausi {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Pasirinkite medijos aplankus, kuriuos norite dalintis su šiuo vartotoju. Administratoriai galės redaguoti visus aplankus per metaduomenų valdymą.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg versjon:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Siste {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Velg media mappe som skal deles med denne brukren. Administrator vil ha mulighet for å endre alle mapper ved å bruke metadata behandler.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg versie:",
|
||||
"LanNetworksHelp": "Komma-gescheiden lijst van IP-adressen of IP/netmask adressen voor netwerken die als lokaal gezien worden wanneer bandbreedtebeperkingen van toepassing zijn. Indien ingesteld, worden alle overige IP-adressen gezien als externe adressen en zullen worden onderworpen aan de bandbreedte-instellingen voor externe adressen. Indien blanco, zal alleen het subnet van de server als lokaal netwerk gezien worden.",
|
||||
"LatestFromLibrary": "Laatste {0}",
|
||||
"LaunchWebAppOnStartup": "De Jellyfin-webapp in mijn webbrowser openen wanneer Jellyfin Server opstart",
|
||||
"LaunchWebAppOnStartupHelp": "Dit zal de webapp in uw standaard webbrowser openen wanneer Jellyfin Server opstart. Dit zal niet gebeuren wanneer de \"server opnieuw opstarten\" functie gebruikt wordt.",
|
||||
"LearnHowToCreateSynologyShares": "Leren mappen te delen in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Selecteer de mediamappen om met deze gebruiker te delen. Beheerders kunnen alle mappen bewerken via de metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "Wersja FFmpeg:",
|
||||
"LanNetworksHelp": "Lista adresów IP lub adresów IP z maską podsieci dla całych sieci, rozdzielana przecinkami, które będą traktowane jako sieć lokalna w trakcie egzekwowania ograniczeń przepustowości. Jeśli zostanie wypełniona, wszystkie pozostałe adresy będą traktowane jako sieć zewnętrzna i będą podlegać ograniczeniom przepustowości. Jeśli zostanie pusta, tylko podsieć, w której znajduje się serwer, będzie traktowana jako sieć lokalna.",
|
||||
"LatestFromLibrary": "Ostatnie {0}",
|
||||
"LaunchWebAppOnStartup": "Uruchamiaj aplikację webową Jellyfin w przeglądarce po uruchomieniu serwera Jellyfin",
|
||||
"LaunchWebAppOnStartupHelp": "Zaznaczenie tej opcji spowoduje otwieranie aplikacji webowej w domyślnej przeglądarce po uruchomieniu serwera Jellyfin. Aplikacja webowa nie będzie otwierana w trakcie ponownego uruchomienia serwera.",
|
||||
"LearnHowToCreateSynologyShares": "Dowiedz się jak udostępniać foldery w Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Wybierz foldery mediów udostępniane temu użytkownikowi. Administratorzy będą mogli edytować wszystkie foldery używając menedżera metadanych.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "Versão do FFMpeg:",
|
||||
"LanNetworksHelp": "Lista separada por vírgula de endereços IP ou entradas IP/máscara de rede para redes que serão consideradas como redes locais ao forçar restrições de banda. Se definida, todos os outros endereços IP serão considerados como estando em uma rede externa e estarão sujeitos a restrições de banda externa. Se deixada em branco, apenas a sub-rede do servidor é considerada como rede local.",
|
||||
"LatestFromLibrary": "Últimos {0}",
|
||||
"LaunchWebAppOnStartup": "Executar a app web do Jellyfin no meu navegador quando o Servidor Jellyfin iniciar",
|
||||
"LaunchWebAppOnStartupHelp": "Isto abrirá a app web no seu browser quando o Servidor Jellyfin iniciar. Isto não ocorrerá quando reiniciar o servidor.",
|
||||
"LearnHowToCreateSynologyShares": "Saiba como compartilhar pastas no Sinology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Selecione as pastas de mídia para compartilhar com este usuário. Administradores poderão editar todas as pastas usando o gerenciador de metadados.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Escolha as pastas multimédia a partilhar com este utilizador. Os Administradores poderão editar todas as pastas, usando o Gestor de Metadados.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Selectează dosarele media partajate cu acest utilizator. Administratorii vor avea posibilitatea sa modifice toate dosarele utilizând managerul de metadata.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "Версия FFmpeg:",
|
||||
"LanNetworksHelp": "Список разделённых запятыми IP-адресов или записей IP/netmask для сетей, которые будут считаться находящимися в локальной сети, когда принудительно ограничивается пропускная способность. Если так установлено, то все остальные IP-адреса будут считаться находящимися во внешней сети и будут подлежать ограничениям внешней полосы пропускания. Если не заполнять, то считается, что только подсеть сервера находится в локальной сети.",
|
||||
"LatestFromLibrary": "Новейшее: {0}",
|
||||
"LaunchWebAppOnStartup": "Запускать веб-приложение Jellyfin на моём веб-браузере при старте Jellyfin Server",
|
||||
"LaunchWebAppOnStartupHelp": "При этом откроется веб-приложение на вашем веб-браузере по умолчанию, когда Jellyfin Server вначале стартует. Этого не произойдет при использовании функции перезапуск сервера.",
|
||||
"LearnHowToCreateSynologyShares": "Как предоставить общий доступ к папкам в Synology.",
|
||||
"LetterButtonAbbreviation": "БКВ",
|
||||
"LibraryAccessHelp": "Выделите медиапапки, чтобы дать доступ этому пользователю. Администраторы могут изменять все папки с помощью «Диспетчера метаданных».",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "Verzia FFmpeg:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Najnovšie {0}",
|
||||
"LaunchWebAppOnStartup": "Spustiť Jellyfin web apku v mojom webovom prehliadači pri štarte Jellyfin servera",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Zvoľte priečinky médií zdieľané s týmto užívateľom. Administrátori budú schopní upraviť všetky priečinky použitím správcu metadát.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Senaste {0}",
|
||||
"LaunchWebAppOnStartup": "Starta Jellyfins webapp i min webbläsare när Jellyfin Server startas",
|
||||
"LaunchWebAppOnStartupHelp": "Det här startar webbappen i din webbläsare när Jellyfin Server startas upp. Det kommer dock inte hända vid en server omstart.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Ange vilka mediamappar den här användaren ska ha tillgång till. Administratörer har rättighet att redigera alla mappar i metadatahanteraren.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Bu kullanıcı ile paylaşmak için medya klasörleri seçin. Yöneticiler meta yöneticisini kullanarak tüm klasörleri düzenlemesi mümkün olacaktır.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg 版本:",
|
||||
"LanNetworksHelp": "在强制带宽限制时, 将在本地网络上考虑的网络的 ip 地址或 ip/网络掩码条目的逗号分隔列表。如果设置, 所有其他 IP 地址将被视为在外部网络上, 并且将受到外部带宽限制。如果保留为空, 则只将服务器的子网视为本地网络。",
|
||||
"LatestFromLibrary": "最新的{0}",
|
||||
"LaunchWebAppOnStartup": "当 Jellyfin 服务器启动时自动使用我的网页浏览器打开 Jellyfin 网页端应用",
|
||||
"LaunchWebAppOnStartupHelp": "这将会在 Jellyfin 服务器最初启动时自动使用你的默认网页浏览器打开 Jellyfin 网页端应用。使用“重启服务器”功能并不会触发这一动作。",
|
||||
"LearnHowToCreateSynologyShares": "了解如何在Synology NAS中共享文件夹。",
|
||||
"LetterButtonAbbreviation": "字母按键",
|
||||
"LibraryAccessHelp": "选择共享给此用户的媒体文件夹。管理员能使用媒体资料管理器来编辑所有文件夹。",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "選擇與此用戶共享媒體文件夾。管理員將能夠使用媒體資料瀏覽器而編輯所有文件夾。",
|
||||
|
|
|
@ -1026,8 +1026,6 @@
|
|||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LaunchWebAppOnStartup": "Launch the Jellyfin web app in my web browser when Jellyfin Server starts",
|
||||
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Jellyfin Server initially starts. This will not occur when using the restart server function.",
|
||||
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
"LibraryAccessHelp": "選擇媒體文件夾與這用戶共享。管理員將可以使用媒體資料據管理器編輯所有的媒體文件夾。",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue