feat(python): add queued worker runtime and configurable transform mode
This commit is contained in:
@@ -127,6 +127,12 @@
|
||||
"settings.content.showTitles": "Show titles",
|
||||
"settings.ai.title": "AI Assistant",
|
||||
"settings.ai.noModels": "No models available",
|
||||
"settings.technology.title": "Technology",
|
||||
"settings.technology.description": "Configure runtime behavior for Python script execution.",
|
||||
"settings.technology.pythonRuntimeModeLabel": "Python Runtime Mode",
|
||||
"settings.technology.pythonRuntimeModeDescription": "Choose where Python scripts execute for transform pipelines.",
|
||||
"settings.technology.pythonRuntimeMode.webworker": "Web Worker (Recommended)",
|
||||
"settings.technology.pythonRuntimeMode.mainThread": "Main Thread (Legacy)",
|
||||
"settings.publishing.ftpTitle": "FTP Publishing",
|
||||
"settings.publishing.sshTitle": "SSH Publishing",
|
||||
"settings.data.title": "Database Maintenance",
|
||||
@@ -421,6 +427,7 @@
|
||||
"sidebar.nav.editor": "Editor",
|
||||
"sidebar.nav.content": "Content",
|
||||
"sidebar.nav.ai": "AI Assistant",
|
||||
"sidebar.nav.technology": "Technology",
|
||||
"sidebar.nav.publishing": "Publishing",
|
||||
"sidebar.nav.data": "Data",
|
||||
"sidebar.nav.style": "Style",
|
||||
|
||||
Reference in New Issue
Block a user