mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-12 17:21:19 +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.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"title": "通知",
|
|
"close": "关闭通知",
|
|
"empty": "暂无通知",
|
|
"emptyHint": "通知将显示在这里",
|
|
"markAllRead": "全部已读",
|
|
"clearAll": "清空全部",
|
|
"showMore": "显示更多",
|
|
"showLess": "收起",
|
|
"systemNotifications": "系统通知",
|
|
"systemNotificationsDesc": "为重要事件显示浏览器原生通知",
|
|
"justNow": "刚刚",
|
|
"minutesAgo": "{0}分钟前",
|
|
"hoursAgo": "{0}小时前",
|
|
"daysAgo": "{0}天前",
|
|
"oneMinuteAgo": "1分钟前",
|
|
"oneHourAgo": "1小时前",
|
|
"oneDayAgo": "1天前",
|
|
"sources": {
|
|
"system": "系统",
|
|
"websocket": "WebSocket",
|
|
"cli": "命令行",
|
|
"workflow": "工作流",
|
|
"user": "用户",
|
|
"external": "外部"
|
|
},
|
|
"priorities": {
|
|
"low": "低",
|
|
"medium": "中",
|
|
"high": "高",
|
|
"critical": "紧急"
|
|
},
|
|
"attachments": {
|
|
"image": "图片",
|
|
"code": "代码",
|
|
"file": "文件",
|
|
"data": "数据",
|
|
"download": "下载"
|
|
},
|
|
"actions": {
|
|
"loading": "加载中...",
|
|
"success": "完成",
|
|
"retry": "重试"
|
|
},
|
|
"timestamps": {
|
|
"today": "今天",
|
|
"yesterday": "昨天",
|
|
"atTime": "{0}"
|
|
},
|
|
"markAsRead": "标为已读",
|
|
"markAsUnread": "标为未读",
|
|
"read": "已读",
|
|
"unread": "未读"
|
|
}
|