fix: align spec paths and add missing translation keys

This commit is contained in:
catlog22
2026-03-01 13:42:25 +08:00
parent ecf4e4d848
commit 1f859ae4b9
5 changed files with 2028 additions and 11 deletions

View File

@@ -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"
}
}