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.
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"title": "CLI Execution History",
|
|
"description": "View and manage your CLI execution history",
|
|
"searchPlaceholder": "Search executions...",
|
|
"filterAllTools": "All Tools",
|
|
"deleteOptions": "Delete Options",
|
|
"deleteBy": "Delete By Tool",
|
|
"deleteAllTool": "Delete All {tool}",
|
|
"deleteAll": "Delete All History",
|
|
"actions": {
|
|
"view": "View Details",
|
|
"delete": "Delete",
|
|
"copyId": "Copy ID",
|
|
"copied": "Copied!"
|
|
},
|
|
"dialog": {
|
|
"deleteTitle": "Confirm Delete",
|
|
"deleteAllTitle": "Delete All History",
|
|
"deleteMessage": "Are you sure you want to delete this execution? This action cannot be undone.",
|
|
"deleteToolMessage": "Are you sure you want to delete all {tool} executions? This action cannot be undone.",
|
|
"deleteAllMessage": "Are you sure you want to delete all execution history? This action cannot be undone."
|
|
},
|
|
"empty": {
|
|
"title": "No Executions Found",
|
|
"message": "CLI execution history will appear here when you run CLI commands.",
|
|
"filtered": "No Matching Results",
|
|
"filteredMessage": "No executions match your current filter. Try adjusting your search or filter."
|
|
}
|
|
}
|