feat(agent-platform): show bot route runtime status

This commit is contained in:
huanghuoguoguo
2026-07-08 16:07:03 +08:00
parent ee11e97e86
commit 4cbb9415bf
13 changed files with 737 additions and 13 deletions
+10
View File
@@ -392,6 +392,16 @@ const enUS = {
advancedEventValues: 'Advanced event values',
eventGroup: 'Group',
testRoute: 'Test route',
refreshRouteStatus: 'Refresh status',
routeStatusIdle: 'No run yet',
routeStatusRefreshFailed: 'Failed to refresh route status.',
routeStatus: {
matched: 'Matched',
delivered: 'Delivered',
discarded: 'Discarded',
failed: 'Failed',
not_matched: 'Not matched',
},
dryRunTitle: 'Test event route',
dryRunDescription:
'Choose an event and provide a sample payload to see which processor the current route setup will use.',
+10
View File
@@ -399,6 +399,16 @@ const jaJP = {
advancedEventValues: '高度なイベント値',
eventGroup: 'グループ',
testRoute: 'ルートをテスト',
refreshRouteStatus: '状態を更新',
routeStatusIdle: '実行記録なし',
routeStatusRefreshFailed: 'ルート状態の更新に失敗しました。',
routeStatus: {
matched: '一致',
delivered: '配信済み',
discarded: '破棄済み',
failed: '失敗',
not_matched: '未一致',
},
dryRunTitle: 'イベントルートをテスト',
dryRunDescription:
'イベントとサンプルペイロードを指定し、現在のルート設定でどのプロセッサーに送られるか確認します。',
+10
View File
@@ -377,6 +377,16 @@ const zhHans = {
advancedEventValues: '高级事件值',
eventGroup: '事件组',
testRoute: '测试路由',
refreshRouteStatus: '刷新状态',
routeStatusIdle: '暂无运行记录',
routeStatusRefreshFailed: '刷新路由状态失败。',
routeStatus: {
matched: '已命中',
delivered: '已投递',
discarded: '已丢弃',
failed: '失败',
not_matched: '未命中',
},
dryRunTitle: '测试事件路由',
dryRunDescription:
'选择一个事件并提供示例载荷,检查当前路由配置会命中哪个处理器。',