diff --git a/ui/src/locales/lang/en-US/views/application-workflow.ts b/ui/src/locales/lang/en-US/views/application-workflow.ts index 5720c72b2..f54eec74b 100644 --- a/ui/src/locales/lang/en-US/views/application-workflow.ts +++ b/ui/src/locales/lang/en-US/views/application-workflow.ts @@ -439,7 +439,7 @@ You are a master of problem optimization, adept at accurately inferring user int }, variableSplittingNode: { label: 'Variable Splitting', - text: 'Split a variable into multiple variables based on expressions', + text: 'By configuring JSON Path expressions, parse and split the input JSON format variable', result: 'Result', splitVariables: 'Split Variables', inputVariables: 'Input Variable', diff --git a/ui/src/locales/lang/zh-CN/views/application-workflow.ts b/ui/src/locales/lang/zh-CN/views/application-workflow.ts index c909cecdf..2f355711d 100644 --- a/ui/src/locales/lang/zh-CN/views/application-workflow.ts +++ b/ui/src/locales/lang/zh-CN/views/application-workflow.ts @@ -451,7 +451,7 @@ export default { }, variableSplittingNode: { label: '变量拆分', - text: '对输入变量通过表达式拆分为多个变量进行输出', + text: '通过配置JSON Path 表达式,对输入的 JSON 格式变量进行解析和拆分', splitVariables: '拆分变量', inputVariables: '输入变量', addVariables: '添加变量', diff --git a/ui/src/locales/lang/zh-Hant/views/application-workflow.ts b/ui/src/locales/lang/zh-Hant/views/application-workflow.ts index 58fe555e1..a0e4beff9 100644 --- a/ui/src/locales/lang/zh-Hant/views/application-workflow.ts +++ b/ui/src/locales/lang/zh-Hant/views/application-workflow.ts @@ -425,7 +425,7 @@ export default { loopBreakNode: { label: 'Break', text: '終止當前循環,跳出循環體', isBreak: 'Break' }, variableSplittingNode: { label: '變量拆分', - text: '根據表達式將一個變量拆分為多個變量', + text: '通過配置 JSON Path 表達式,對輸入的 JSON 格式變量進行解析和拆分', result: '結果', splitVariables: '拆分變量', inputVariables: '輸入變量',