Files
Claude-Code-Workflow/ccw/frontend/src/locales/zh/navigation.json
catlog22 e4b898f401 feat: add Terminal Dashboard components and state management
- Implement TerminalTabBar for session tab management with status indicators and alert badges.
- Create TerminalWorkbench to combine TerminalTabBar and TerminalInstance for terminal session display.
- Add localization support for terminal dashboard in English and Chinese.
- Develop TerminalDashboardPage for the main layout of the terminal dashboard with a three-column structure.
- Introduce Zustand stores for session management and issue/queue integration, handling session groups, terminal metadata, and alert management.
- Create a monitor web worker for off-main-thread output analysis, detecting errors and stalls in terminal sessions.
- Define TypeScript types for terminal dashboard state management and integration.
2026-02-14 20:54:05 +08:00

99 lines
2.6 KiB
JSON

{
"groups": {
"overview": "概览",
"workflow": "工作流与执行",
"knowledge": "知识与记忆",
"issues": "问题管理",
"tools": "工具与钩子",
"configuration": "配置与支持"
},
"main": {
"home": "首页",
"sessions": "会话",
"liteTasks": "轻量任务",
"project": "项目",
"history": "历史",
"orchestrator": "编排器",
"coordinator": "协调器",
"loops": "循环监控",
"cliViewer": "CLI 查看器",
"issues": "问题",
"issueQueue": "问题队列",
"issueDiscovery": "问题发现",
"skills": "技能",
"commands": "命令",
"memory": "记忆",
"prompts": "提示历史",
"settings": "设置",
"mcp": "MCP 服务器",
"codexlens": "CodexLens",
"apiSettings": "API 设置",
"endpoints": "CLI 端点",
"installations": "安装",
"help": "帮助",
"hooks": "Hooks",
"rules": "规则",
"explorer": "文件浏览器",
"graph": "图浏览器",
"teams": "团队执行",
"terminalDashboard": "终端仪表板"
},
"sidebar": {
"collapse": "收起",
"expand": "展开侧边栏",
"collapseAria": "收起侧边栏"
},
"header": {
"brand": "Claude Code Workflow",
"brandShort": "CCW",
"noProject": "未选择项目",
"settings": "设置",
"logout": "退出"
},
"breadcrumbs": {
"home": "首页",
"sessions": "会话",
"detail": "详情",
"settings": "设置"
},
"cliMonitor": {
"title": "CLI 流式监控",
"live": "实时",
"executions": "个执行",
"active": "活跃",
"errors": "错误",
"lines": "行",
"refresh": "刷新",
"refreshing": "刷新中...",
"searchPlaceholder": "搜索日志...",
"clear": "清除",
"filterAll": "全部",
"filterErrors": "错误",
"filterContent": "内容",
"filterSystem": "系统",
"viewPreview": "预览",
"viewJson": "JSON",
"viewRaw": "原始",
"settings": "设置",
"noExecutions": "无活跃的 CLI 执行",
"noExecutionsHint": "启动 CLI 命令以查看流式输出",
"noMessages": "等待消息...",
"noMatch": "未找到匹配的消息",
"openInViewer": "在 CLI 查看器中打开",
"popOutToPage": "弹出到全页面",
"statusBar": "{total} 个执行 | {active} 个活跃 | {errors} 个错误 | {lines} 行",
"copy": "复制",
"copied": "已复制!",
"rawJson": "原始 JSON",
"expand": "展开",
"collapse": "折叠",
"retry": "重试",
"dismiss": "忽略",
"thinking": "思考中...",
"completed": "已完成",
"tokens": "令牌数",
"duration": "耗时",
"model": "模型"
}
}