mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
- Implemented navigation.spec.ts to test language switching and translation of navigation elements. - Created sessions-page.spec.ts to verify translations on the sessions page, including headers, status badges, and date formatting. - Developed settings-page.spec.ts to ensure settings page content is translated and persists across sessions. - Added skills-page.spec.ts to validate translations for skill categories, action buttons, and empty states.
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"noDescription": "暂无描述",
|
|
"header": {
|
|
"initialized": "初始化时间"
|
|
},
|
|
"techStack": {
|
|
"title": "技术栈",
|
|
"languages": "编程语言",
|
|
"frameworks": "框架",
|
|
"buildTools": "构建工具",
|
|
"testFrameworks": "测试框架",
|
|
"primary": "主要",
|
|
"noLanguages": "未检测到编程语言",
|
|
"noFrameworks": "未检测到框架"
|
|
},
|
|
"architecture": {
|
|
"title": "架构",
|
|
"style": "架构风格",
|
|
"layers": "分层",
|
|
"patterns": "设计模式"
|
|
},
|
|
"components": {
|
|
"title": "核心组件",
|
|
"importance": {
|
|
"high": "高",
|
|
"medium": "中",
|
|
"low": "低"
|
|
}
|
|
},
|
|
"devIndex": {
|
|
"title": "开发历史",
|
|
"categories": "分类",
|
|
"timeline": "时间线"
|
|
},
|
|
"guidelines": {
|
|
"title": "项目规范",
|
|
"conventions": "约定",
|
|
"constraints": "约束",
|
|
"qualityRules": "质量规则",
|
|
"learnings": "学习总结",
|
|
"scope": "范围"
|
|
},
|
|
"stats": {
|
|
"title": "统计",
|
|
"totalFeatures": "总功能数",
|
|
"lastUpdated": "最后更新"
|
|
},
|
|
"empty": {
|
|
"title": "暂无项目概览",
|
|
"message": "运行 /workflow:init 初始化项目分析"
|
|
}
|
|
}
|