mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-21 08:17:29 +08:00
fix ui
This commit is contained in:
@@ -30,10 +30,16 @@ const resources = {
|
||||
whatsappStateDisconnected: 'Disconnected',
|
||||
whatsappBridgeDevHintTitle: 'How to use',
|
||||
whatsappBridgeDevHint: '1. Start the bridge with `clawgo channel whatsapp bridge run`.\n2. Scan the QR code here with WhatsApp.\n3. Keep `make dev` running to receive WhatsApp messages in ClawGo.',
|
||||
whatsappFieldEnabledHint: 'Master switch for receiving WhatsApp messages through the bridge.',
|
||||
whatsappFieldBridgeURLHint: 'WebSocket address of the local WhatsApp companion bridge service.',
|
||||
whatsappFieldAllowFromHint: 'One sender JID per line. Only these senders can trigger ClawGo.',
|
||||
whatsappFieldEnableGroupsHint: 'Allow messages from WhatsApp groups to enter the channel.',
|
||||
whatsappFieldRequireMentionHint: 'When enabled, group messages must mention the bot before being handled.',
|
||||
whatsappFieldAllowFromFootnote: 'Supports one JID per line, and also accepts comma-separated values.',
|
||||
whatsappLogoutTitle: 'Logout WhatsApp Session',
|
||||
whatsappLogoutMessage: 'Unlink the current WhatsApp companion session and request a new QR code?',
|
||||
mcpServices: 'MCP',
|
||||
mcpServicesHint: 'Manage MCP servers, install packages, and inspect discovered remote tools.',
|
||||
mcpServicesHint: 'Manage MCP servers and install service packages.',
|
||||
cronJobs: 'Cron Jobs',
|
||||
nodes: 'Nodes',
|
||||
nodeArtifacts: 'Node Artifacts',
|
||||
@@ -435,9 +441,6 @@ const resources = {
|
||||
configMCPArgsEnterHint: 'Type one argument and press Enter',
|
||||
configMCPCommandMissing: 'MCP command is unavailable.',
|
||||
configMCPInstallSuggested: 'Suggested package: {{pkg}}',
|
||||
configMCPDiscoveredTools: 'Discovered MCP Tools',
|
||||
configMCPDiscoveredToolsCount: '{{count}} discovered',
|
||||
configNoMCPDiscoveredTools: 'No MCP tools discovered yet.',
|
||||
configDeleteMCPServerConfirmTitle: 'Delete MCP Server',
|
||||
configDeleteMCPServerConfirmMessage: 'Delete MCP server "{{name}}" from current config?',
|
||||
configNoGroups: 'No config groups found.',
|
||||
@@ -682,10 +685,16 @@ const resources = {
|
||||
whatsappStateDisconnected: '已断开',
|
||||
whatsappBridgeDevHintTitle: '使用方式',
|
||||
whatsappBridgeDevHint: '1. 先执行 `clawgo channel whatsapp bridge run` 启动 bridge。\n2. 在这里用 WhatsApp 扫描二维码。\n3. 再保持 `make dev` 运行,让 ClawGo 接收 WhatsApp 消息。',
|
||||
whatsappFieldEnabledHint: '总开关,控制是否通过 bridge 接收 WhatsApp 消息。',
|
||||
whatsappFieldBridgeURLHint: '本地 WhatsApp companion bridge 服务的 WebSocket 地址。',
|
||||
whatsappFieldAllowFromHint: '每行一个发送者 JID,只有这些发送者可以触发 ClawGo。',
|
||||
whatsappFieldEnableGroupsHint: '允许来自 WhatsApp 群组的消息进入该通道。',
|
||||
whatsappFieldRequireMentionHint: '开启后,群消息必须显式 @ 提及机器人才会被处理。',
|
||||
whatsappFieldAllowFromFootnote: '支持每行一个 JID,也支持逗号分隔后自动拆分。',
|
||||
whatsappLogoutTitle: '退出 WhatsApp 会话',
|
||||
whatsappLogoutMessage: '是否解除当前 WhatsApp companion 会话,并重新申请新的二维码?',
|
||||
mcpServices: 'MCP',
|
||||
mcpServicesHint: '管理 MCP 服务、安装服务包,并查看已发现的远端工具。',
|
||||
mcpServicesHint: '管理 MCP 服务并安装服务包。',
|
||||
cronJobs: '定时任务',
|
||||
nodes: '节点',
|
||||
nodeArtifacts: '节点工件',
|
||||
@@ -1087,9 +1096,6 @@ const resources = {
|
||||
configMCPArgsEnterHint: '输入一个参数后按回车添加',
|
||||
configMCPCommandMissing: 'MCP 命令不可用。',
|
||||
configMCPInstallSuggested: '建议安装包:{{pkg}}',
|
||||
configMCPDiscoveredTools: '已发现的 MCP 工具',
|
||||
configMCPDiscoveredToolsCount: '已发现 {{count}} 个',
|
||||
configNoMCPDiscoveredTools: '暂未发现 MCP 工具。',
|
||||
configDeleteMCPServerConfirmTitle: '删除 MCP 服务',
|
||||
configDeleteMCPServerConfirmMessage: '确认从当前配置中删除 MCP 服务 “{{name}}”吗?',
|
||||
configNoGroups: '未找到配置分组。',
|
||||
|
||||
Reference in New Issue
Block a user