fix: project reload on rebuild and syntax check now gives toast

This commit is contained in:
2026-07-19 12:07:10 +02:00
parent 422f71c8ad
commit 9dab0ca57e
11 changed files with 119 additions and 13 deletions

View File

@@ -274,6 +274,8 @@ editor-discard = Verwerfen
editor-validate = Validieren
editor-run = Ausführen
editor-checkSyntax = Syntax prüfen
editor-syntaxValid = Syntax ist gültig.
editor-syntaxInvalid = Syntaxfehler: { $error }
editor-kind = Art
editor-enabled = Aktiviert
editor-entrypoint = Einstiegspunkt

View File

@@ -265,6 +265,8 @@ editor-discard = Discard
editor-validate = Validate
editor-run = Run
editor-checkSyntax = Check Syntax
editor-syntaxValid = Syntax is valid.
editor-syntaxInvalid = Syntax error: { $error }
editor-kind = Kind
editor-enabled = Enabled
editor-entrypoint = Entrypoint

View File

@@ -274,6 +274,8 @@ editor-discard = Descartar
editor-validate = Validar
editor-run = Ejecutar
editor-checkSyntax = Verificar sintaxis
editor-syntaxValid = La sintaxis es válida.
editor-syntaxInvalid = Error de sintaxis: { $error }
editor-kind = Tipo
editor-enabled = Habilitado
editor-entrypoint = Punto de entrada

View File

@@ -274,6 +274,8 @@ editor-discard = Annuler les modifications
editor-validate = Valider
editor-run = Exécuter
editor-checkSyntax = Vérifier la syntaxe
editor-syntaxValid = La syntaxe est valide.
editor-syntaxInvalid = Erreur de syntaxe : { $error }
editor-kind = Type
editor-enabled = Activé
editor-entrypoint = Point d'entrée

View File

@@ -274,6 +274,8 @@ editor-discard = Scarta
editor-validate = Valida
editor-run = Esegui
editor-checkSyntax = Controlla sintassi
editor-syntaxValid = La sintassi è valida.
editor-syntaxInvalid = Errore di sintassi: { $error }
editor-kind = Tipo
editor-enabled = Abilitato
editor-entrypoint = Punto di ingresso