mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +08:00
- Updated ProjectOverviewPage to enhance the guidelines section with better spacing, larger icons, and improved button styles. - Refactored ReviewSessionPage to unify filter controls, improve selection actions, and enhance the findings list with a new layout. - Added dimension tabs and severity filters to the SessionsPage for better navigation and filtering. - Improved SessionDetailPage to utilize a mapping for status labels, enhancing internationalization support. - Refactored TaskListTab to remove unused priority configuration code. - Updated store types to better reflect session metadata structure. - Added a temporary JSON file for future use.
108 lines
2.8 KiB
JSON
108 lines
2.8 KiB
JSON
{
|
|
"noDescription": "暂无描述",
|
|
"header": {
|
|
"initialized": "初始化时间"
|
|
},
|
|
"techStack": {
|
|
"title": "技术栈",
|
|
"languages": "编程语言",
|
|
"frameworks": "框架",
|
|
"buildTools": "构建工具",
|
|
"testFrameworks": "测试框架",
|
|
"primary": "主要",
|
|
"noLanguages": "未检测到编程语言",
|
|
"noFrameworks": "未检测到框架"
|
|
},
|
|
"architecture": {
|
|
"title": "架构",
|
|
"style": "架构风格",
|
|
"layers": "分层",
|
|
"patterns": "设计模式",
|
|
"principles": "设计原则"
|
|
},
|
|
"components": {
|
|
"title": "核心组件",
|
|
"importance": {
|
|
"high": "高",
|
|
"medium": "中",
|
|
"low": "低"
|
|
}
|
|
},
|
|
"devIndex": {
|
|
"title": "开发历史",
|
|
"categories": "分类",
|
|
"timeline": "时间线",
|
|
"category": {
|
|
"features": "功能",
|
|
"enhancements": "增强",
|
|
"bugfixes": "错误修复",
|
|
"refactorings": "重构",
|
|
"documentation": "文档"
|
|
}
|
|
},
|
|
"guidelines": {
|
|
"title": "项目规范",
|
|
"conventions": "约定",
|
|
"constraints": "约束",
|
|
"qualityRules": "质量规则",
|
|
"learnings": "学习总结",
|
|
"scope": "范围",
|
|
"noQualityRules": "暂无质量规则。切换到编辑模式添加规则。",
|
|
"noLearnings": "暂无学习总结。切换到编辑模式添加总结。",
|
|
"edit": "编辑",
|
|
"save": "保存",
|
|
"cancel": "取消",
|
|
"saving": "正在保存...",
|
|
"saveSuccess": "规范已保存成功",
|
|
"saveError": "保存规范失败",
|
|
"conventionCategories": {
|
|
"codingStyle": "编码风格",
|
|
"namingPatterns": "命名规范",
|
|
"fileStructure": "文件结构",
|
|
"documentation": "文档规范"
|
|
},
|
|
"constraintCategories": {
|
|
"architecture": "架构",
|
|
"techStack": "技术栈",
|
|
"performance": "性能",
|
|
"security": "安全性"
|
|
},
|
|
"qualityRuleFields": {
|
|
"rule": "规则",
|
|
"scope": "范围",
|
|
"enforcedBy": "执行方式",
|
|
"addRule": "添加质量规则",
|
|
"removeRule": "删除"
|
|
},
|
|
"learningFields": {
|
|
"insight": "见解",
|
|
"category": "分类",
|
|
"sessionId": "会话ID",
|
|
"context": "上下文",
|
|
"date": "日期",
|
|
"addLearning": "添加学习总结",
|
|
"removeLearning": "删除"
|
|
},
|
|
"placeholders": {
|
|
"addItem": "按Enter添加条目",
|
|
"rule": "输入质量规则",
|
|
"scope": "输入范围",
|
|
"enforcedBy": "输入执行方式",
|
|
"insight": "输入见解",
|
|
"category": "输入分类",
|
|
"sessionId": "输入会话ID",
|
|
"context": "输入上下文",
|
|
"selectDate": "选择日期"
|
|
}
|
|
},
|
|
"stats": {
|
|
"title": "统计",
|
|
"totalFeatures": "总功能数",
|
|
"lastUpdated": "最后更新"
|
|
},
|
|
"empty": {
|
|
"title": "暂无项目概览",
|
|
"message": "运行 /workflow:init 初始化项目分析"
|
|
}
|
|
}
|