diff --git a/assets/webconfig/content/about.html b/assets/webconfig/content/about.html index ae1962ad..03782f95 100644 --- a/assets/webconfig/content/about.html +++ b/assets/webconfig/content/about.html @@ -4,6 +4,11 @@
+ @@ -14,6 +19,7 @@ var libs = {"Bootstrap 3" : "http://getbootstrap.com/", "JQuery" : "https://jquery.com/", "Bootstrap Colorpicker" : "https://itsjavi.com/bootstrap-colorpicker/", "JSON-Editor" : "http://jeremydorn.com/json-editor/", "jQuery.i18n" : "https://github.com/wikimedia/jquery.i18n", "metisMenu" : "http://mm.onokumus.com/index.html", "download.js" : "http://danml.com/download.html", "gijgo" : "http://gijgo.com/"}; var libh = ""; var lang = []; + var dcount = 0; for(var i = 0; i'+$.i18n("about_version")+'',$.i18n("about_build"),$.i18n("about_builddate"),$.i18n("about_translations"),$.i18n("about_resources", $.i18n("general_webui_title"))]; var sc = [currentVersion,si.build,si.time,'('+availLang.length+')

'+lang+'

'+$.i18n("about_contribute")+'

',libh]; createTable("","atb","about_cont"); for(var i = 0; i 2) + $('#danger_act').toggle(true); + }); + + $('#reset_cache').off().on('click',function(){ + localStorage.clear(); + }); + + $('#hyp_restart').off().on('click',function(){ + initRestart(); + }); \ No newline at end of file diff --git a/assets/webconfig/content/dashboard.html b/assets/webconfig/content/dashboard.html index e44d37e3..2014d403 100644 --- a/assets/webconfig/content/dashboard.html +++ b/assets/webconfig/content/dashboard.html @@ -13,6 +13,10 @@
+ + + + @@ -40,6 +44,9 @@
unknown
Platform:

+

Smart Access

+ +


diff --git a/assets/webconfig/content/remote.html b/assets/webconfig/content/remote.html index 1b0182d5..8f476822 100644 --- a/assets/webconfig/content/remote.html +++ b/assets/webconfig/content/remote.html @@ -1,16 +1,7 @@
- -
- -
+
- -
-
- -
-
-
+
Source selection
@@ -20,7 +11,7 @@
-
+
Components control
@@ -28,12 +19,8 @@
-
-
-
-
-
+
Colors/Effects
@@ -67,7 +54,7 @@
-
+
Mapping types
@@ -75,7 +62,7 @@
-
+
@@ -84,5 +71,4 @@
- diff --git a/assets/webconfig/i18n/de.json b/assets/webconfig/i18n/de.json index 85a12a6e..2a28df5c 100644 --- a/assets/webconfig/i18n/de.json +++ b/assets/webconfig/i18n/de.json @@ -37,6 +37,7 @@ "general_btn_on" : "An", "general_btn_next" : "Weiter", "general_btn_back" : "Zurück", + "general_btn_iswitch" : "Switch", "dashboard_label_intro" : "Das Dashboard zeigt dir Informationen zum Systemstatus, ob Updates verfügbar sind, den Komponentenstatus sowie die letzten Blog-Posts vom Hyperion Team.", "dashboard_infobox_label_title" : "Information", "dashboard_infobox_label_currenthyp" : "Deine Hyperion Version:", @@ -46,6 +47,10 @@ "dashboard_infobox_label_ports" : "Ports (json|proto):", "dashboard_infobox_message_updatewarning" : "Eine aktuellere Version von Hyperion ist verfügbar! (V$1)", "dashboard_infobox_message_updatesuccess" : "Du nutzt die aktuellste Version von Hyperion.", + "dashboard_infobox_label_statush" : "Hyperion Status:", + "dashboard_infobox_label_smartacc" : "Schnellzugriff", + "dashboard_infobox_label_enableh" : "Aktiviere Hyperion", + "dashboard_infobox_label_disableh" : "Deaktiviere Hyperion", "dashboard_componentbox_label_title" : "Komponenten Status", "dashboard_componentbox_label_comp" : "Komponente", "dashboard_componentbox_label_status" : "Status", @@ -88,7 +93,7 @@ "conf_helptable_expl" : "Erklärung", "conf_effect_path_intro" : "Definiere weitere Effekt-Pfade, wenn nötig.", "conf_effect_fgeff_intro" : "Definiere einen Start Effekt/Farbe, dieser wird angezeigt, wenn Hyperion startet für die angegebene Dauer.", - "conf_effect_bgeff_intro" : "Definiere einen Hintergrund Effekt/Farbe, dieser wird aktiv, wenn Hyperion sich im Leerlauf befindet. (Das gilt ebenfalls für temporäres abschalten mithilfe der Kodi Überwachung).", + "conf_effect_bgeff_intro" : "Definiere einen Hintergrund Effekt/Farbe. Dieser wird aktiv, wenn Hyperion sich im Leerlauf befindet. Wird immer mit Priorität 255 gestartet.", "conf_leds_device_intro" : "Wähle eine Methode zur Steuerung deiner LEDs aus, sie sind unterteilt in verschiedene Kategorien. Neben den allgemeinen Optionen die für alle gültig sind, gibt es auch spezfische die sich unterscheiden je nach Wahl.", "conf_leds_layout_intro" : "Du benötigst ebenfalls ein LED Layout, welches deine LED-Positionen wiederspiegelt. Das klassische Layout wird für gewöhnlichen für TVs verwendet, Hyperion unterstützt aber auch LED Wände (Matrix). Die Ansicht des LAYOUTS ist die perspektive VOR dem Fernseher, nicht dahinter.", "conf_leds_nav_label_ledcontroller" : "LED Steuerung", @@ -187,6 +192,7 @@ "remote_input_status" : "Status/Aktion", "remote_input_duration" : "Dauer:", "remote_input_ip" : "IP:", + "remote_input_clearall" : "Lösche alle Effekte/Farben", "remote_components_label" : "Komponentensteuerung", "remote_components_intro" : "Starte und stoppe Komponenten von Hyperion. $1", "remote_optgroup_usreffets" : "Benutzer Effekte", @@ -273,6 +279,8 @@ "infoDialog_import_comperror_text" : "Dein Browser unterstützt leider keinen Import. Bitte versuche es mit einem anderen Browser erneut.", "infoDialog_import_confirm_title" : "Bestätige Import", "infoDialog_import_confirm_text" : "Bist du sicher, dass du die Konfigurations-Datei \"$1\" importieren möchtest? Diese Aktion kann nicht rückgängig gemacht werden!", + "InfoDialog_iswitch_title" : "Hyperion switcher", + "InfoDialog_iswitch_text" : "Sollte in deinem lokalen Netzwerk Hyperion mehr als einmal laufen, kannst du hier zwischen den Web Konfigurationen hin und her schalten. Wähle dazu die Instanz unten aus und switche!", "wiz_rgb_title" : "RGB Byte Reihenfolge Assistent", "wiz_rgb_intro1" : "Dieser Assisent wird dir dabei helfen die richtige Byte Reihenfolge für deine leds zu finden. Klicke auf Fortfahren um zu beginnen.", "wiz_rgb_intro2" : "Wann benötigt man diesen Assistenten? Zur Erstkonfiguration oder wenn deine LEDs zb rot leuchten sollten, sie aber blau oder grün sind.", diff --git a/assets/webconfig/i18n/en.json b/assets/webconfig/i18n/en.json index ec31e7ac..4149827b 100644 --- a/assets/webconfig/i18n/en.json +++ b/assets/webconfig/i18n/en.json @@ -37,6 +37,7 @@ "general_btn_on" : "On", "general_btn_next" : "Next", "general_btn_back" : "Back", + "general_btn_iswitch" : "Switch", "dashboard_label_intro" : "The dashboard give you a quick overview about the status of Hyperion and show you the latest news of the Hyperion Blog.", "dashboard_infobox_label_title" : "Information", "dashboard_infobox_label_currenthyp" : "Your Hyperion version:", @@ -46,6 +47,10 @@ "dashboard_infobox_label_ports" : "Ports (json|proto):", "dashboard_infobox_message_updatewarning" : "A newer version of Hyperion is available! ($1)", "dashboard_infobox_message_updatesuccess" : "You run the latest version of Hyperion.", + "dashboard_infobox_label_statush" : "Hyperion status:", + "dashboard_infobox_label_smartacc" : "Smart Access", + "dashboard_infobox_label_enableh" : "Enable Hyperion", + "dashboard_infobox_label_disableh" : "Disable Hyperion", "dashboard_componentbox_label_title" : "Components status", "dashboard_componentbox_label_comp" : "Component", "dashboard_componentbox_label_status" : "Status", @@ -88,7 +93,7 @@ "conf_helptable_expl" : "Explanation", "conf_effect_path_intro" : "Define more effect paths if necessary.", "conf_effect_fgeff_intro" : "Define a booteffect or color, which is shown during Hyperion startup for the defined duration.", - "conf_effect_bgeff_intro" : "Define a background effect, which us shown during \"idle\". (also temporarily via Kodi Watch)", + "conf_effect_bgeff_intro" : "Define a background effect/color, which is shown during Hyperion \"idle\". Sarts always with priority channel 255.", "conf_leds_device_intro" : "Hyperion supports a lot of controllers to transmit data to your target device. Select a LED controller out of the sorted list and configure it. We have chosen the best default settings for each device.", "conf_leds_layout_intro" : "You need also a led layout, which reflects your led positions. The classic layout is the usual used tv frame, but we also support led matrix (led walls) creation. The view on this layout is ALWAYS of the FRONT of your TV.", "conf_leds_nav_label_ledcontroller" : "LED Controller", @@ -187,6 +192,7 @@ "remote_input_status" : "Status/Action", "remote_input_duration" : "Duration:", "remote_input_ip" : "IP:", + "remote_input_clearall" : "Clear all Effects/Colors", "remote_components_label" : "Components control", "remote_components_intro" : "Enable and disable components of Hyperion during runtime. $1", "remote_optgroup_usreffets" : "User Effects", @@ -273,6 +279,8 @@ "infoDialog_import_comperror_text" : "Sad! Your browser doesn't support a import. Please try again with another browser.", "infoDialog_import_confirm_title" : "Confirm import", "infoDialog_import_confirm_text" : "Are you sure to import \"$1\"? This process can't be reverted!", + "InfoDialog_iswitch_title" : "Hyperion switcher", + "InfoDialog_iswitch_text" : "If you run Hyperion more than once in your local network, you could switch between the web configurations. Select the Hyperion instance below and switch!", "wiz_rgb_title" : "RGB Byte Order Wizard", "wiz_rgb_intro1" : "This wizard will guide you through the finding process of the correct color order for your leds. Click on continue to begin.", "wiz_rgb_intro2" : "When do you need this wizard? Example: You set the color red, but you get green or blue. You could also use it for first configuration.", diff --git a/assets/webconfig/index.html b/assets/webconfig/index.html index 16716325..ef95653d 100644 --- a/assets/webconfig/index.html +++ b/assets/webconfig/index.html @@ -91,6 +91,11 @@