mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +08:00
fix: align spec paths and add missing translation keys
This commit is contained in:
@@ -309,6 +309,27 @@
|
||||
"form": {
|
||||
"readMode": "Read Mode",
|
||||
"priority": "Priority",
|
||||
"keywords": "Keywords"
|
||||
"keywords": "Keywords",
|
||||
"title": "Title",
|
||||
"titlePlaceholder": "Enter spec title",
|
||||
"addKeyword": "Add Keyword",
|
||||
"keywordsHint": "Keywords help match optional specs to relevant tasks",
|
||||
"fileInfo": "File: {file}",
|
||||
"saving": "Saving..."
|
||||
},
|
||||
|
||||
"validation": {
|
||||
"titleRequired": "Title is required"
|
||||
},
|
||||
|
||||
"dialog": {
|
||||
"editTitle": "Edit Spec: {title}",
|
||||
"editDescription": "Modify spec metadata and settings."
|
||||
},
|
||||
|
||||
"hooks": {
|
||||
"installSuccess": "Hook installed successfully",
|
||||
"installError": "Failed to install hook",
|
||||
"installAllSuccess": "All hooks installed successfully"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user