mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-04 16:47:15 +00:00
feat(wizard): start bot setup from scenarios
This commit is contained in:
@@ -1834,7 +1834,7 @@ const zhHans = {
|
||||
next: '下一步',
|
||||
finish: '创建并部署',
|
||||
confirmCreateBot: '确定,创建机器人',
|
||||
createSuccess: '流水线已创建并关联到机器人!',
|
||||
createSuccess: '处理器已创建并关联到机器人!',
|
||||
botCreateSuccess: '机器人创建成功!',
|
||||
botSaveSuccess: '机器人配置已保存并启用!',
|
||||
createError: '创建资源失败',
|
||||
@@ -1843,13 +1843,32 @@ const zhHans = {
|
||||
completeSaveError: '保存完成状态失败,请重试。',
|
||||
step: {
|
||||
platform: '平台接入',
|
||||
scenarioChannel: '场景与频道',
|
||||
botConfig: '机器人配置',
|
||||
aiEngine: 'AI 引擎',
|
||||
done: '完成',
|
||||
},
|
||||
scenario: {
|
||||
title: '这个机器人要完成什么?',
|
||||
description: '先选择一个主要结果,机器人创建后还可以继续添加其他行为。',
|
||||
messageReply: '回复收到的消息',
|
||||
messageReplyDescription: '使用 AI Pipeline 回复私聊或群聊消息。',
|
||||
welcomeMembers: '欢迎新成员',
|
||||
welcomeMembersDescription: '有人加入群组时运行 Agent。',
|
||||
handleDepartures: '处理成员离群',
|
||||
handleDeparturesDescription: '有人离开或被移出群组时运行 Agent。',
|
||||
reviewFriendRequests: '审核好友请求',
|
||||
reviewFriendRequestsDescription: '让 Agent 决定如何处理新的好友请求。',
|
||||
handleModeration: '处理群管理事件',
|
||||
handleModerationDescription: '群成员受到限制时运行 Agent。',
|
||||
pipelineBadge: 'Pipeline',
|
||||
agentBadge: 'Agent',
|
||||
},
|
||||
platform: {
|
||||
title: '选择平台',
|
||||
description: '选择机器人要接入的消息平台。',
|
||||
title: '选择频道',
|
||||
description: '这里只显示支持所选场景的频道。',
|
||||
chooseScenarioFirst: '请先选择场景,再查看可用频道。',
|
||||
noCompatiblePlatforms: '当前安装的频道都不支持这个场景。',
|
||||
},
|
||||
botConfig: {
|
||||
title: '配置机器人',
|
||||
@@ -1877,8 +1896,7 @@ const zhHans = {
|
||||
},
|
||||
done: {
|
||||
title: '一切就绪!',
|
||||
description:
|
||||
'机器人已创建并连接到 AI 流水线。你现在可以在工作台中管理它。',
|
||||
description: '机器人已创建并连接到处理器。你现在可以在工作台中管理它。',
|
||||
backToWorkbench: '返回工作台',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user