mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
- Implemented navigation.spec.ts to test language switching and translation of navigation elements. - Created sessions-page.spec.ts to verify translations on the sessions page, including headers, status badges, and date formatting. - Developed settings-page.spec.ts to ensure settings page content is translated and persists across sessions. - Added skills-page.spec.ts to validate translations for skill categories, action buttons, and empty states.
43 lines
860 B
JSON
43 lines
860 B
JSON
{
|
|
"title": "Skills",
|
|
"description": "Manage and configure skills",
|
|
"source": {
|
|
"builtin": "Built-in",
|
|
"custom": "Custom",
|
|
"community": "Community"
|
|
},
|
|
"actions": {
|
|
"viewDetails": "View Details",
|
|
"configure": "Configure",
|
|
"enable": "Enable",
|
|
"disable": "Disable",
|
|
"toggle": "Toggle",
|
|
"install": "Install Skill"
|
|
},
|
|
"state": {
|
|
"enabled": "Enabled",
|
|
"disabled": "Disabled",
|
|
"on": "On",
|
|
"off": "Off"
|
|
},
|
|
"card": {
|
|
"triggers": "Triggers",
|
|
"category": "Category",
|
|
"author": "Author",
|
|
"version": "Version"
|
|
},
|
|
"filters": {
|
|
"all": "All",
|
|
"enabled": "Enabled",
|
|
"disabled": "Disabled"
|
|
},
|
|
"view": {
|
|
"grid": "Grid View",
|
|
"compact": "Compact View"
|
|
},
|
|
"emptyState": {
|
|
"title": "No Skills Found",
|
|
"message": "No skills match your current filter."
|
|
}
|
|
}
|