feat(python): add queued worker runtime and configurable transform mode
This commit is contained in:
@@ -127,6 +127,12 @@
|
||||
"settings.content.showTitles": "Titel anzeigen",
|
||||
"settings.ai.title": "KI-Assistent",
|
||||
"settings.ai.noModels": "Keine Modelle verfügbar",
|
||||
"settings.technology.title": "Technologie",
|
||||
"settings.technology.description": "Konfiguriere das Laufzeitverhalten für die Python-Skriptausführung.",
|
||||
"settings.technology.pythonRuntimeModeLabel": "Python-Laufzeitmodus",
|
||||
"settings.technology.pythonRuntimeModeDescription": "Lege fest, wo Python-Skripte für Transformationspipelines ausgeführt werden.",
|
||||
"settings.technology.pythonRuntimeMode.webworker": "Web Worker (empfohlen)",
|
||||
"settings.technology.pythonRuntimeMode.mainThread": "Hauptthread (Legacy)",
|
||||
"settings.publishing.ftpTitle": "FTP-Veröffentlichung",
|
||||
"settings.publishing.sshTitle": "SSH-Veröffentlichung",
|
||||
"settings.data.title": "Datenbankwartung",
|
||||
@@ -421,6 +427,7 @@
|
||||
"sidebar.nav.editor": "Texteditor",
|
||||
"sidebar.nav.content": "Inhalt",
|
||||
"sidebar.nav.ai": "KI-Assistent",
|
||||
"sidebar.nav.technology": "Technologie",
|
||||
"sidebar.nav.publishing": "Veröffentlichung",
|
||||
"sidebar.nav.data": "Daten",
|
||||
"sidebar.nav.style": "Stil",
|
||||
|
||||
Reference in New Issue
Block a user