Skip to content

Commit 4106684

Browse files
committed
🔨 注释和翻译键修改
1 parent 252bcab commit 4106684

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

frontend/public/locales/zh/common.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,15 +1160,6 @@
11601160
"common.message.refreshSuccess": "刷新成功",
11611161
"common.message.refreshFailed": "刷新失败",
11621162
"model.dialog.success.updateSuccess": "更新成功",
1163-
"agentCallRelationship": {
1164-
"title": "查看调用关系",
1165-
"loading": "正在加载调用关系...",
1166-
"description": "此流程图显示了 {{name}} 及其所有工具和协作Agent的调用关系",
1167-
"noData": "暂无调用关系数据",
1168-
"nodeType": {
1169-
"main": "主代理",
1170-
"sub": "子代理",
1171-
"tool": "工具"
1172-
}
1173-
}
1163+
"agentCallRelationship": {"title": "查看调用关系", "loading": "正在加载调用关系...", "description": "此流程图显示了 {{name}} 及其所有工具和协作Agent的调用关系", "noData": "暂无调用关系数据", "nodeType": {"main": "主代理", "sub": "子代理", "tool": "工具"}},
1164+
"agentConfig": {"error": {"fetchToolsFailed": "获取工具列表失败,请稍后重试", "fetchAgentListFailed": "获取Agent列表失败,请稍后重试", "fetchCreatingSubAgentIdFailed": "获取创建子Agent ID失败,请稍后重试", "fetchAgentDetailsFailed": "获取Agent详情失败,请稍后重试", "fetchAgentCallRelationshipFailed": "获取Agent调用关系失败,请稍后重试"}}
11741165
}

0 commit comments

Comments
 (0)