Files
Claude-Code-Workflow/ccw/frontend/src/locales/en/cli-monitor.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

52 lines
1.4 KiB
JSON

{
"title": "CLI Stream Monitor",
"searchPlaceholder": "Search logs...",
"noExecutions": "No active CLI executions",
"noExecutionsHint": "Start a CLI command to see streaming output",
"selectExecution": "Select an execution to view output",
"status": {
"running": "Running",
"completed": "Completed",
"error": "Error"
},
"recovered": "Recovered",
"lines": "lines",
"autoScroll": "Auto-scroll",
"scrollToBottom": "Scroll to bottom",
"close": "Close",
"refresh": "Refresh",
"refreshing": "Refreshing...",
"live": "Live",
"executions": "{count} execution{count, plural, =1 {} other {s}}",
"active": "{count} active",
"filter": {
"all": "All",
"errors": "Errors",
"content": "Content",
"system": "System"
},
"view": {
"preview": "Preview",
"json": "JSON",
"raw": "Raw"
},
"viewMode": "View Mode",
"settings": "Settings",
"noMessages": "Waiting for messages...",
"noMatch": "No matching messages found",
"statusBar": "{total} executions | {active} active | {error} error | {lines} lines",
"copy": "Copy",
"copied": "Copied",
"rawJson": "Raw JSON",
"retry": "Retry",
"dismiss": "Dismiss",
"thinking": "Thinking...",
"streaming": "Streaming...",
"tokens": "Tokens: {count}",
"duration": "Duration: {value}",
"model": "Model: {name}",
"user": "User",
"popOutToPage": "Open in Full Page",
"openInViewer": "Open in CLI Viewer"
}