mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +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",
|
||||
|
||||
Reference in New Issue
Block a user