mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-17 23:37:15 +00:00
fix(4.11): align omni adapters and EventProcessor marketplace support
This commit is contained in:
@@ -350,7 +350,7 @@ const zhHans = {
|
||||
legacyAdapters: '旧版适配器',
|
||||
legacyAdapterBadge: '过时',
|
||||
legacyAdaptersHint:
|
||||
'这些适配器已有对应的事件驱动接入版本,仅为兼容存量配置保留,不建议新建机器人时使用。',
|
||||
'这些适配器已有对应的事件驱动接入版本,\n仅为兼容存量配置保留,不建议新建机器人时使用。',
|
||||
adapterConfig: '适配器配置',
|
||||
viewAdapterDocs: '查看文档',
|
||||
bindPipeline: '绑定流水线',
|
||||
@@ -1031,6 +1031,7 @@ const zhHans = {
|
||||
Parser: '解析器',
|
||||
Page: '页面',
|
||||
AgentRunner: 'Agent 运行器',
|
||||
EventProcessor: '事件处理器',
|
||||
},
|
||||
uploadLocal: '本地上传',
|
||||
debugging: '调试中',
|
||||
@@ -1212,6 +1213,7 @@ const zhHans = {
|
||||
Parser: '解析器',
|
||||
Page: '页面',
|
||||
AgentRunner: 'Agent 运行器',
|
||||
EventProcessor: '事件处理器',
|
||||
},
|
||||
filterByType: '类型',
|
||||
allTypes: '全部类型',
|
||||
|
||||
Reference in New Issue
Block a user