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

118 lines
3.1 KiB
JSON

{
"title": "Team Execution",
"description": "Visualize agent team execution status and message flow",
"selectTeam": "Select Team",
"noTeamSelected": "Select a team to view",
"members": "Members",
"messages": "Messages",
"elapsed": "Elapsed",
"autoRefresh": "Auto-refresh",
"filterByType": "Filter by type",
"filterAll": "All Types",
"stage": "Stage",
"status": {
"active": "Active",
"completed": "Completed",
"archived": "Archived"
},
"filters": {
"active": "Active",
"archived": "Archived",
"all": "All"
},
"searchPlaceholder": "Search teams...",
"card": {
"members": "Members",
"messages": "Messages",
"lastActivity": "Last Activity",
"created": "Created"
},
"actions": {
"viewDetails": "View Details",
"archive": "Archive",
"unarchive": "Unarchive",
"delete": "Delete Team"
},
"dialog": {
"deleteTeam": "Delete Team",
"deleteConfirm": "This action cannot be undone. This will permanently delete the team and all its messages.",
"cancel": "Cancel",
"deleting": "Deleting..."
},
"detail": {
"backToList": "Back to Teams"
},
"tabs": {
"artifacts": "Artifacts",
"messages": "Messages"
},
"artifacts": {
"title": "Team Artifacts",
"plan": "Plan",
"impl": "Implementation",
"test": "Test",
"review": "Review",
"noArtifacts": "No artifacts found",
"viewFile": "View File",
"noRef": "Inline data"
},
"emptyState": {
"noTeams": "No Teams",
"noTeamsDescription": "Use /team:coordinate to create a team and start collaborating",
"noMatching": "No Matching Teams",
"noMatchingDescription": "Try adjusting your search or filter criteria"
},
"empty": {
"title": "No Active Teams",
"description": "Use /team:coordinate to create a team and start collaborating",
"noMessages": "No Messages Yet",
"noMessagesHint": "Team was just created, waiting for the first message"
},
"pipeline": {
"title": "Pipeline Progress",
"plan": "Plan",
"impl": "Implement",
"test": "Test",
"review": "Review",
"completed": "Completed",
"inProgress": "In Progress",
"pending": "Pending",
"blocked": "Blocked"
},
"membersPanel": {
"title": "Team Members",
"active": "Active",
"idle": "Idle",
"lastAction": "Last Action",
"messageCount": "Messages",
"lastSeen": "Last Seen",
"ago": "ago"
},
"timeline": {
"title": "Message Timeline",
"loadMore": "Load More",
"showing": "Showing {showing} / {total} messages",
"filterFrom": "From",
"filterTo": "To",
"filterType": "Type",
"clearFilters": "Clear Filters",
"expandData": "Expand Data",
"collapseData": "Collapse Data",
"noRef": "No reference"
},
"messageType": {
"plan_ready": "Plan Ready",
"plan_approved": "Plan Approved",
"plan_revision": "Plan Revision",
"task_unblocked": "Task Unblocked",
"impl_complete": "Impl Complete",
"impl_progress": "Impl Progress",
"test_result": "Test Result",
"review_result": "Review Result",
"fix_required": "Fix Required",
"error": "Error",
"shutdown": "Shutdown",
"message": "Message"
}
}