mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 13:03:53 +08:00
- Add MultiCliContextPackage type for multi-cli-plan context-package.json - Create MultiCliContextContent component with sections for: - Selected solution (feasibility, effort, risk, CLI sources) - Implementation plan (approach, tasks with files, execution flow, milestones) - Dependencies (internal and external) - CLI consensus (agreements, resolved conflicts) - Technical concerns and constraints - Update ExpandedMultiCliPanel to detect and use appropriate context renderer - Add i18n translations for new context labels
121 lines
3.4 KiB
JSON
121 lines
3.4 KiB
JSON
{
|
||
"title": "轻量任务",
|
||
"subtitle": "{count} 个会话",
|
||
"type": {
|
||
"plan": "轻量规划",
|
||
"fix": "轻量修复",
|
||
"multiCli": "多CLI规划"
|
||
},
|
||
"quickCards": {
|
||
"tasks": "任务",
|
||
"context": "上下文"
|
||
},
|
||
"multiCli": {
|
||
"discussion": "讨论",
|
||
"discussionRounds": "讨论轮次",
|
||
"discussionDescription": "多CLI协作规划,迭代分析与交叉验证",
|
||
"summary": "摘要",
|
||
"goal": "目标",
|
||
"solution": "解决方案",
|
||
"implementation": "实现方式",
|
||
"feasibility": "可行性",
|
||
"risk": "风险",
|
||
"planSummary": "规划摘要",
|
||
"round": "轮",
|
||
"converged": "已收敛",
|
||
"continuing": "继续中",
|
||
"needsInput": "需要输入",
|
||
"userFeedback": "已纳入用户反馈",
|
||
"cliExecutions": "CLI 执行",
|
||
"solutions": "解决方案",
|
||
"feasible": "可行",
|
||
"pros": "优点",
|
||
"cons": "缺点",
|
||
"convergence": "收敛分析",
|
||
"crossVerification": "交叉验证",
|
||
"agreements": "共识",
|
||
"disagreements": "分歧",
|
||
"resolution": "解决方式",
|
||
"clarificationQuestions": "澄清问题",
|
||
"context": {
|
||
"solution": "选定方案",
|
||
"implementationPlan": "实现计划",
|
||
"approach": "实现路径",
|
||
"tasks": "任务列表",
|
||
"milestones": "里程碑",
|
||
"dependencies": "依赖项",
|
||
"internal": "内部依赖",
|
||
"external": "外部依赖",
|
||
"consensus": "CLI 共识",
|
||
"resolvedConflicts": "已解决分歧",
|
||
"technicalConcerns": "技术关注点",
|
||
"constraints": "约束条件",
|
||
"sessionInfo": "会话信息"
|
||
}
|
||
},
|
||
"createdAt": "创建时间",
|
||
"rounds": "轮",
|
||
"tasksCount": "个任务",
|
||
"untitled": "未命名任务",
|
||
"discussionTopic": "讨论主题",
|
||
"empty": {
|
||
"title": "没有 {type} 会话",
|
||
"message": "创建新会话以开始使用。"
|
||
},
|
||
"noResults": {
|
||
"title": "未找到结果",
|
||
"message": "请尝试调整搜索条件。"
|
||
},
|
||
"searchPlaceholder": "搜索会话或任务...",
|
||
"sortBy": "排序",
|
||
"sort": {
|
||
"date": "日期",
|
||
"name": "名称",
|
||
"tasks": "任务数"
|
||
},
|
||
"flowchart": "流程图",
|
||
"implementationFlow": "实现流程",
|
||
"focusPaths": "关注路径",
|
||
"acceptanceCriteria": "验收标准",
|
||
"dependsOn": "依赖于",
|
||
"emptyDetail": {
|
||
"title": "此会话中没有任务",
|
||
"message": "此会话尚不包含任何任务。"
|
||
},
|
||
"notFound": {
|
||
"title": "未找到轻量任务",
|
||
"message": "无法找到请求的轻量任务会话。"
|
||
},
|
||
"expandedTabs": {
|
||
"tasks": "任务",
|
||
"context": "上下文"
|
||
},
|
||
"contextPanel": {
|
||
"loading": "加载上下文数据中...",
|
||
"error": "加载上下文失败",
|
||
"empty": "无可用上下文数据",
|
||
"explorations": "探索",
|
||
"explorationsCount": "{count} 个探索",
|
||
"diagnoses": "诊断",
|
||
"diagnosesCount": "{count} 个诊断",
|
||
"contextPackage": "上下文包",
|
||
"focusPaths": "关注路径",
|
||
"summary": "摘要",
|
||
"taskDescription": "任务描述",
|
||
"complexity": "复杂度",
|
||
"constraints": "约束",
|
||
"relevantFiles": "相关文件",
|
||
"dependencies": "依赖",
|
||
"sessionId": "会话ID",
|
||
"metadata": "元数据",
|
||
"conflictRisks": "冲突风险",
|
||
"rawJson": "原始 JSON"
|
||
},
|
||
"status": {
|
||
"completed": "已完成",
|
||
"inProgress": "进行中",
|
||
"blocked": "已阻塞",
|
||
"pending": "待处理"
|
||
}
|
||
}
|