Files
Claude-Code-Workflow/ccw/frontend/src/locales/zh/navigation.json
catlog22 b4d3426e6a feat: add CLI config preview API for Codex and Gemini
- Implemented `fetchCodexConfigPreview` and `fetchGeminiConfigPreview` functions in the API layer to retrieve masked configuration files.
- Added new interfaces `CodexConfigPreviewResponse` and `GeminiConfigPreviewResponse` to define the structure of the API responses.
- Created utility functions to read and mask sensitive values from `config.toml` and `auth.json` for Codex, and `settings.json` for Gemini.
- Updated CLI settings routes to handle new preview endpoints.
- Enhanced session content parser to support Claude JSONL format.
- Updated UI components to reflect changes in history page and navigation, including new tabs for observability.
- Localized changes for English and Chinese languages to reflect "CLI History" terminology.
2026-02-25 22:37:30 +08:00

106 lines
2.8 KiB
JSON

{
"groups": {
"overview": "概览",
"workflow": "工作流与执行",
"knowledge": "知识与记忆",
"issues": "问题管理",
"tools": "工具与钩子",
"configuration": "配置与支持"
},
"main": {
"home": "首页",
"sessions": "会话",
"liteTasks": "轻量任务",
"project": "项目",
"history": "CLI执行历史",
"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": "终端仪表板",
"skillHub": "技能中心"
},
"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": "模型"
},
"toolbar": {
"a2ui": {
"button": "A2UI",
"quickAction": "A2UI 快速操作"
}
}
}