mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-15 02:42:45 +08:00
- Add RoundDetailCard component to display synthesis details per round: - CLI execution status and duration - Solutions with feasibility, effort, risk, pros/cons - Convergence analysis with score and rationale - Cross-verification showing agreements and disagreements - Clarification questions - Update ExpandedMultiCliPanel discussion tab to use new component - Add i18n translations for new discussion content labels
106 lines
3.0 KiB
JSON
106 lines
3.0 KiB
JSON
{
|
|
"title": "Lite Tasks",
|
|
"subtitle": "{count} session(s)",
|
|
"type": {
|
|
"plan": "Lite Plan",
|
|
"fix": "Lite Fix",
|
|
"multiCli": "Multi-CLI Plan"
|
|
},
|
|
"quickCards": {
|
|
"tasks": "Tasks",
|
|
"context": "Context"
|
|
},
|
|
"multiCli": {
|
|
"discussion": "Discussion",
|
|
"discussionRounds": "Discussion Rounds",
|
|
"discussionDescription": "Multi-CLI collaborative planning with iterative analysis and cross-verification",
|
|
"summary": "Summary",
|
|
"goal": "Goal",
|
|
"solution": "Solution",
|
|
"implementation": "Implementation",
|
|
"feasibility": "Feasibility",
|
|
"risk": "Risk",
|
|
"planSummary": "Plan Summary",
|
|
"round": "Round",
|
|
"converged": "Converged",
|
|
"continuing": "Continuing",
|
|
"needsInput": "Needs Input",
|
|
"userFeedback": "User Feedback Incorporated",
|
|
"cliExecutions": "CLI Executions",
|
|
"solutions": "Solutions",
|
|
"feasible": "Feasible",
|
|
"pros": "Pros",
|
|
"cons": "Cons",
|
|
"convergence": "Convergence Analysis",
|
|
"crossVerification": "Cross Verification",
|
|
"agreements": "Agreements",
|
|
"disagreements": "Disagreements",
|
|
"resolution": "Resolution",
|
|
"clarificationQuestions": "Clarification Questions"
|
|
},
|
|
"createdAt": "Created",
|
|
"rounds": "rounds",
|
|
"tasksCount": "tasks",
|
|
"untitled": "Untitled Task",
|
|
"discussionTopic": "Discussion Topic",
|
|
"empty": {
|
|
"title": "No {type} sessions",
|
|
"message": "Create a new session to get started."
|
|
},
|
|
"noResults": {
|
|
"title": "No results found",
|
|
"message": "Try adjusting your search query."
|
|
},
|
|
"searchPlaceholder": "Search sessions or tasks...",
|
|
"sortBy": "Sort by",
|
|
"sort": {
|
|
"date": "Date",
|
|
"name": "Name",
|
|
"tasks": "Tasks"
|
|
},
|
|
"flowchart": "Flowchart",
|
|
"implementationFlow": "Implementation Flow",
|
|
"focusPaths": "Focus Paths",
|
|
"acceptanceCriteria": "Acceptance Criteria",
|
|
"dependsOn": "Depends On",
|
|
"emptyDetail": {
|
|
"title": "No tasks in this session",
|
|
"message": "This session does not contain any tasks yet."
|
|
},
|
|
"notFound": {
|
|
"title": "Lite Task Not Found",
|
|
"message": "The requested lite task session could not be found."
|
|
},
|
|
"expandedTabs": {
|
|
"tasks": "Tasks",
|
|
"context": "Context"
|
|
},
|
|
"contextPanel": {
|
|
"loading": "Loading context data...",
|
|
"error": "Failed to load context",
|
|
"empty": "No context data available",
|
|
"explorations": "Explorations",
|
|
"explorationsCount": "{count} explorations",
|
|
"diagnoses": "Diagnoses",
|
|
"diagnosesCount": "{count} diagnoses",
|
|
"contextPackage": "Context Package",
|
|
"focusPaths": "Focus Paths",
|
|
"summary": "Summary",
|
|
"taskDescription": "Task Description",
|
|
"complexity": "Complexity",
|
|
"constraints": "Constraints",
|
|
"relevantFiles": "Relevant Files",
|
|
"dependencies": "Dependencies",
|
|
"sessionId": "Session ID",
|
|
"metadata": "Metadata",
|
|
"conflictRisks": "Conflict Risks",
|
|
"rawJson": "Raw JSON"
|
|
},
|
|
"status": {
|
|
"completed": "Completed",
|
|
"inProgress": "In Progress",
|
|
"blocked": "Blocked",
|
|
"pending": "Pending"
|
|
}
|
|
}
|