mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
feat: add CommandCombobox component for selecting slash commands and update PropertyPanel to use it
refactor: remove unused liteTasks localization from common.json and zh/common.json refactor: consolidate liteTasks localization into lite-tasks.json and zh/lite-tasks.json refactor: simplify MultiCliTab type in LiteTaskDetailPage refactor: enhance task display in LiteTasksPage with additional metadata
This commit is contained in:
@@ -261,71 +261,6 @@
|
||||
"expandAria": "展开侧边栏"
|
||||
}
|
||||
},
|
||||
"liteTasks": {
|
||||
"title": "轻量任务",
|
||||
"type": {
|
||||
"plan": "轻量规划",
|
||||
"fix": "轻量修复",
|
||||
"multiCli": "多CLI规划"
|
||||
},
|
||||
"quickCards": {
|
||||
"tasks": "任务",
|
||||
"context": "上下文"
|
||||
},
|
||||
"multiCli": {
|
||||
"discussion": "讨论",
|
||||
"discussionRounds": "讨论轮次",
|
||||
"discussionDescription": "多CLI协作规划,迭代分析与交叉验证",
|
||||
"summary": "摘要",
|
||||
"goal": "目标",
|
||||
"solution": "解决方案",
|
||||
"implementation": "实现方式",
|
||||
"feasibility": "可行性",
|
||||
"risk": "风险",
|
||||
"planSummary": "规划摘要"
|
||||
},
|
||||
"createdAt": "创建时间",
|
||||
"rounds": "轮",
|
||||
"tasksCount": "个任务",
|
||||
"untitled": "未命名任务",
|
||||
"discussionTopic": "讨论主题",
|
||||
"contextPanel": {
|
||||
"loading": "加载上下文数据中...",
|
||||
"error": "加载上下文失败",
|
||||
"empty": "无可用上下文数据",
|
||||
"explorations": "探索",
|
||||
"explorationsCount": "{count} 个探索",
|
||||
"diagnoses": "诊断",
|
||||
"diagnosesCount": "{count} 个诊断",
|
||||
"contextPackage": "上下文包",
|
||||
"focusPaths": "关注路径",
|
||||
"summary": "摘要",
|
||||
"taskDescription": "任务描述",
|
||||
"complexity": "复杂度"
|
||||
},
|
||||
"status": {
|
||||
"completed": "已完成",
|
||||
"inProgress": "进行中",
|
||||
"blocked": "已阻塞",
|
||||
"pending": "待处理"
|
||||
},
|
||||
"subtitle": "{count} 个会话",
|
||||
"empty": {
|
||||
"title": "无 {type} 会话",
|
||||
"message": "未找到该类型的会话"
|
||||
},
|
||||
"noResults": {
|
||||
"title": "无结果",
|
||||
"message": "没有符合搜索条件的会话"
|
||||
},
|
||||
"searchPlaceholder": "搜索会话...",
|
||||
"sortBy": "排序方式",
|
||||
"sort": {
|
||||
"date": "日期",
|
||||
"name": "名称",
|
||||
"tasks": "任务"
|
||||
}
|
||||
},
|
||||
"askQuestion": {
|
||||
"defaultTitle": "问题",
|
||||
"description": "请回答以下问题",
|
||||
|
||||
@@ -4,9 +4,29 @@
|
||||
"type": {
|
||||
"plan": "轻量规划",
|
||||
"fix": "轻量修复",
|
||||
"multiCli": "多 CLI 规划"
|
||||
"multiCli": "多CLI规划"
|
||||
},
|
||||
"quickCards": {
|
||||
"tasks": "任务",
|
||||
"context": "上下文"
|
||||
},
|
||||
"multiCli": {
|
||||
"discussion": "讨论",
|
||||
"discussionRounds": "讨论轮次",
|
||||
"discussionDescription": "多CLI协作规划,迭代分析与交叉验证",
|
||||
"summary": "摘要",
|
||||
"goal": "目标",
|
||||
"solution": "解决方案",
|
||||
"implementation": "实现方式",
|
||||
"feasibility": "可行性",
|
||||
"risk": "风险",
|
||||
"planSummary": "规划摘要"
|
||||
},
|
||||
"createdAt": "创建时间",
|
||||
"rounds": "轮",
|
||||
"tasksCount": "个任务",
|
||||
"untitled": "未命名任务",
|
||||
"discussionTopic": "讨论主题",
|
||||
"empty": {
|
||||
"title": "没有 {type} 会话",
|
||||
"message": "创建新会话以开始使用。"
|
||||
@@ -27,13 +47,10 @@
|
||||
"focusPaths": "关注路径",
|
||||
"acceptanceCriteria": "验收标准",
|
||||
"dependsOn": "依赖于",
|
||||
"tasksCount": "个任务",
|
||||
"emptyDetail": {
|
||||
"title": "此会话中没有任务",
|
||||
"message": "此会话尚不包含任何任务。"
|
||||
},
|
||||
"untitled": "无标题任务",
|
||||
"discussionTopic": "讨论主题",
|
||||
"notFound": {
|
||||
"title": "未找到轻量任务",
|
||||
"message": "无法找到请求的轻量任务会话。"
|
||||
@@ -43,29 +60,23 @@
|
||||
"context": "上下文"
|
||||
},
|
||||
"contextPanel": {
|
||||
"loading": "加载上下文中...",
|
||||
"loading": "加载上下文数据中...",
|
||||
"error": "加载上下文失败",
|
||||
"empty": "此会话暂无上下文数据。",
|
||||
"explorations": "探索结果",
|
||||
"explorationsCount": "{count} 个角度",
|
||||
"contextPackage": "上下文包",
|
||||
"empty": "无可用上下文数据",
|
||||
"explorations": "探索",
|
||||
"explorationsCount": "{count} 个探索",
|
||||
"diagnoses": "诊断",
|
||||
"diagnosesCount": "{count} 个条目",
|
||||
"diagnosesCount": "{count} 个诊断",
|
||||
"contextPackage": "上下文包",
|
||||
"focusPaths": "关注路径",
|
||||
"summary": "摘要",
|
||||
"complexity": "复杂度",
|
||||
"taskDescription": "任务描述"
|
||||
},
|
||||
"quickCards": {
|
||||
"tasks": "任务",
|
||||
"explorations": "探索",
|
||||
"context": "上下文",
|
||||
"diagnoses": "诊断"
|
||||
"taskDescription": "任务描述",
|
||||
"complexity": "复杂度"
|
||||
},
|
||||
"status": {
|
||||
"completed": "已完成",
|
||||
"inProgress": "进行中",
|
||||
"blocked": "已阻止",
|
||||
"blocked": "已阻塞",
|
||||
"pending": "待处理"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user