mcp-shrimp-task-manager
Version:
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like develope
57 lines (51 loc) • 2.29 kB
JSON
{
"app_title": "Shrimp Task Manager",
"status_indicator_online": "在線",
"dependency_view_title": "依賴關係",
"dependency_graph_placeholder": "所有任務的依賴關係",
"reset_view_btn_title": "重置視圖",
"task_list_title": "任務列表",
"search_placeholder": "搜索任務...",
"sort_option_date_desc": "創建時間 (新-舊)",
"sort_option_date_asc": "創建時間 (舊-新)",
"sort_option_name_asc": "名稱 (A-Z)",
"sort_option_name_desc": "名稱 (Z-A)",
"sort_option_status": "狀態",
"status_filter_all": "所有狀態",
"status_filter_pending": "等待中",
"status_filter_in_progress": "進行中",
"status_filter_completed": "已完成",
"task_list_loading": "載入中...",
"task_list_empty": "沒有符合條件的任務",
"task_details_title": "任務詳情",
"task_details_placeholder": "選擇一個任務查看詳情",
"footer_copyright": "© 2023 Shrimp Task Manager - 當前時間: ",
"status_pending": "等待中",
"status_in_progress": "進行中",
"status_completed": "已完成",
"task_detail_status_label": "狀態:",
"task_detail_summary_title": "完成摘要",
"task_detail_description_title": "任務描述",
"task_detail_implementation_guide_title": "實現指南",
"task_detail_verification_criteria_title": "驗證標準",
"task_detail_dependencies_title": "依賴項 (前置任務)",
"task_detail_related_files_title": "相關文件",
"task_detail_notes_title": "備註",
"task_detail_no_summary": "沒有提供摘要。",
"task_detail_no_description": "無描述",
"task_detail_no_implementation_guide": "無實現指南",
"task_detail_no_verification_criteria": "無驗證標準",
"task_detail_no_dependencies": "無依賴項",
"task_detail_no_related_files": "無相關文件",
"task_detail_no_notes": "無備註",
"task_detail_unknown_dependency": "未知任務",
"progress_completed": "已完成",
"progress_in_progress": "進行中",
"progress_pending": "待處理",
"progress_total": "總計",
"global_analysis_title": "目標",
"error_loading_tasks": "載入任務失敗: {message}",
"error_updating_tasks": "更新任務失敗: {message}",
"error_loading_graph": "載入依賴圖失敗",
"error_task_not_found": "任務未找到"
}