feat: added syntax check

This commit is contained in:
2026-02-23 21:38:12 +01:00
parent e68e845e70
commit 7cc2f7cab2
14 changed files with 507 additions and 10 deletions

View File

@@ -434,6 +434,11 @@
"scripts.entrypoint.main": "main",
"scripts.entrypoint.none": "Keine Funktionen gefunden",
"scripts.field.enabled": "Aktiviert",
"scripts.syntax.check": "Syntax prüfen",
"scripts.syntax.checking": "Prüfe...",
"scripts.syntax.valid": "Python-Syntax ist gültig",
"scripts.syntax.invalid": "Python-Syntaxfehler: {count}",
"scripts.syntax.checkFailed": "Python-Syntaxprüfung fehlgeschlagen",
"scripts.kind.utility": "utility",
"scripts.kind.macro": "macro",
"scripts.kind.transform": "transform",