fix: project reload on rebuild and syntax check now gives toast
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user