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

51 lines
2.3 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": "每种频道类型在 ClawX 中只保留一份配置。在这里保存已配置的频道会将归属切换到当前 Agent。",
"addChannel": "添加频道",
"noChannels": "这个 Agent 还没有分配任何频道。"
},
"removeChannelDialog": {
"title": "移除频道",
"message": "确认移除 {{name}}?这会删除当前的频道配置。"
},
"toast": {
"agentCreated": "Agent 已创建",
"agentCreateFailed": "创建 Agent 失败:{{error}}",
"agentDeleted": "Agent 已删除",
"agentUpdated": "Agent 已更新",
"agentUpdateFailed": "更新 Agent 失败:{{error}}",
"channelAssigned": "{{channel}} 已分配给 Agent",
"channelAssignFailed": "分配频道失败:{{error}}",
"channelRemoved": "{{channel}} 已移除",
"channelRemoveFailed": "移除频道失败:{{error}}"
}
}