Files
Claude-Code-Workflow/ccw/frontend/src/locales/en/navigation.json
catlog22 37ba849e75 feat: add CLI Viewer Page with multi-pane layout and state management
- Implemented the CliViewerPage component for displaying CLI outputs in a configurable multi-pane layout.
- Integrated Zustand for state management, allowing for dynamic layout changes and tab management.
- Added layout options: single, split horizontal, split vertical, and 2x2 grid.
- Created viewerStore for managing layout, panes, and tabs, including actions for adding/removing panes and tabs.
- Added CoordinatorPage barrel export for easier imports.
2026-02-03 17:28:26 +08:00

97 lines
2.6 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": "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"
},
"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"
}
}