fix plugin name incorrect encoded

This commit is contained in:
hjlarry 2025-10-27 16:08:47 +08:00
parent 9de7a7d48f
commit c05fa9963a
4 changed files with 4 additions and 4 deletions

View File

@ -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',

View File

@ -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: 'このプラグイントリガー',

View File

@ -1200,7 +1200,7 @@ const translation = {
listening: {
title: '正在监听触发器事件…',
tip: '您现在可以向 HTTP {{nodeName}} 端点发送测试请求以模拟事件触发,或将其用作实时事件调试的回调 URL。所有输出都可以在变量检查器中直接查看。',
tipPlugin: '现在您可以在 {{pluginName}} 中创建事件,并在变量检查器中查看这些事件的输出。',
tipPlugin: '现在您可以在 {{- pluginName}} 中创建事件,并在变量检查器中查看这些事件的输出。',
tipFallback: '正在等待触发器事件,输出结果将在此显示。',
defaultNodeName: '此触发器',
defaultPluginName: '此插件触发器',

View File

@ -1011,7 +1011,7 @@ const translation = {
listening: {
title: '正在監聽觸發器事件…',
tip: '您現在可以向 HTTP {{nodeName}} 端點發送測試請求來模擬事件觸發,或將其作為即時事件除錯的回呼 URL。所有輸出都可在變數檢視器中直接查看。',
tipPlugin: '您現在可以在 {{pluginName}} 中建立事件,並在變數檢視器中檢視這些事件的輸出。',
tipPlugin: '您現在可以在 {{- pluginName}} 中建立事件,並在變數檢視器中檢視這些事件的輸出。',
tipFallback: '正在等待觸發器事件,輸出會顯示在此處。',
defaultNodeName: '此觸發器',
defaultPluginName: '此插件觸發器',