mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +08:00
- Implemented Accordion component using Radix UI for collapsible sections. - Created Zustand store to manage coordinator execution state, command chains, logs, and interactive questions. - Added validation tests for CLI settings type definitions, ensuring type safety and correct behavior of helper functions.
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"title": "Notifications",
|
|
"close": "Close notifications",
|
|
"empty": "No notifications",
|
|
"emptyHint": "Notifications will appear here",
|
|
"markAllRead": "Mark Read",
|
|
"clearAll": "Clear All",
|
|
"showMore": "Show more",
|
|
"showLess": "Show less",
|
|
"systemNotifications": "System Notifications",
|
|
"systemNotificationsDesc": "Show browser native notifications for important events",
|
|
"justNow": "just now",
|
|
"minutesAgo": "{0}m ago",
|
|
"hoursAgo": "{0}h ago",
|
|
"daysAgo": "{0}d ago",
|
|
"oneMinuteAgo": "1m ago",
|
|
"oneHourAgo": "1h ago",
|
|
"oneDayAgo": "1d ago",
|
|
"sources": {
|
|
"system": "System",
|
|
"websocket": "WebSocket",
|
|
"cli": "CLI",
|
|
"workflow": "Workflow",
|
|
"user": "User",
|
|
"external": "External"
|
|
},
|
|
"priorities": {
|
|
"low": "Low",
|
|
"medium": "Medium",
|
|
"high": "High",
|
|
"critical": "Critical"
|
|
},
|
|
"attachments": {
|
|
"image": "Image",
|
|
"code": "Code",
|
|
"file": "File",
|
|
"data": "Data",
|
|
"download": "Download"
|
|
},
|
|
"actions": {
|
|
"loading": "Loading...",
|
|
"success": "Done",
|
|
"retry": "Retry"
|
|
},
|
|
"timestamps": {
|
|
"today": "Today",
|
|
"yesterday": "Yesterday",
|
|
"atTime": "at {0}"
|
|
},
|
|
"markAsRead": "Mark as read",
|
|
"markAsUnread": "Mark as unread",
|
|
"read": "Read",
|
|
"unread": "Unread"
|
|
}
|