fix(bots): restore event route drag sorting

This commit is contained in:
RockChinQ
2026-08-26 00:08:09 +08:00
parent d28b385a9f
commit aaeb9ad178
5 changed files with 96 additions and 5 deletions
+1
View File
@@ -392,6 +392,7 @@ const enUS = {
eventBindings: 'Event Routes',
addEventBinding: 'Add Route',
addBehavior: 'Add behavior',
dragEventRoute: 'Drag route {{index}}',
behaviorReplyMessages: 'Reply to messages',
behaviorReplyMessagesDescription:
'Send incoming messages to an Agent or Pipeline.',
+1
View File
@@ -398,6 +398,7 @@ const jaJP = {
eventBindings: 'イベントルート',
addEventBinding: 'ルートを追加',
addBehavior: '動作を追加',
dragEventRoute: 'ルート {{index}} をドラッグ',
behaviorReplyMessages: '受信メッセージに返信',
behaviorReplyMessagesDescription:
'受信メッセージを Agent または Pipeline で処理します。',
+1
View File
@@ -375,6 +375,7 @@ const zhHans = {
eventBindings: '事件路由',
addEventBinding: '添加路由',
addBehavior: '添加行为',
dragEventRoute: '拖动第 {{index}} 条路由',
behaviorReplyMessages: '回复收到的消息',
behaviorReplyMessagesDescription:
'把收到的消息交给 Agent 或 Pipeline 处理。',