mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-18 09:37:28 +08:00
feat(webui): add office main+nodes scene with Star assets
This commit is contained in:
@@ -20,6 +20,13 @@ const resources = {
|
||||
sidebarSystem: 'System',
|
||||
sidebarOps: 'Operations',
|
||||
sidebarInsights: 'Insights',
|
||||
office: 'Office',
|
||||
officeMainState: 'Main State',
|
||||
officeNoDetail: 'No active detail',
|
||||
officeSceneStats: 'Scene Stats',
|
||||
officeNodeList: 'Node List',
|
||||
officeNoNodes: 'No nodes',
|
||||
officeEkgErr5m: 'EKG Errors (5m)',
|
||||
ekg: 'EKG',
|
||||
ekgEscalations: 'Escalations',
|
||||
ekgSourceStats: 'Source Stats',
|
||||
@@ -444,6 +451,13 @@ const resources = {
|
||||
sidebarSystem: '系统',
|
||||
sidebarOps: '运维',
|
||||
sidebarInsights: '洞察',
|
||||
office: '办公室',
|
||||
officeMainState: '主状态',
|
||||
officeNoDetail: '暂无活动详情',
|
||||
officeSceneStats: '场景统计',
|
||||
officeNodeList: '节点列表',
|
||||
officeNoNodes: '暂无节点',
|
||||
officeEkgErr5m: 'EKG 近5分钟错误',
|
||||
ekg: 'EKG',
|
||||
ekgEscalations: '升级拦截次数',
|
||||
ekgSourceStats: '来源统计',
|
||||
|
||||
Reference in New Issue
Block a user