Files
Claude-Code-Workflow/ccw/frontend/src/locales/en/history.json
catlog22 81725c94b1 Add E2E tests for internationalization across multiple pages
- 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.
2026-01-30 22:54:21 +08:00

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