Files
Claude-Code-Workflow/ccw/frontend/src/locales/en/navigation.json
catlog22 33cc451b61 feat: Add role specifications for 三省六部 architecture
- Introduced role specifications for 尚书省 (shangshu), 刑部 (xingbu), and 中书省 (zhongshu) to facilitate task management and execution flow.
- Implemented quality gates for each phase of the process to ensure compliance and quality assurance.
- Established a coordinator role to manage the overall workflow and task distribution among the departments.
- Created a team configuration file to define roles, responsibilities, and routing rules for task execution.
- Added localization support for DeepWiki in both English and Chinese, enhancing accessibility for users.
2026-03-06 11:26:27 +08:00

110 lines
3.0 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",
"deepwiki": "DeepWiki",
"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",
"specs": "Spec Settings"
},
"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",
"unavailable": "No A2UI action available"
}
}
}