mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 13:03:53 +08:00
feat: enhance RecommendedMcpWizard with icon mapping; improve ExecutionTab accessibility; refine NavGroup path matching; update fetchSkills to include enabled status; add loading and error messages to localization
This commit is contained in:
@@ -224,6 +224,8 @@
|
||||
"all": "All",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"loading": "Loading...",
|
||||
"error": "Error",
|
||||
"navigation": {
|
||||
"header": {
|
||||
"brand": "CCW Dashboard"
|
||||
|
||||
@@ -10,7 +10,14 @@
|
||||
"copyError": "Failed to copy",
|
||||
"refresh": "Refresh",
|
||||
"expand": "Expand",
|
||||
"collapse": "Collapse"
|
||||
"collapse": "Collapse",
|
||||
"favoriteAdded": "Added to favorites",
|
||||
"favoriteRemoved": "Removed from favorites",
|
||||
"favoriteError": "Failed to update favorite status",
|
||||
"archiveSuccess": "Memory archived",
|
||||
"archiveError": "Failed to archive memory",
|
||||
"unarchiveSuccess": "Memory restored",
|
||||
"unarchiveError": "Failed to restore memory"
|
||||
},
|
||||
"tabs": {
|
||||
"memories": "Memories",
|
||||
|
||||
@@ -218,6 +218,8 @@
|
||||
"all": "全部",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"loading": "加载中...",
|
||||
"error": "错误",
|
||||
"navigation": {
|
||||
"header": {
|
||||
"brand": "CCW 仪表板"
|
||||
|
||||
@@ -10,7 +10,14 @@
|
||||
"copyError": "复制失败",
|
||||
"refresh": "刷新",
|
||||
"expand": "展开",
|
||||
"collapse": "收起"
|
||||
"collapse": "收起",
|
||||
"favoriteAdded": "已添加到收藏",
|
||||
"favoriteRemoved": "已从收藏移除",
|
||||
"favoriteError": "更新收藏状态失败",
|
||||
"archiveSuccess": "记忆已归档",
|
||||
"archiveError": "归档记忆失败",
|
||||
"unarchiveSuccess": "记忆已恢复",
|
||||
"unarchiveError": "恢复记忆失败"
|
||||
},
|
||||
"tabs": {
|
||||
"memories": "记忆",
|
||||
|
||||
Reference in New Issue
Block a user