mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-12 17:21:19 +08:00
feat: Improve DynamicPipeline component with enhanced fallback UI and add localization for no stages message
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
"inProgress": "In Progress",
|
||||
"pending": "Pending",
|
||||
"blocked": "Blocked",
|
||||
"skipped": "Skipped"
|
||||
"skipped": "Skipped",
|
||||
"noStages": "No pipeline stages defined for this session"
|
||||
},
|
||||
"coordinates": {
|
||||
"phase": "Phase",
|
||||
|
||||
@@ -79,7 +79,8 @@
|
||||
"inProgress": "进行中",
|
||||
"pending": "待处理",
|
||||
"blocked": "已阻塞",
|
||||
"skipped": "已跳过"
|
||||
"skipped": "已跳过",
|
||||
"noStages": "此会话未定义流水线阶段"
|
||||
},
|
||||
"coordinates": {
|
||||
"phase": "阶段",
|
||||
|
||||
Reference in New Issue
Block a user