mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
- 新增 AnalysisPage 页面查看 /workflow:analyze-with-file 分析结果 - 支持 Tab 分组展示:讨论记录、结论、代码探索、视角分析 - Markdown 内容富文本渲染,JSON 数据结构化卡片展示 - 添加后端 API 路由 /api/analysis - 添加侧边栏导航入口和中英文翻译 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
107 lines
2.9 KiB
JSON
107 lines
2.9 KiB
JSON
{
|
|
"groups": {
|
|
"overview": "Overview",
|
|
"workflow": "Workflow & Execution",
|
|
"knowledge": "Knowledge & Memory",
|
|
"issues": "Issue Management",
|
|
"tools": "Tools & Hooks",
|
|
"configuration": "Configuration & Support"
|
|
},
|
|
"main": {
|
|
"home": "Home",
|
|
"sessions": "Sessions",
|
|
"liteTasks": "Lite Tasks",
|
|
"project": "Project",
|
|
"history": "CLI History",
|
|
"orchestrator": "Orchestrator",
|
|
"coordinator": "Coordinator",
|
|
"loops": "Loop Monitor",
|
|
"cliViewer": "CLI Viewer",
|
|
"issues": "Issues",
|
|
"issueQueue": "Issue Queue",
|
|
"issueDiscovery": "Issue Discovery",
|
|
"skills": "Skills",
|
|
"commands": "Commands",
|
|
"memory": "Memory",
|
|
"prompts": "Prompt History",
|
|
"settings": "Settings",
|
|
"mcp": "MCP Servers",
|
|
"codexlens": "CodexLens",
|
|
"apiSettings": "API Settings",
|
|
"endpoints": "CLI Endpoints",
|
|
"installations": "Installations",
|
|
"help": "Help",
|
|
"hooks": "Hooks",
|
|
"rules": "Rules",
|
|
"explorer": "File Explorer",
|
|
"graph": "Graph Explorer",
|
|
"teams": "Team Execution",
|
|
"terminalDashboard": "Terminal Dashboard",
|
|
"skillHub": "Skill Hub",
|
|
"analysis": "Analysis Viewer"
|
|
},
|
|
"sidebar": {
|
|
"collapse": "Collapse",
|
|
"expand": "Expand sidebar",
|
|
"collapseAria": "Collapse sidebar"
|
|
},
|
|
"header": {
|
|
"brand": "Claude Code Workflow",
|
|
"brandShort": "CCW",
|
|
"noProject": "No project selected",
|
|
"settings": "Settings",
|
|
"logout": "Logout"
|
|
},
|
|
"breadcrumbs": {
|
|
"home": "Home",
|
|
"sessions": "Sessions",
|
|
"detail": "Details",
|
|
"settings": "Settings"
|
|
},
|
|
"cliMonitor": {
|
|
"title": "CLI Stream Monitor",
|
|
"live": "Live",
|
|
"executions": "executions",
|
|
"active": "active",
|
|
"errors": "errors",
|
|
"lines": "lines",
|
|
"refresh": "Refresh",
|
|
"refreshing": "Refreshing...",
|
|
"searchPlaceholder": "Search logs...",
|
|
"clear": "Clear",
|
|
"filterAll": "All",
|
|
"filterErrors": "Errors",
|
|
"filterContent": "Content",
|
|
"filterSystem": "System",
|
|
"viewPreview": "Preview",
|
|
"viewJson": "JSON",
|
|
"viewRaw": "Raw",
|
|
"settings": "Settings",
|
|
"noExecutions": "No active CLI executions",
|
|
"noExecutionsHint": "Start a CLI command to see streaming output",
|
|
"noMessages": "Waiting for messages...",
|
|
"noMatch": "No matching messages found",
|
|
"openInViewer": "Open in CLI Viewer",
|
|
"popOutToPage": "Pop out to full page",
|
|
"statusBar": "{total} executions | {active} active | {errors} error | {lines} lines",
|
|
"copy": "Copy",
|
|
"copied": "Copied!",
|
|
"rawJson": "Raw JSON",
|
|
"expand": "Expand",
|
|
"collapse": "Collapse",
|
|
"retry": "Retry",
|
|
"dismiss": "Dismiss",
|
|
"thinking": "Thinking...",
|
|
"completed": "Completed",
|
|
"tokens": "Tokens",
|
|
"duration": "Duration",
|
|
"model": "Model"
|
|
},
|
|
"toolbar": {
|
|
"a2ui": {
|
|
"button": "A2UI",
|
|
"quickAction": "A2UI Quick Action"
|
|
}
|
|
}
|
|
}
|