Files
Claude-Code-Workflow/ccw/frontend/src/locales/en/home.json
catlog22 4d22ae4b2f Add orchestrator types and error handling configurations
- Introduced new TypeScript types for orchestrator functionality, including `SessionStrategy`, `ErrorHandlingStrategy`, and `OrchestrationStep`.
- Defined interfaces for `OrchestrationPlan` and `ManualOrchestrationParams` to facilitate orchestration management.
- Added a new PNG image file for visual representation.
- Created a placeholder file named 'nul' for future use.
2026-02-14 12:54:08 +08:00

134 lines
4.1 KiB
JSON

{
"title": "Home",
"description": "Dashboard overview and statistics",
"dashboard": {
"title": "Dashboard",
"description": "Overview of your workflow sessions and task statistics",
"refreshTooltip": "Refresh dashboard data"
},
"stats": {
"activeSessions": "Active Sessions",
"totalTasks": "Total Tasks",
"completedTasks": "Completed",
"pendingTasks": "Pending",
"runningLoops": "Running Loops",
"openIssues": "Open Issues"
},
"indexStatus": {
"label": "Indexed"
},
"sections": {
"statistics": "Statistics",
"recentSessions": "Recent Sessions",
"recentTasks": "Recent Tasks",
"activeLoops": "Active Loops",
"openIssues": "Open Issues",
"quickActions": "Quick Actions",
"taskDetails": "Task Details"
},
"tabs": {
"allSessions": "All",
"allTasks": "All",
"workflow": "Workflow",
"liteTasks": "Lite Tasks",
"orchestrator": "Orchestrator",
"inProgress": "In Progress",
"planning": "Planning",
"completed": "Completed",
"paused": "Paused"
},
"widgets": {
"workflowStatus": "Workflow Status",
"activity": "Activity Heatmap",
"taskTypes": "Task Types"
},
"emptyState": {
"noSessions": {
"title": "No Active Sessions",
"message": "Start your first workflow session to begin tracking tasks and progress.",
"hint": "Create a planning session to get started"
},
"noTasks": {
"title": "No Tasks",
"message": "No tasks available in this session."
},
"noLoops": {
"title": "No Active Loops",
"message": "Start a new development loop to begin monitoring progress."
},
"noIssues": {
"title": "No Open Issues",
"message": "Create an issue to track bugs or feature requests."
}
},
"help": {
"gettingStarted": {
"title": "Getting Started",
"description": "Learn the basics of CCW Dashboard and workflow management",
"heading": "Getting Started with CCW"
},
"orchestratorGuide": {
"title": "Orchestrator Guide",
"description": "Master the visual workflow editor with drag-drop flows"
},
"sessionsManagement": {
"title": "Sessions Management",
"description": "Understanding workflow sessions and task tracking"
},
"cliIntegration": {
"title": "CLI Integration",
"description": "Using CCW commands and CLI tool integration",
"heading": "CLI Integration"
},
"commands": {
"title": "Commands Reference",
"description": "Browse 40+ commands across workflow, issue, CLI, and memory categories"
},
"commandsOverview": {
"title": "Commands Documentation",
"description": "Explore all available CCW commands with detailed documentation and examples"
},
"workflowsOverview": {
"title": "Workflow Guides",
"description": "Interactive guides for all 15 workflow levels from ultra-lightweight to intelligent"
},
"quickStart": {
"title": "Quick Start",
"description": "Get up and running with CCW in minutes",
"guide": "Getting Started Guide",
"faq": "Frequently Asked Questions"
}
},
"errors": {
"loadFailed": "Failed to load dashboard data",
"retry": "Retry"
},
"project": {
"features": "features"
},
"terminalPanel": {
"title": "Terminal Monitor",
"executionQueue": "Execution Queue",
"executionQueueDesc": "Execution Queue Management",
"executionQueuePhase2": "Coming in Phase 2",
"noTerminalSelected": "No terminal selected",
"selectTerminalHint": "Select a terminal from the sidebar, or click + to create one",
"commandPlaceholder": "Enter command... (Ctrl+Enter to execute)",
"execute": "Execute",
"openInPanel": "Open in Terminal Panel",
"newSession": "New Terminal",
"status": {
"running": "Running",
"completed": "Completed",
"failed": "Failed",
"idle": "Idle"
},
"queueView": {
"session": "Session",
"orchestrator": "Orchestrator",
"emptyTitle": "No executions yet",
"emptyDesc": "Executions started from the issue queue will appear here"
}
}
}