diff --git a/dashboard-ui/dashboard/dashboardgeneral.js b/dashboard-ui/dashboard/dashboardgeneral.js index 52a7b04ad6..2e457d7880 100644 --- a/dashboard-ui/dashboard/dashboardgeneral.js +++ b/dashboard-ui/dashboard/dashboardgeneral.js @@ -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 '" - })).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) diff --git a/dashboard-ui/strings/ar.json b/dashboard-ui/strings/ar.json index c528be3360..ce8e088f83 100644 --- a/dashboard-ui/strings/ar.json +++ b/dashboard-ui/strings/ar.json @@ -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": "اختر مجلد وسائط لمشاركته مع هذا المستخدم. المدراء سيكونون قادرين على تغيير إعدادات المجلدات باستخدام مدير واصفات البيانات.", diff --git a/dashboard-ui/strings/be-BY.json b/dashboard-ui/strings/be-BY.json index 33f8983749..8a2ab99935 100644 --- a/dashboard-ui/strings/be-BY.json +++ b/dashboard-ui/strings/be-BY.json @@ -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.", diff --git a/dashboard-ui/strings/bg-BG.json b/dashboard-ui/strings/bg-BG.json index 6fc4e61238..f6c7b51fec 100644 --- a/dashboard-ui/strings/bg-BG.json +++ b/dashboard-ui/strings/bg-BG.json @@ -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": "Изберете медийните папки, които да споделите с потребителя. Администраторите ще могат да редактират всички папки, използвайки управлението на метаданни.", diff --git a/dashboard-ui/strings/ca.json b/dashboard-ui/strings/ca.json index d65f21ebac..04ce66f80d 100644 --- a/dashboard-ui/strings/ca.json +++ b/dashboard-ui/strings/ca.json @@ -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.", diff --git a/dashboard-ui/strings/cs.json b/dashboard-ui/strings/cs.json index 17c7a764e4..1d85c40496 100644 --- a/dashboard-ui/strings/cs.json +++ b/dashboard-ui/strings/cs.json @@ -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.", diff --git a/dashboard-ui/strings/da.json b/dashboard-ui/strings/da.json index 2a605e77bc..5206069158 100644 --- a/dashboard-ui/strings/da.json +++ b/dashboard-ui/strings/da.json @@ -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.", diff --git a/dashboard-ui/strings/de.json b/dashboard-ui/strings/de.json index bbdd1fe2cf..da32a9ac1e 100644 --- a/dashboard-ui/strings/de.json +++ b/dashboard-ui/strings/de.json @@ -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.", diff --git a/dashboard-ui/strings/el.json b/dashboard-ui/strings/el.json index 4fa04a49e4..2314645ad6 100644 --- a/dashboard-ui/strings/el.json +++ b/dashboard-ui/strings/el.json @@ -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.", diff --git a/dashboard-ui/strings/en-GB.json b/dashboard-ui/strings/en-GB.json index 8f97496992..66c3dfebc4 100644 --- a/dashboard-ui/strings/en-GB.json +++ b/dashboard-ui/strings/en-GB.json @@ -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.", diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json index a2199ff549..a16cba5bdd 100644 --- a/dashboard-ui/strings/en-US.json +++ b/dashboard-ui/strings/en-US.json @@ -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.", diff --git a/dashboard-ui/strings/es-AR.json b/dashboard-ui/strings/es-AR.json index 4569a8ee1a..822a9ec67d 100644 --- a/dashboard-ui/strings/es-AR.json +++ b/dashboard-ui/strings/es-AR.json @@ -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.", diff --git a/dashboard-ui/strings/es-MX.json b/dashboard-ui/strings/es-MX.json index 2f22d96809..3ca6fff214 100644 --- a/dashboard-ui/strings/es-MX.json +++ b/dashboard-ui/strings/es-MX.json @@ -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.", diff --git a/dashboard-ui/strings/es.json b/dashboard-ui/strings/es.json index bcc0666058..c3dcd1ba76 100644 --- a/dashboard-ui/strings/es.json +++ b/dashboard-ui/strings/es.json @@ -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.", diff --git a/dashboard-ui/strings/fa.json b/dashboard-ui/strings/fa.json index b41e7cc382..cbca852e37 100644 --- a/dashboard-ui/strings/fa.json +++ b/dashboard-ui/strings/fa.json @@ -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": "انتخاب پوشه های رسانه برای اشتراک گذاری با این کاربر. مدیر سیستم میتواند با استفاده از مدیریت متاداده همه ی پوشه ها را ویرایش کند.", diff --git a/dashboard-ui/strings/fi.json b/dashboard-ui/strings/fi.json index 588fd4f65c..4843313371 100644 --- a/dashboard-ui/strings/fi.json +++ b/dashboard-ui/strings/fi.json @@ -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.", diff --git a/dashboard-ui/strings/fr-CA.json b/dashboard-ui/strings/fr-CA.json index d4a0ac698e..b390c7c566 100644 --- a/dashboard-ui/strings/fr-CA.json +++ b/dashboard-ui/strings/fr-CA.json @@ -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.", diff --git a/dashboard-ui/strings/fr.json b/dashboard-ui/strings/fr.json index 442fe215b4..f09b360825 100644 --- a/dashboard-ui/strings/fr.json +++ b/dashboard-ui/strings/fr.json @@ -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.", diff --git a/dashboard-ui/strings/gsw.json b/dashboard-ui/strings/gsw.json index 2399d02870..1fb6276b9c 100644 --- a/dashboard-ui/strings/gsw.json +++ b/dashboard-ui/strings/gsw.json @@ -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.", diff --git a/dashboard-ui/strings/he.json b/dashboard-ui/strings/he.json index 99a7fc0af6..7fadc26d1d 100644 --- a/dashboard-ui/strings/he.json +++ b/dashboard-ui/strings/he.json @@ -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": "בחר את ספריות המדיה אשר ישותפו עם המשתמש. מנהלים יוכלו לערות את כל התיקיות באמצעות עורך המידע.", diff --git a/dashboard-ui/strings/hi-IN.json b/dashboard-ui/strings/hi-IN.json index bac15c9d2a..c46138aebd 100644 --- a/dashboard-ui/strings/hi-IN.json +++ b/dashboard-ui/strings/hi-IN.json @@ -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.", diff --git a/dashboard-ui/strings/hr.json b/dashboard-ui/strings/hr.json index 2f6af3f338..c9d3b6d6b1 100644 --- a/dashboard-ui/strings/hr.json +++ b/dashboard-ui/strings/hr.json @@ -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.", diff --git a/dashboard-ui/strings/hu.json b/dashboard-ui/strings/hu.json index 5a24b4d711..01a96655ae 100644 --- a/dashboard-ui/strings/hu.json +++ b/dashboard-ui/strings/hu.json @@ -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.", diff --git a/dashboard-ui/strings/id.json b/dashboard-ui/strings/id.json index aebd6dc51e..e5cf1757eb 100644 --- a/dashboard-ui/strings/id.json +++ b/dashboard-ui/strings/id.json @@ -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.", diff --git a/dashboard-ui/strings/is-IS.json b/dashboard-ui/strings/is-IS.json index 3f7b30874d..c66ed52fe4 100644 --- a/dashboard-ui/strings/is-IS.json +++ b/dashboard-ui/strings/is-IS.json @@ -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.", diff --git a/dashboard-ui/strings/it.json b/dashboard-ui/strings/it.json index 30126d72e8..c08bd13d38 100644 --- a/dashboard-ui/strings/it.json +++ b/dashboard-ui/strings/it.json @@ -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.", diff --git a/dashboard-ui/strings/kk.json b/dashboard-ui/strings/kk.json index 45f6f44140..4450d1569e 100644 --- a/dashboard-ui/strings/kk.json +++ b/dashboard-ui/strings/kk.json @@ -1026,8 +1026,6 @@ "LabelffmpegVersion": "FFmpeg нұсқасы:", "LanNetworksHelp": "Өткізу мүмкіндігін шектеуді жүзеге асыру кезінде жергілікті желіде қарастырылатын желілер үшін үтірлермен бөлінген IP-мекенжайларының тізбесі немесе IP/netmask жазбалар. Егер орнатылса, барлық басқа IP-мекенжайлары сыртқы желіде қарастырылады және сыртқы өткізу мүмкіндігін шектеулеріне ұшырайды. Егер бос қалдырылса, сервердің ішкі желісі тек жергілікті желіде саналады.", "LatestFromLibrary": "Ең кейінгі {0}", - "LaunchWebAppOnStartup": "Jellyfin Server іске қосылған кезде веб-шолғышта Jellyfin веб-қолданбасын іске қосу", - "LaunchWebAppOnStartupHelp": "Бұл Jellyfin Server бастапқыда іске қосылған кезде веб-қолданбаны әдепкі веб-шолғышта ашады. Бұл серверді қайта іске қосу жетесін қолданғанда пайда болмайды.", "LearnHowToCreateSynologyShares": "Synology қалталарымен болісуді білу.", "LetterButtonAbbreviation": "ӘРП", "LibraryAccessHelp": "Бұл пайдаланушымен ортақтасу үшін тасығыш қалталарды бөлектеңіз. Метадерек реттеушіні пайдаланып әкімшілер барлық қалталарды өңдеуі мүмкін.", diff --git a/dashboard-ui/strings/ko.json b/dashboard-ui/strings/ko.json index 85e5e5c4d7..c642a4e80a 100644 --- a/dashboard-ui/strings/ko.json +++ b/dashboard-ui/strings/ko.json @@ -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": "이 사용자와 공유할 폴더를 선택합니다. 관리자는 메타데이터 매니저를 사용하여 모든 폴더를 수정할 수 있습니다.", diff --git a/dashboard-ui/strings/lt-LT.json b/dashboard-ui/strings/lt-LT.json index c185a4f612..64fb043c8a 100644 --- a/dashboard-ui/strings/lt-LT.json +++ b/dashboard-ui/strings/lt-LT.json @@ -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ą.", diff --git a/dashboard-ui/strings/ms.json b/dashboard-ui/strings/ms.json index 61885cd454..9f5f22a803 100644 --- a/dashboard-ui/strings/ms.json +++ b/dashboard-ui/strings/ms.json @@ -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.", diff --git a/dashboard-ui/strings/nb.json b/dashboard-ui/strings/nb.json index 21cd9e086d..4fc4527ae1 100644 --- a/dashboard-ui/strings/nb.json +++ b/dashboard-ui/strings/nb.json @@ -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.", diff --git a/dashboard-ui/strings/nl.json b/dashboard-ui/strings/nl.json index c43c72de5e..014daa5d83 100644 --- a/dashboard-ui/strings/nl.json +++ b/dashboard-ui/strings/nl.json @@ -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.", diff --git a/dashboard-ui/strings/no.json b/dashboard-ui/strings/no.json index dad98f50c6..5b4d1c800e 100644 --- a/dashboard-ui/strings/no.json +++ b/dashboard-ui/strings/no.json @@ -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.", diff --git a/dashboard-ui/strings/pl.json b/dashboard-ui/strings/pl.json index f6a72050c3..2d3720aa55 100644 --- a/dashboard-ui/strings/pl.json +++ b/dashboard-ui/strings/pl.json @@ -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.", diff --git a/dashboard-ui/strings/pt-BR.json b/dashboard-ui/strings/pt-BR.json index c84ac62cc9..0603d74996 100644 --- a/dashboard-ui/strings/pt-BR.json +++ b/dashboard-ui/strings/pt-BR.json @@ -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.", diff --git a/dashboard-ui/strings/pt-PT.json b/dashboard-ui/strings/pt-PT.json index db3b94cf2a..cb22cef3b3 100644 --- a/dashboard-ui/strings/pt-PT.json +++ b/dashboard-ui/strings/pt-PT.json @@ -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.", diff --git a/dashboard-ui/strings/ro.json b/dashboard-ui/strings/ro.json index 2123638bd0..08c8d856d0 100644 --- a/dashboard-ui/strings/ro.json +++ b/dashboard-ui/strings/ro.json @@ -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.", diff --git a/dashboard-ui/strings/ru.json b/dashboard-ui/strings/ru.json index 7826989885..8aa218978b 100644 --- a/dashboard-ui/strings/ru.json +++ b/dashboard-ui/strings/ru.json @@ -1026,8 +1026,6 @@ "LabelffmpegVersion": "Версия FFmpeg:", "LanNetworksHelp": "Список разделённых запятыми IP-адресов или записей IP/netmask для сетей, которые будут считаться находящимися в локальной сети, когда принудительно ограничивается пропускная способность. Если так установлено, то все остальные IP-адреса будут считаться находящимися во внешней сети и будут подлежать ограничениям внешней полосы пропускания. Если не заполнять, то считается, что только подсеть сервера находится в локальной сети.", "LatestFromLibrary": "Новейшее: {0}", - "LaunchWebAppOnStartup": "Запускать веб-приложение Jellyfin на моём веб-браузере при старте Jellyfin Server", - "LaunchWebAppOnStartupHelp": "При этом откроется веб-приложение на вашем веб-браузере по умолчанию, когда Jellyfin Server вначале стартует. Этого не произойдет при использовании функции перезапуск сервера.", "LearnHowToCreateSynologyShares": "Как предоставить общий доступ к папкам в Synology.", "LetterButtonAbbreviation": "БКВ", "LibraryAccessHelp": "Выделите медиапапки, чтобы дать доступ этому пользователю. Администраторы могут изменять все папки с помощью «Диспетчера метаданных».", diff --git a/dashboard-ui/strings/sk.json b/dashboard-ui/strings/sk.json index 437a739475..a387d839d4 100644 --- a/dashboard-ui/strings/sk.json +++ b/dashboard-ui/strings/sk.json @@ -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.", diff --git a/dashboard-ui/strings/sl-SI.json b/dashboard-ui/strings/sl-SI.json index 1f2dbedd9c..de6114e85d 100644 --- a/dashboard-ui/strings/sl-SI.json +++ b/dashboard-ui/strings/sl-SI.json @@ -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.", diff --git a/dashboard-ui/strings/sv.json b/dashboard-ui/strings/sv.json index 60316b2afe..dedc704e81 100644 --- a/dashboard-ui/strings/sv.json +++ b/dashboard-ui/strings/sv.json @@ -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.", diff --git a/dashboard-ui/strings/tr.json b/dashboard-ui/strings/tr.json index 39818db5f5..916c12e231 100644 --- a/dashboard-ui/strings/tr.json +++ b/dashboard-ui/strings/tr.json @@ -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.", diff --git a/dashboard-ui/strings/uk.json b/dashboard-ui/strings/uk.json index 906c9dee6b..c8326a90c9 100644 --- a/dashboard-ui/strings/uk.json +++ b/dashboard-ui/strings/uk.json @@ -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.", diff --git a/dashboard-ui/strings/vi.json b/dashboard-ui/strings/vi.json index fa33bb9a6c..3adb753a7d 100644 --- a/dashboard-ui/strings/vi.json +++ b/dashboard-ui/strings/vi.json @@ -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.", diff --git a/dashboard-ui/strings/zh-CN.json b/dashboard-ui/strings/zh-CN.json index d842b3b334..4176dfad97 100644 --- a/dashboard-ui/strings/zh-CN.json +++ b/dashboard-ui/strings/zh-CN.json @@ -1026,8 +1026,6 @@ "LabelffmpegVersion": "FFmpeg 版本:", "LanNetworksHelp": "在强制带宽限制时, 将在本地网络上考虑的网络的 ip 地址或 ip/网络掩码条目的逗号分隔列表。如果设置, 所有其他 IP 地址将被视为在外部网络上, 并且将受到外部带宽限制。如果保留为空, 则只将服务器的子网视为本地网络。", "LatestFromLibrary": "最新的{0}", - "LaunchWebAppOnStartup": "当 Jellyfin 服务器启动时自动使用我的网页浏览器打开 Jellyfin 网页端应用", - "LaunchWebAppOnStartupHelp": "这将会在 Jellyfin 服务器最初启动时自动使用你的默认网页浏览器打开 Jellyfin 网页端应用。使用“重启服务器”功能并不会触发这一动作。", "LearnHowToCreateSynologyShares": "了解如何在Synology NAS中共享文件夹。", "LetterButtonAbbreviation": "字母按键", "LibraryAccessHelp": "选择共享给此用户的媒体文件夹。管理员能使用媒体资料管理器来编辑所有文件夹。", diff --git a/dashboard-ui/strings/zh-HK.json b/dashboard-ui/strings/zh-HK.json index 0bc4116032..ed2fe56235 100644 --- a/dashboard-ui/strings/zh-HK.json +++ b/dashboard-ui/strings/zh-HK.json @@ -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": "選擇與此用戶共享媒體文件夾。管理員將能夠使用媒體資料瀏覽器而編輯所有文件夾。", diff --git a/dashboard-ui/strings/zh-TW.json b/dashboard-ui/strings/zh-TW.json index fcc7191fb3..9c409bab7a 100644 --- a/dashboard-ui/strings/zh-TW.json +++ b/dashboard-ui/strings/zh-TW.json @@ -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": "選擇媒體文件夾與這用戶共享。管理員將可以使用媒體資料據管理器編輯所有的媒體文件夾。",