diff --git a/dashboard-ui/dashboard/dashboardgeneral.js b/dashboard-ui/dashboard/dashboardgeneral.js index 9413bee365..52a7b04ad6 100644 --- a/dashboard-ui/dashboard/dashboardgeneral.js +++ b/dashboard-ui/dashboard/dashboardgeneral.js @@ -2,7 +2,7 @@ define(["jQuery", "loading", "fnchecked", "emby-checkbox", "emby-textarea", "emb "use strict"; 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.SupportsAutoRunAtStartup ? page.querySelector("#fldRunAtStartup").classList.remove("hide") : page.querySelector("#fldRunAtStartup").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) { + -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() } diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html index 439e21b32d..ed7d0c56af 100644 --- a/dashboard-ui/dashboardgeneral.html +++ b/dashboard-ui/dashboardgeneral.html @@ -22,26 +22,6 @@ - -
- -
- ${LabelRunServerAtStartupHelp} -
-
- -
- -
- ${LaunchWebAppOnStartupHelp} -
-
diff --git a/dashboard-ui/strings/ar.json b/dashboard-ui/strings/ar.json index 8b00456525..c528be3360 100644 --- a/dashboard-ui/strings/ar.json +++ b/dashboard-ui/strings/ar.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "التقرير:", "LabelResumePoint": "نقطة الاستئناف", - "LabelRunServerAtStartup": "تشغيل الخادم عند بدء الحاسوب", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "متصل عبر منفذ httpـ {0}", "LabelRunningOnPorts": "متصل عبر منفذ httpـ {0}، ومنفذ httpsـ {1}.", "LabelRunningTimeValue": "إجمالي وقت التشغيل: {0}", diff --git a/dashboard-ui/strings/be-BY.json b/dashboard-ui/strings/be-BY.json index f56b695e2a..33f8983749 100644 --- a/dashboard-ui/strings/be-BY.json +++ b/dashboard-ui/strings/be-BY.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/bg-BG.json b/dashboard-ui/strings/bg-BG.json index 220d7df8d6..6fc4e61238 100644 --- a/dashboard-ui/strings/bg-BG.json +++ b/dashboard-ui/strings/bg-BG.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Пускане на сървъра при стартиране", - "LabelRunServerAtStartupHelp": "Това ще покаже иконката в областта за уведомяване при пускане на Уиндоус. Ако сте задали услуга, тогава махнете отметката на елемента и настройте услугата да се стартира при пускане.", "LabelRunningOnPort": "Върви на порт {0} (http).", "LabelRunningOnPorts": "Върви на порт {0} (http) и порт {1} (https).", "LabelRunningTimeValue": "Времетраене: {0}", diff --git a/dashboard-ui/strings/ca.json b/dashboard-ui/strings/ca.json index 98cc4a1cae..d65f21ebac 100644 --- a/dashboard-ui/strings/ca.json +++ b/dashboard-ui/strings/ca.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Punt de represa:", - "LabelRunServerAtStartup": "Engega el servidor en iniciar el sistema", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Corrent al port http {0}.", "LabelRunningOnPorts": "Corrent al port http {0} i al port https {1}.", "LabelRunningTimeValue": "Temps executant-se: {0}", diff --git a/dashboard-ui/strings/cs.json b/dashboard-ui/strings/cs.json index 8d83e1bfb0..17c7a764e4 100644 --- a/dashboard-ui/strings/cs.json +++ b/dashboard-ui/strings/cs.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Hlášení:", "LabelResumePoint": "Bod pokračování:", - "LabelRunServerAtStartup": "Spustit server při startu", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Spuštěno na http portu {0}.", "LabelRunningOnPorts": "Spuštěno na http portu {0} a https portu {1}.", "LabelRunningTimeValue": "Délka média: {0}", diff --git a/dashboard-ui/strings/da.json b/dashboard-ui/strings/da.json index 32978ec742..2a605e77bc 100644 --- a/dashboard-ui/strings/da.json +++ b/dashboard-ui/strings/da.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "En valgfri per-stream bitrate begrændning for alle enheder ikke på netværket. Dette er praktisk til at forhindre enheder i at efterspørge højere bitrate end din internet forbindelse kan håndtere. Dette kan resultere i forhøjet CPU load på serveren for at omkode videoer til lavere bitrate on-the-fly.", "LabelReport": "Rapport:", "LabelResumePoint": "Genoptagelsespunkt:", - "LabelRunServerAtStartup": "Start serveren ved opstart", - "LabelRunServerAtStartupHelp": "Dette vil starte Jellyfin systembakke ikonet når Windows starter. Hvis du har lavet en Windows tjeneste så lad denne være umarkeret og konfigurer din tjeneste til at køre ved opstart.", "LabelRunningOnPort": "Kører på http port {0}.", "LabelRunningOnPorts": "Kører på http port {0}, og https port {1}.", "LabelRunningTimeValue": "Kørselstid: {0}", diff --git a/dashboard-ui/strings/de.json b/dashboard-ui/strings/de.json index a6310e7327..bbdd1fe2cf 100644 --- a/dashboard-ui/strings/de.json +++ b/dashboard-ui/strings/de.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Ein optionales Bitratenlimit pro Stream für alle Geräte außerhalb des Netzwerkes. Dies ist nützlich um zu verhindern, dass Geräte eine höhere Datenrate verwenden als die Internetverbindung erlaubt. Es kann zu erhöhter CPU-Last auf deinem Server kommen, da ggf. Videos in Echtzeit in eine niedrigere Bitrate transkodiert werden müssen.", "LabelReport": "Bericht:", "LabelResumePoint": "Fortsetzungspunkt", - "LabelRunServerAtStartup": "Starte Server beim hochfahren.", - "LabelRunServerAtStartupHelp": "Dies wird Jellyfin als Anwendung während der Windows Anmeldung starten und das Tray Icon in der Taskleiste anzeigen. Wenn du den Windows Service nutzt, lasse diese Einstellung deaktiviert und konfiguriere den Service so, dass er beim Systemstart aktiviert wird.", "LabelRunningOnPort": "Läuft über HTTP Port: {0}", "LabelRunningOnPorts": "Läuft über HTTP Port {0} und HTTPS Port {1}.", "LabelRunningTimeValue": "Laufzeit: {0}", diff --git a/dashboard-ui/strings/el.json b/dashboard-ui/strings/el.json index 20e522980f..4fa04a49e4 100644 --- a/dashboard-ui/strings/el.json +++ b/dashboard-ui/strings/el.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Ένα προαιρετικό όριο bitrate ανά δευτερόλεπτο για όλες τις συσκευές δικτύου. Αυτό είναι χρήσιμο για να αποτρέψετε τις συσκευές να ζητούν υψηλότερο bitrate από ό, τι μπορεί να χειριστεί η σύνδεσή σας στο διαδίκτυο. Αυτό μπορεί να έχει ως αποτέλεσμα αυξημένο φορτίο CPU στο διακομιστή σας, προκειμένου να μετατρέψετε τα βίντεο σε κίνηση σε χαμηλότερο bitrate.", "LabelReport": "Αναφορά:", "LabelResumePoint": "Σημείο επαναφοράς:", - "LabelRunServerAtStartup": "Ξεκίνησε τον Σερβερ κατά την εκκίνηση", - "LabelRunServerAtStartupHelp": "Αυτό θα ξεκινήσει το εικονίδιο του δίσκου Jellyfin κατά την εκκίνηση των Windows. Αν έχετε ρυθμίσει μια υπηρεσία των Windows, αφήστε το μη ελεγμένο και ρυθμίστε τις παραμέτρους για την εκτέλεση της υπηρεσίας κατά την εκκίνηση.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Διάρκεια: {0}", diff --git a/dashboard-ui/strings/en-GB.json b/dashboard-ui/strings/en-GB.json index b84a346fe3..8f97496992 100644 --- a/dashboard-ui/strings/en-GB.json +++ b/dashboard-ui/strings/en-GB.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your Internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin notification icon on Windows startup. If you've set up a Windows service then leave this unticked and configure the service to run at startup.", "LabelRunningOnPort": "Running on HTTP port {0}.", "LabelRunningOnPorts": "Running on HTTP port {0}, and HTTPS port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json index 3ab6036eab..a2199ff549 100644 --- a/dashboard-ui/strings/en-US.json +++ b/dashboard-ui/strings/en-US.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/es-AR.json b/dashboard-ui/strings/es-AR.json index 6b72287b0a..4569a8ee1a 100644 --- a/dashboard-ui/strings/es-AR.json +++ b/dashboard-ui/strings/es-AR.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/es-MX.json b/dashboard-ui/strings/es-MX.json index a3de8deb42..2f22d96809 100644 --- a/dashboard-ui/strings/es-MX.json +++ b/dashboard-ui/strings/es-MX.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Un límite opcional en la tasa de bits para cada transmisión para todos los dispositivos fuera de la red local. Esto es útil para evitar que los clientes soliciten una tasa de bits mayor a la que su conexión de internet puede soportar. Puede resultar en un incremente en la carga del CPU de su servidor para poder transmitir videos al vuelo a una resolución baja.", "LabelReport": "Reporte:", "LabelResumePoint": "Punto de reinicio:", - "LabelRunServerAtStartup": "Ejecutar el servidor al iniciar", - "LabelRunServerAtStartupHelp": "Esto iniciará el icono de Jellyfin en el área de notificación cuando windows arranque. Si ha configurado un Servicio de Windows entonces deje esta casilla desmarcada y configure el servicio para ejecutarse al iniciar.", "LabelRunningOnPort": "Ejecutándose en el puerto http {0}.", "LabelRunningOnPorts": "Ejecutándose en el puerto http {0} y el puerto https {1}.", "LabelRunningTimeValue": "Duración: {0}", diff --git a/dashboard-ui/strings/es.json b/dashboard-ui/strings/es.json index 6bd0d6d817..bcc0666058 100644 --- a/dashboard-ui/strings/es.json +++ b/dashboard-ui/strings/es.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Un límite opcional de tasa de bits para todos los dispositivos fuera de la red. Esto es útil para evitar que los dispositivos soliciten una tasa de bits más alta que la que su conexión a Internet puede manejar. Esto puede ocasionar una mayor carga de la CPU en su servidor para transcodificar vídeos sobre la marcha a una tasa de bits más baja.", "LabelReport": "Informe:", "LabelResumePoint": "Punto de continuación:", - "LabelRunServerAtStartup": "Arrancar servidor al iniciar", - "LabelRunServerAtStartupHelp": "Esto iniciará el ícono de la bandeja Jellyfin al inicio de Windows. Si ha configurado un servicio de Windows, deje esto sin marcar y configure el servicio para que se ejecute al inicio.", "LabelRunningOnPort": "Ejecutándose en el puerto http {0}.", "LabelRunningOnPorts": "Ejecutándose en el puerto http {0}, y puerto https {1}.", "LabelRunningTimeValue": "Tiempo de ejecución: {0}", diff --git a/dashboard-ui/strings/fa.json b/dashboard-ui/strings/fa.json index 194ffb4b5b..b41e7cc382 100644 --- a/dashboard-ui/strings/fa.json +++ b/dashboard-ui/strings/fa.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/fi.json b/dashboard-ui/strings/fi.json index 480af8efea..588fd4f65c 100644 --- a/dashboard-ui/strings/fi.json +++ b/dashboard-ui/strings/fi.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/fr-CA.json b/dashboard-ui/strings/fr-CA.json index 923f499953..d4a0ac698e 100644 --- a/dashboard-ui/strings/fr-CA.json +++ b/dashboard-ui/strings/fr-CA.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/fr.json b/dashboard-ui/strings/fr.json index 9c10d3dc8e..442fe215b4 100644 --- a/dashboard-ui/strings/fr.json +++ b/dashboard-ui/strings/fr.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Une limite de débit optionnelle par streaming pour les connexions hors du réseau local. Utile pour éviter que les appareils ne demandent un débit supérieur à ce que votre connexion internet peu fournir. Cela peut augmenter la charge du processeur de votre serveur pour transcoder les vidéos à la volée à un débit plus faible.", "LabelReport": "Rapport :", "LabelResumePoint": "Point de reprise :", - "LabelRunServerAtStartup": "Démarrer le serveur au démarrage", - "LabelRunServerAtStartupHelp": "Cela démarrera l'icône Jellyfin dans la barre des tâches au démarrage de Windows. Si vous avez configuré un service Windows, laissez cette option désactivée et configurez le service pour qu'il s'exécute au démarrage.", "LabelRunningOnPort": "En cours d'exécution sur le port http {0}.", "LabelRunningOnPorts": "En cours d'exécution sur les ports http {0} et https {1}.", "LabelRunningTimeValue": "Durée : {0}", diff --git a/dashboard-ui/strings/gsw.json b/dashboard-ui/strings/gsw.json index 27c5205750..2399d02870 100644 --- a/dashboard-ui/strings/gsw.json +++ b/dashboard-ui/strings/gsw.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/he.json b/dashboard-ui/strings/he.json index c8203f28bc..99a7fc0af6 100644 --- a/dashboard-ui/strings/he.json +++ b/dashboard-ui/strings/he.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "התחל שרת בהפעלת המחשב", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/hi-IN.json b/dashboard-ui/strings/hi-IN.json index 248486a978..bac15c9d2a 100644 --- a/dashboard-ui/strings/hi-IN.json +++ b/dashboard-ui/strings/hi-IN.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/hr.json b/dashboard-ui/strings/hr.json index 82adee0e94..2f6af3f338 100644 --- a/dashboard-ui/strings/hr.json +++ b/dashboard-ui/strings/hr.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Izvještaj:", "LabelResumePoint": "Točka nastavka:", - "LabelRunServerAtStartup": "Pokreni server pri pokretanju računala", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Izvodi se na http port-u {0}.", "LabelRunningOnPorts": "Izvodi se na http port-u {0} i na https port-u {1}.", "LabelRunningTimeValue": "Vrijeme rada: {0}", diff --git a/dashboard-ui/strings/hu.json b/dashboard-ui/strings/hu.json index 06b165de26..5a24b4d711 100644 --- a/dashboard-ui/strings/hu.json +++ b/dashboard-ui/strings/hu.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Jelentés:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Szerver futtatása indításkor", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "A következő {0} http porton futtatva.", "LabelRunningOnPorts": "A következő http: {0}, és https: {1} porton futtatva.", "LabelRunningTimeValue": "Futási idő: {0}", diff --git a/dashboard-ui/strings/id.json b/dashboard-ui/strings/id.json index 456d431828..aebd6dc51e 100644 --- a/dashboard-ui/strings/id.json +++ b/dashboard-ui/strings/id.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/is-IS.json b/dashboard-ui/strings/is-IS.json index e2893ed4eb..3f7b30874d 100644 --- a/dashboard-ui/strings/is-IS.json +++ b/dashboard-ui/strings/is-IS.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/it.json b/dashboard-ui/strings/it.json index 5cac4b301b..30126d72e8 100644 --- a/dashboard-ui/strings/it.json +++ b/dashboard-ui/strings/it.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Un limite bitrate per-stream opzionale per tutti i dispositivi di rete. Ciò è utile per impedire ai dispositivi di richiedere un bitrate superiore a quello in grado di gestire la connessione a Internet. Questo può provocare un aumento del carico della CPU sul server per transcodificare i video in volo ad un bitrate inferiore.", "LabelReport": "Report:", "LabelResumePoint": "Punto di ripristino:", - "LabelRunServerAtStartup": "Esegui il server all'avvio di Windows", - "LabelRunServerAtStartupHelp": "Se hai impostato un servizio Windows, lasciate questa opzione deselezionata e configurate il servizio da eseguire all'avvio.", "LabelRunningOnPort": "In esecuzione sulla porta HTTP {0}.", "LabelRunningOnPorts": "In esecuzione sulla porta HTTP {0}, e porta HTTPS {1}", "LabelRunningTimeValue": "Durata: {0}", diff --git a/dashboard-ui/strings/kk.json b/dashboard-ui/strings/kk.json index 98cfbe3058..45f6f44140 100644 --- a/dashboard-ui/strings/kk.json +++ b/dashboard-ui/strings/kk.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Барлық желілік құрылғылар үшін ағын бойынша тасымалдау қарқынының қосымша шегі. Бұл интернет-қосылымыңыздың өңдеу мүмкіндігіне қарағанда құрылғының жоғарылау қарқын сауалдарына тыйым салу үшін пайдалы болып табылады. Бұл бейнелерді төменгі қарқынға қайта кодтау үшін серверіңіздегі ОП жүктемесін арттыруға әкелуі мүмкін.", "LabelReport": "Баянат:", "LabelResumePoint": "Жалғастыру нүктесі:", - "LabelRunServerAtStartup": "Серверді іске қосылудан бастап орындау", - "LabelRunServerAtStartupHelp": "Бұл Windows жұмысын бастағанда жүйелік тақтадағы белгіше іске қосылады. Егер сіз Windows қызметін орнатқан болсаңыз, онда бұл жалаушаны аластаңыз және қызметтің жұмыс бастауын іске қос кезіне теңшеңіз.", "LabelRunningOnPort": "{0} http-портында жұмыс істейді.", "LabelRunningOnPorts": "{0} http-портында және {1} https-портында жұмыс істейді.", "LabelRunningTimeValue": "Іске қосылу уақыты: {0}", diff --git a/dashboard-ui/strings/ko.json b/dashboard-ui/strings/ko.json index 876d4485f4..85e5e5c4d7 100644 --- a/dashboard-ui/strings/ko.json +++ b/dashboard-ui/strings/ko.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "결과 :", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "시작할 때 서버 실행", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "상영 시간: {0}", diff --git a/dashboard-ui/strings/lt-LT.json b/dashboard-ui/strings/lt-LT.json index 34135d75ac..c185a4f612 100644 --- a/dashboard-ui/strings/lt-LT.json +++ b/dashboard-ui/strings/lt-LT.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Paleisti serverį paleidžiant kompiuterį", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/ms.json b/dashboard-ui/strings/ms.json index 0a407cfac3..61885cd454 100644 --- a/dashboard-ui/strings/ms.json +++ b/dashboard-ui/strings/ms.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/nb.json b/dashboard-ui/strings/nb.json index 3c824fe695..21cd9e086d 100644 --- a/dashboard-ui/strings/nb.json +++ b/dashboard-ui/strings/nb.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Rapport:", "LabelResumePoint": "Fortsettelsespunkt", - "LabelRunServerAtStartup": "Start server ved maskin-oppstart", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Kjører på http port {0}.", "LabelRunningOnPorts": "Kjører på http port {0} og https port {1}.", "LabelRunningTimeValue": "Spille tide: {0}", diff --git a/dashboard-ui/strings/nl.json b/dashboard-ui/strings/nl.json index 7c90bb5c07..c43c72de5e 100644 --- a/dashboard-ui/strings/nl.json +++ b/dashboard-ui/strings/nl.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Een optionele bitrate limiet per stream voor alle apparaten buiten het netwerk. Dit is handig om te voorkomen dat apparaten een hogere bitrate vragen dan je internetverbinding aan kan. Dit kan een verhoogde belasting van de CPU in je server veroorzaken om om videos direct te transcoderen naar een lagere bitrate.", "LabelReport": "Rapport:", "LabelResumePoint": "Hervat punt:", - "LabelRunServerAtStartup": "Start server bij het aanmelden", - "LabelRunServerAtStartupHelp": "Dit zal het Jellyfin systeemvakicoon starten bij het opstarten van Windows. Als je een Windows service hebt opgezet, laat dit dan uitgevinkt en configureer de service om te starten bij het opstarten.", "LabelRunningOnPort": "Draait op http poort {0}.", "LabelRunningOnPorts": "Draait op http poort {0} en https poort {1}.", "LabelRunningTimeValue": "Looptijd: {0}", diff --git a/dashboard-ui/strings/no.json b/dashboard-ui/strings/no.json index 9fca245d35..dad98f50c6 100644 --- a/dashboard-ui/strings/no.json +++ b/dashboard-ui/strings/no.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/pl.json b/dashboard-ui/strings/pl.json index 65cb7ae176..f6a72050c3 100644 --- a/dashboard-ui/strings/pl.json +++ b/dashboard-ui/strings/pl.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Opcjonalny limit przepływności transmisji dla urządzeń poza siecią domową. Używaj tej opcji, w celu zapobiegania żądaniom o wyższe przepływności, niż Twojej połączenie internetowe może obsłużyć.", "LabelReport": "Raport:", "LabelResumePoint": "Punkt wznawiania:", - "LabelRunServerAtStartup": "Uruchamiaj serwer podczas uruchomienia systemu", - "LabelRunServerAtStartupHelp": "Umożliwia uruchomienieJellyfin w trybie aplikacji z aktywną ikoną w zasobniku systemowym. Jeśli skonfigurowałeś Jellyfin jako usługę Windows, pozostaw tę opcję odznaczoną i ustaw typ uruchomienia usługi jako Automatyczny.", "LabelRunningOnPort": "Uruchomiony na porcie http {0}.", "LabelRunningOnPorts": "Uruchomiony na porcie http {0} oraz na porcie https {1}.", "LabelRunningTimeValue": "Czas trwania: {0}", diff --git a/dashboard-ui/strings/pt-BR.json b/dashboard-ui/strings/pt-BR.json index d07394c676..c84ac62cc9 100644 --- a/dashboard-ui/strings/pt-BR.json +++ b/dashboard-ui/strings/pt-BR.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Um limite opcional da taxa de bits por-stream para todos os dispositivos fora da rede. Esta opção é útil para evitar que os dispositivos demandem uma taxa de bits maior que a permitida pela sua conexão. Isto pode causar um aumento na carga da CPU de seu servidor para que possa transcodificar os vídeos em tempo real para uma taxa mais baixa.", "LabelReport": "Relatório:", "LabelResumePoint": "Ponto para retomar:", - "LabelRunServerAtStartup": "Executar servidor na inicialização", - "LabelRunServerAtStartupHelp": "Esta opção abrirá o ícone da bandeja de sistema na inicialização do Windows. Se você configurou um serviço do Windows, então deixe a opção desmarcada e configure o serviço para executar na inicialização.", "LabelRunningOnPort": "Executando na porta http {0}.", "LabelRunningOnPorts": "Executando na porta http {0} e porta https {1}.", "LabelRunningTimeValue": "Duração: {0}", diff --git a/dashboard-ui/strings/pt-PT.json b/dashboard-ui/strings/pt-PT.json index 9cd3c527c9..db3b94cf2a 100644 --- a/dashboard-ui/strings/pt-PT.json +++ b/dashboard-ui/strings/pt-PT.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Relatório:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Iniciar o servidor no arranque", - "LabelRunServerAtStartupHelp": "Isto irá iniciar o ícone do Jellyfin na barra de tarefas quando o Windows inicia. Se configurou um serviço do Windows, deixe a caixa desmarcada e configure o serviço para correr no arranque.", "LabelRunningOnPort": "A executar na porta http {0}.", "LabelRunningOnPorts": "A executar na porta http {0} e na porta https {1}.", "LabelRunningTimeValue": "Duração: {0}", diff --git a/dashboard-ui/strings/ro.json b/dashboard-ui/strings/ro.json index 426ac14584..2123638bd0 100644 --- a/dashboard-ui/strings/ro.json +++ b/dashboard-ui/strings/ro.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Pornește serverul automat cu sistemul de operare", - "LabelRunServerAtStartupHelp": "Aceaasta va porni Jellyfin bara de stare la pornirea Windows. Dacă ați stat Jellyfin ca serviciu de Windows, lasați această opțiune neselectată și configurați serviciul să pornească automat.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/ru.json b/dashboard-ui/strings/ru.json index d21634dd2a..7826989885 100644 --- a/dashboard-ui/strings/ru.json +++ b/dashboard-ui/strings/ru.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "Необязательный предел скорости на поток для каждого из сетевых устройств. Это целесообразно, чтобы не допускать запрашивание устройствами более высокой скорости, чем способно пропустить интернет-соединение. Это может привести к увеличению загрузки процессора на вашем сервере, при динамическом перекодировании видео до более низкой скорости.", "LabelReport": "Отчёт:", "LabelResumePoint": "Точка возобновления:", - "LabelRunServerAtStartup": "Запускать сервер при старте системы", - "LabelRunServerAtStartupHelp": "При этом запускается значок в системном лотке на старте Windows. Если установлена как служба Windows, то снимите данный флажок и конфигурируйте службу для работы на старте.", "LabelRunningOnPort": "Работает на HTTP-порту {0}.", "LabelRunningOnPorts": "Работает на HTTP-порту {0} и HTTPS-порту {1}.", "LabelRunningTimeValue": "Время выполнения: {0}", diff --git a/dashboard-ui/strings/sk.json b/dashboard-ui/strings/sk.json index 967f18e284..437a739475 100644 --- a/dashboard-ui/strings/sk.json +++ b/dashboard-ui/strings/sk.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Spustiť server pri štarte", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Beží na HTTP porte {0}.", "LabelRunningOnPorts": "Beží na HTTP porte {0} a na HTTPS porte {1}.", "LabelRunningTimeValue": "Dĺžka: {0}", diff --git a/dashboard-ui/strings/sl-SI.json b/dashboard-ui/strings/sl-SI.json index cdaeb2b334..1f2dbedd9c 100644 --- a/dashboard-ui/strings/sl-SI.json +++ b/dashboard-ui/strings/sl-SI.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/sv.json b/dashboard-ui/strings/sv.json index a45d5a887b..60316b2afe 100644 --- a/dashboard-ui/strings/sv.json +++ b/dashboard-ui/strings/sv.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "En valfri bitfrekvensgräns för enskilda strömmar utanför det lokala nätverket. Detta är användbart för att förhindra enheter från att begära högre bitfrekvens än din internetuppkoppling kan hantera. Detta kan innebära högre processorbelastning för att omkoda videor till lägre bitfrekvens.", "LabelReport": "Rapport:", "LabelResumePoint": "Återuppta vid:", - "LabelRunServerAtStartup": "Starta servern då systemet startas", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Kör http på port {0}", "LabelRunningOnPorts": "Kör http på port {0} och https på port {1}", "LabelRunningTimeValue": "Speltid: {0}", diff --git a/dashboard-ui/strings/tr.json b/dashboard-ui/strings/tr.json index dd799eecb6..39818db5f5 100644 --- a/dashboard-ui/strings/tr.json +++ b/dashboard-ui/strings/tr.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Başlangıçta Serverı Çalıştır", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/uk.json b/dashboard-ui/strings/uk.json index f851784815..906c9dee6b 100644 --- a/dashboard-ui/strings/uk.json +++ b/dashboard-ui/strings/uk.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/vi.json b/dashboard-ui/strings/vi.json index c42550d17e..fa33bb9a6c 100644 --- a/dashboard-ui/strings/vi.json +++ b/dashboard-ui/strings/vi.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "Run server at startup", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/zh-CN.json b/dashboard-ui/strings/zh-CN.json index e5a98a027a..d842b3b334 100644 --- a/dashboard-ui/strings/zh-CN.json +++ b/dashboard-ui/strings/zh-CN.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "所有网络设备都有一个可选的每流比特率限制。这对于防止设备请求比 internet 连接所能处理的更高的比特率非常有用。这可能会导致服务器上的 CPU 负载增加, 以便将视频转码到较低的比特率。", "LabelReport": "报告:", "LabelResumePoint": "恢复点:", - "LabelRunServerAtStartup": "开机启动服务器", - "LabelRunServerAtStartupHelp": "这将使 Windows 开机时自动启动 Jellyfin 托盘图标。如果你已经设置了一个 Windows 服务,那么请取消勾选此项并配置此服务为开机自启动。", "LabelRunningOnPort": "正运行于 HTTP 端口 {0}.", "LabelRunningOnPorts": "正运行于HTTP端口 {0},和 HTTPS 端口{1}.", "LabelRunningTimeValue": "运行时间: {0}", diff --git a/dashboard-ui/strings/zh-HK.json b/dashboard-ui/strings/zh-HK.json index 79e32e7e42..0bc4116032 100644 --- a/dashboard-ui/strings/zh-HK.json +++ b/dashboard-ui/strings/zh-HK.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "啟動時運行伺服器", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "運行於 http 連接埠 {0}.", "LabelRunningOnPorts": "運行於 http 連接埠 {0}, 和 https 連接埠 {1}.", "LabelRunningTimeValue": "Running time: {0}", diff --git a/dashboard-ui/strings/zh-TW.json b/dashboard-ui/strings/zh-TW.json index a4c81e1192..fcc7191fb3 100644 --- a/dashboard-ui/strings/zh-TW.json +++ b/dashboard-ui/strings/zh-TW.json @@ -931,8 +931,6 @@ "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.", "LabelReport": "Report:", "LabelResumePoint": "Resume point:", - "LabelRunServerAtStartup": "在系統啟動時運行伺服器", - "LabelRunServerAtStartupHelp": "This will start the Jellyfin tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningTimeValue": "Running time: {0}",