fix(web): clarify route test warning

This commit is contained in:
RockChinQ
2026-08-25 21:31:02 +08:00
parent e62f8a957a
commit a8eb265c11
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ const enUS = {
routeTestDispatched:
'The saved route ran successfully. {{count}} platform actions were blocked.',
routeTestSideEffectWarning:
'Platform messaging is blocked, but the processor and tools still run.',
'The processor and tools will run, but replies will not be sent to messaging platforms.',
dryRunTitle: 'Test route',
dryRunDescription:
'Preview the match first. Run the saved configuration only when you need to test the processor.',
+1 -1
View File
@@ -483,7 +483,7 @@ const jaJP = {
routeTestDispatched:
'保存済みルートを実行しました。{{count}} 件のプラットフォーム操作を抑制しました。',
routeTestSideEffectWarning:
'プラットフォームへの送信は抑制されますが、プロセッサーとツールは実行されます。',
'プロセッサーとツールは実行されますが、返信はメッセージプラットフォームへ送信されません。',
dryRunTitle: 'ルートをテスト',
dryRunDescription:
'まず一致結果を確認し、必要な場合のみ保存済み設定を実行します。',
+2 -1
View File
@@ -451,7 +451,8 @@ const zhHans = {
routeTestRunning: '运行中…',
routeTestFailed: '运行已保存路由失败,请稍后重试。',
routeTestDispatched: '已保存路由运行成功,{{count}} 个平台操作已被阻止。',
routeTestSideEffectWarning: '平台消息会被拦截,但处理器和工具仍会运行。',
routeTestSideEffectWarning:
'测试会运行处理器和工具,但不会把回复发送到微信、QQ 等聊天平台。',
dryRunTitle: '测试路由',
dryRunDescription: '先预览匹配结果;需要验证处理器时,再运行已保存配置。',
dryRunEventType: '事件类型',