From 7942760b7eb0d783c9755c282f1aa85f0d655112 Mon Sep 17 00:00:00 2001 From: Bluefox Date: Wed, 15 Jan 2025 12:16:47 +0000 Subject: [PATCH] Typescript only gui (#1805) * Rename all GUI jsx to tsx * Renaming * Move GUI to typescript * Move GUI to typescript * Move GUI to typescript * GUI migrated to typescript * vite script * module federation * vite typescript * revert typescript * module federation * module federation * module federation * module federation * module federation * vite typescript * Fixed build * Fixed build * Fixed build * Used common library for blocks * Formatting * Fixing tests * Merge: https://github.com/ioBroker/ioBroker.javascript/pull/1799 * GUI migrated to Typescript (#1776) * Rename all GUI jsx to tsx * Renaming * Move GUI to typescript * Move GUI to typescript * Move GUI to typescript * GUI migrated to typescript * vite script * module federation * vite typescript * revert typescript * module federation * module federation * module federation * module federation * module federation * vite typescript * Fixed build * Fixed build * Fixed build * Used common library for blocks * Formatting * Fixing tests --------- Co-authored-by: dilesoft * Merge: https://github.com/ioBroker/ioBroker.javascript/pull/1799 * Revert to working commit * Merge: https://github.com/ioBroker/ioBroker.javascript/pull/1799 --------- Co-authored-by: dilesoft --- src-editor/src/i18n/de.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-editor/src/i18n/de.json b/src-editor/src/i18n/de.json index e88ad14e1..cea375182 100644 --- a/src-editor/src/i18n/de.json +++ b/src-editor/src/i18n/de.json @@ -282,7 +282,7 @@ "debug_help": "Dies ist ein spezieller Modus, in dem sich Zustände und Objekte nicht ändern. Im Protokoll werden jedoch nur Informationen zu jeder geplanten Änderung angezeigt.", "debug_label": "Debuggen", "default": "Standard", - "dusk": "nautische Abenddämmerung", + "dusk": "Abenddämmerung", "easy": "einfach", "else": "sonst", "equal to": "gleich", @@ -324,7 +324,7 @@ "ms": "ms", "nadir": "Nadir", "nauticalDawn": "nautische Morgendämmerung", - "nauticalDusk": "astronomische Abenddämmerung", + "nauticalDusk": "nautische Abenddämmerung", "nextSunrise": "Nächster Sonnenaufgang", "nextSunset": "Nächster Sonnenuntergang", "night": "Nacht", @@ -349,7 +349,7 @@ "store in": "speichern in", "sunrise": "Sonnenaufgang", "sunriseEnd": "Goldene Morgenstunde", - "sunset": "Abenddämmerung", + "sunset": "Sonnenuntergang", "sunsetStart": "Sonnenuntergang (Anfang)", "then": "dann", "toggle value": "Wert umschalten",