Skip to content

Commit 1ca3af7

Browse files
committed
fix: address second-round CodeRabbit findings (facet scoping, CSV , scope double-encoding, stale requests, keyboard-accessible sort)
1 parent 48f2618 commit 1ca3af7

1 file changed

Lines changed: 93 additions & 93 deletions

File tree

Lines changed: 93 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,93 @@
1-
{
2-
"brand": "Agent 仪表盘",
3-
"brandSub": "Claude Code 监控",
4-
"dashboard": "仪表盘",
5-
"agentBoard": "Kanban 看板",
6-
"sessions": "会话",
7-
"activityFeed": "活动流",
8-
"analytics": "分析",
9-
"workflows": "工作流",
10-
"alerts": "警报",
11-
"ccConfig": "Agent 配置",
12-
"run": "运行 Agent",
13-
"settings": "设置",
14-
"queryExplorer": "查询浏览器",
15-
"queryExplorerSub": "通过高级搜索筛选并导出会话、Agent 和事件",
16-
"queryRun": "运行",
17-
"queryEntity": "实体",
18-
"queryEntity_sessions": "会话",
19-
"queryEntity_agents": "Agent",
20-
"queryEntity_events": "事件",
21-
"querySearch": "搜索",
22-
"querySearchPlaceholder": "按 ID、标题或摘要筛选",
23-
"queryFrom": "开始时间",
24-
"queryTo": "结束时间",
25-
"queryStatus": "状态",
26-
"queryAll": "全部",
27-
"queryEventType": "事件类型",
28-
"queryToolName": "工具名称",
29-
"queryApply": "应用筛选",
30-
"queryClear": "清除",
31-
"queryEmptyTitle": "运行查询以开始",
32-
"queryEmptyDesc": "选择实体,设置可选筛选条件,然后点击应用筛选或按 Enter。",
33-
"queryResultCount": "共 {{count}} 行",
34-
"queryNoResults": "未找到结果",
35-
"queryNoResultsDesc": "请调整筛选条件或扩大时间范围。",
36-
"language": "语言",
37-
"github": "GitHub",
38-
"website": "网站",
39-
"notFound": "未找到页面",
40-
"skipToContent": "跳到主要内容",
41-
"expand": "展开侧边栏",
42-
"collapse": "收起侧边栏",
43-
"collapseShort": "收起",
44-
"scrollUp": "向上滚动导航",
45-
"scrollDown": "向下滚动导航",
46-
"live": "在线",
47-
"disconnected": "已断开",
48-
"connectionDetails": "连接详情",
49-
"connection": "连接",
50-
"wsEndpoint": "WebSocket",
51-
"connectionUptime": "已连接",
52-
"notConnected": "未连接",
53-
"eventsReceived": "已接收事件",
54-
"eventsTotal": "总计",
55-
"eventsLastMin": "最近 60 秒",
56-
"peakRate": "峰值",
57-
"unitEvents": "事件",
58-
"unitPerSec": "事件/秒",
59-
"throughput60s": "吞吐量 · 最近 60 秒",
60-
"avg": "平均",
61-
"topEventTypes": "主要事件类型",
62-
"recentActivity": "最近活动",
63-
"statsPersisted": "统计数据在刷新后保留",
64-
"resetStats": "重置",
65-
"lastEvent": "最近事件",
66-
"noEventsYet": "暂无事件",
67-
"justNow": "刚刚",
68-
"secondsAgo": "{{count}} 秒前",
69-
"minutesAgo": "{{count}} 分钟前",
70-
"hoursAgo": "{{count}} 小时前",
71-
"daysAgo": "{{count}} 天前",
72-
"close": "关闭",
73-
"checkForUpdates": "检查更新",
74-
"checkingForUpdates": "正在检查更新...",
75-
"updateAvailable": "有可用更新",
76-
"upToDate": "已是最新",
77-
"checkFailed": "检查更新失败",
78-
"switchLanguage": "切换为{{language}}",
79-
"languageNames": {
80-
"en": "英文",
81-
"zh": "中文",
82-
"vi": "越南语",
83-
"ko": "韩语",
84-
"es": "西班牙语"
85-
},
86-
"languageShort": {
87-
"en": "EN",
88-
"zh": "中文",
89-
"vi": "VI",
90-
"ko": "한국어",
91-
"es": "ES"
92-
}
93-
}
1+
{
2+
"brand": "Agent 仪表盘",
3+
"brandSub": "Claude Code 监控",
4+
"dashboard": "仪表盘",
5+
"agentBoard": "Kanban 看板",
6+
"sessions": "会话",
7+
"activityFeed": "活动流",
8+
"analytics": "分析",
9+
"workflows": "工作流",
10+
"alerts": "警报",
11+
"ccConfig": "Agent 配置",
12+
"run": "运行 Agent",
13+
"settings": "设置",
14+
"queryExplorer": "查询浏览器",
15+
"queryExplorerSub": "通过高级搜索筛选并导出会话、Agent 和事件",
16+
"queryRun": "运行",
17+
"queryEntity": "实体",
18+
"queryEntity_sessions": "会话",
19+
"queryEntity_agents": "Agent",
20+
"queryEntity_events": "事件",
21+
"querySearch": "搜索",
22+
"querySearchPlaceholder": "按 ID、名称或摘要筛选",
23+
"queryFrom": "开始时间",
24+
"queryTo": "结束时间",
25+
"queryStatus": "状态",
26+
"queryAll": "全部",
27+
"queryEventType": "事件类型",
28+
"queryToolName": "工具名称",
29+
"queryApply": "应用筛选",
30+
"queryClear": "清除",
31+
"queryEmptyTitle": "运行查询以开始",
32+
"queryEmptyDesc": "选择实体,设置可选筛选条件,然后点击应用筛选或按 Enter。",
33+
"queryResultCount": "共 {{count}} 行",
34+
"queryNoResults": "未找到结果",
35+
"queryNoResultsDesc": "请调整筛选条件或扩大时间范围。",
36+
"language": "语言",
37+
"github": "GitHub",
38+
"website": "网站",
39+
"notFound": "未找到页面",
40+
"skipToContent": "跳到主要内容",
41+
"expand": "展开侧边栏",
42+
"collapse": "收起侧边栏",
43+
"collapseShort": "收起",
44+
"scrollUp": "向上滚动导航",
45+
"scrollDown": "向下滚动导航",
46+
"live": "在线",
47+
"disconnected": "已断开",
48+
"connectionDetails": "连接详情",
49+
"connection": "连接",
50+
"wsEndpoint": "WebSocket",
51+
"connectionUptime": "已连接",
52+
"notConnected": "未连接",
53+
"eventsReceived": "已接收事件",
54+
"eventsTotal": "总计",
55+
"eventsLastMin": "最近 60 秒",
56+
"peakRate": "峰值",
57+
"unitEvents": "事件",
58+
"unitPerSec": "事件/秒",
59+
"throughput60s": "吞吐量 · 最近 60 秒",
60+
"avg": "平均",
61+
"topEventTypes": "主要事件类型",
62+
"recentActivity": "最近活动",
63+
"statsPersisted": "统计数据在刷新后保留",
64+
"resetStats": "重置",
65+
"lastEvent": "最近事件",
66+
"noEventsYet": "暂无事件",
67+
"justNow": "刚刚",
68+
"secondsAgo": "{{count}} 秒前",
69+
"minutesAgo": "{{count}} 分钟前",
70+
"hoursAgo": "{{count}} 小时前",
71+
"daysAgo": "{{count}} 天前",
72+
"close": "关闭",
73+
"checkForUpdates": "检查更新",
74+
"checkingForUpdates": "正在检查更新...",
75+
"updateAvailable": "有可用更新",
76+
"upToDate": "已是最新",
77+
"checkFailed": "检查更新失败",
78+
"switchLanguage": "切换为{{language}}",
79+
"languageNames": {
80+
"en": "英文",
81+
"zh": "中文",
82+
"vi": "越南语",
83+
"ko": "韩语",
84+
"es": "西班牙语"
85+
},
86+
"languageShort": {
87+
"en": "EN",
88+
"zh": "中文",
89+
"vi": "VI",
90+
"ko": "한국어",
91+
"es": "ES"
92+
}
93+
}

0 commit comments

Comments
 (0)