Files
NianToB/src/i18n/locales/zh/agents.json

55 lines
2.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Agents",
"subtitle": "添加新的 Agent 时ClawX 会复制主 Agent 的工作区引导文件和运行时认证配置, 配置可以通过以对话的形式进行修改",
"refresh": "刷新",
"addAgent": "添加 Agent",
"gatewayWarning": "Gateway 服务未运行。Agent 或频道变更可能需要一点时间生效。",
"defaultBadge": "默认",
"inherited": "继承",
"none": "无",
"modelLine": "Model: {{model}}{{suffix}}",
"channelsLine": "频道: {{channels}}",
"deleteAgent": "删除 Agent",
"settings": "设置",
"creating": "创建中...",
"createDialog": {
"title": "添加 Agent",
"description": "只需输入名称即可创建新 Agent。ClawX 会复制主 Agent 的工作区引导文件和运行时认证配置。",
"nameLabel": "Agent 名称",
"namePlaceholder": "Coding Helper"
},
"deleteDialog": {
"title": "删除 Agent",
"message": "确认从 ClawX 删除 “{{name}}”?这会永久删除该 Agent 及其由 ClawX 管理的工作区、运行时和会话文件。"
},
"settingsDialog": {
"title": "{{name}} 设置",
"description": "更新 Agent 名称,并管理哪些频道归属于这个 Agent。",
"nameLabel": "Agent 名称",
"agentIdLabel": "Agent ID",
"modelLabel": "Model",
"channelsTitle": "频道",
"channelsDescription": "该列表为只读。频道账号与绑定关系请在 Channels 页面管理。",
"mainAccount": "主账号",
"channelsManagedInChannels": "该 Agent 绑定了频道类型,但具体账号绑定请在 Channels 页面查看。",
"addChannel": "添加频道",
"noChannels": "这个 Agent 还没有分配任何频道。"
},
"removeChannelDialog": {
"title": "移除频道",
"message": "确认移除 {{name}}?这会删除当前的频道配置。"
},
"toast": {
"agentCreated": "Agent 已创建",
"agentCreateFailed": "创建 Agent 失败:{{error}}",
"agentDeleted": "Agent 已删除",
"agentDeleteFailed": "删除 Agent 失败:{{error}}",
"agentUpdated": "Agent 已更新",
"agentUpdateFailed": "更新 Agent 失败:{{error}}",
"channelAssigned": "{{channel}} 已分配给 Agent",
"channelAssignFailed": "分配频道失败:{{error}}",
"channelRemoved": "{{channel}} 已移除",
"channelRemoveFailed": "移除频道失败:{{error}}"
}
}