mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-18 03:37:33 +08:00
Release v0.1.0 agent topology and runtime refresh
This commit is contained in:
@@ -26,6 +26,9 @@ const resources = {
|
||||
agentTopologyHint: 'Unified graph for local agents, registered nodes, and mirrored remote agent branches.',
|
||||
runningTasks: 'running',
|
||||
clearFocus: 'Clear Focus',
|
||||
zoomIn: 'Zoom In',
|
||||
zoomOut: 'Zoom Out',
|
||||
fitView: 'Fit View',
|
||||
childrenCount: 'children',
|
||||
'topologyFilter.all': 'All',
|
||||
'topologyFilter.running': 'Running',
|
||||
@@ -63,9 +66,6 @@ const resources = {
|
||||
reply: 'Reply',
|
||||
ack: 'Ack',
|
||||
steerMessage: 'Steering message',
|
||||
pipelines: 'Pipelines',
|
||||
pipelineDetail: 'Pipeline Detail',
|
||||
createPipeline: 'Create Pipeline',
|
||||
newProfile: 'New Profile',
|
||||
spawn: 'Spawn',
|
||||
kill: 'Kill',
|
||||
@@ -481,6 +481,9 @@ const resources = {
|
||||
agentTopologyHint: '统一展示本地 agent、注册 node 以及远端镜像 agent 分支的关系图。',
|
||||
runningTasks: '运行中',
|
||||
clearFocus: '清除聚焦',
|
||||
zoomIn: '放大',
|
||||
zoomOut: '缩小',
|
||||
fitView: '适应视图',
|
||||
childrenCount: '子节点',
|
||||
'topologyFilter.all': '全部',
|
||||
'topologyFilter.running': '运行中',
|
||||
@@ -518,9 +521,6 @@ const resources = {
|
||||
reply: '回复',
|
||||
ack: '确认',
|
||||
steerMessage: '引导消息',
|
||||
pipelines: '流水线',
|
||||
pipelineDetail: '流水线详情',
|
||||
createPipeline: '创建流水线',
|
||||
newProfile: '新建档案',
|
||||
spawn: '创建',
|
||||
kill: '终止',
|
||||
|
||||
Reference in New Issue
Block a user