mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
feat: enhance MCP manager with interactive question feature and update locales feat: implement tags and available models management in settings page fix: improve process termination logic in stop command for React frontend fix: update view command to default to 'js' frontend feat: add Recommended MCP Wizard component for dynamic server configuration
109 lines
3.2 KiB
JSON
109 lines
3.2 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 Sessions Found",
|
|
"message": "No workflow sessions match your current filter."
|
|
},
|
|
"noTasks": {
|
|
"title": "No Tasks",
|
|
"message": "No tasks match your current filter."
|
|
},
|
|
"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"
|
|
}
|
|
}
|