From c05fa9963af921ab3847995b4b937b7b69bdbd6a Mon Sep 17 00:00:00 2001 From: hjlarry Date: Mon, 27 Oct 2025 16:08:47 +0800 Subject: [PATCH] fix plugin name incorrect encoded --- web/i18n/en-US/workflow.ts | 2 +- web/i18n/ja-JP/workflow.ts | 2 +- web/i18n/zh-Hans/workflow.ts | 2 +- web/i18n/zh-Hant/workflow.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts index 17fe37b12f..55316d0a2a 100644 --- a/web/i18n/en-US/workflow.ts +++ b/web/i18n/en-US/workflow.ts @@ -1227,7 +1227,7 @@ const translation = { listening: { title: 'Listening for events from triggers...', tip: 'You can now simulate event triggers by sending test requests to HTTP {{nodeName}} endpoint or use it as a callback URL for live event debugging. All outputs can be viewed directly in the Variable Inspector.', - tipPlugin: 'Now you can create events in {{pluginName}}, and retrieve outputs from these events in the Variable Inspector.', + tipPlugin: 'Now you can create events in {{- pluginName}}, and retrieve outputs from these events in the Variable Inspector.', tipFallback: 'Await incoming trigger events. Outputs will appear here.', defaultNodeName: 'this trigger', defaultPluginName: 'this plugin trigger', diff --git a/web/i18n/ja-JP/workflow.ts b/web/i18n/ja-JP/workflow.ts index 1b432e35da..8f6d1dbb82 100644 --- a/web/i18n/ja-JP/workflow.ts +++ b/web/i18n/ja-JP/workflow.ts @@ -1172,7 +1172,7 @@ const translation = { listening: { title: 'トリガーからのイベントを待機中…', tip: 'HTTP {{nodeName}} エンドポイントにテストリクエストを送信するか、ライブイベントデバッグ用のコールバック URL として利用してイベントトリガーをシミュレートできます。すべての出力は Variable Inspector で直接確認できます。', - tipPlugin: '{{pluginName}} でイベントを作成し、これらのイベントの出力を Variable Inspector で取得できます。', + tipPlugin: '{{- pluginName}} でイベントを作成し、これらのイベントの出力を Variable Inspector で取得できます。', tipFallback: 'トリガーイベントを待機しています。出力はここに表示されます。', defaultNodeName: 'このトリガー', defaultPluginName: 'このプラグイントリガー', diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts index 3f933abcf2..443ec430fc 100644 --- a/web/i18n/zh-Hans/workflow.ts +++ b/web/i18n/zh-Hans/workflow.ts @@ -1200,7 +1200,7 @@ const translation = { listening: { title: '正在监听触发器事件…', tip: '您现在可以向 HTTP {{nodeName}} 端点发送测试请求以模拟事件触发,或将其用作实时事件调试的回调 URL。所有输出都可以在变量检查器中直接查看。', - tipPlugin: '现在您可以在 {{pluginName}} 中创建事件,并在变量检查器中查看这些事件的输出。', + tipPlugin: '现在您可以在 {{- pluginName}} 中创建事件,并在变量检查器中查看这些事件的输出。', tipFallback: '正在等待触发器事件,输出结果将在此显示。', defaultNodeName: '此触发器', defaultPluginName: '此插件触发器', diff --git a/web/i18n/zh-Hant/workflow.ts b/web/i18n/zh-Hant/workflow.ts index 880352360f..a3f8a87ac4 100644 --- a/web/i18n/zh-Hant/workflow.ts +++ b/web/i18n/zh-Hant/workflow.ts @@ -1011,7 +1011,7 @@ const translation = { listening: { title: '正在監聽觸發器事件…', tip: '您現在可以向 HTTP {{nodeName}} 端點發送測試請求來模擬事件觸發,或將其作為即時事件除錯的回呼 URL。所有輸出都可在變數檢視器中直接查看。', - tipPlugin: '您現在可以在 {{pluginName}} 中建立事件,並在變數檢視器中檢視這些事件的輸出。', + tipPlugin: '您現在可以在 {{- pluginName}} 中建立事件,並在變數檢視器中檢視這些事件的輸出。', tipFallback: '正在等待觸發器事件,輸出會顯示在此處。', defaultNodeName: '此觸發器', defaultPluginName: '此插件觸發器',