Fix: Fixed the issue of incorrect agent translation text. #10427 (#12172)

### What problem does this PR solve?

Fix: Fixed the issue of incorrect agent translation text. #10427

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-12-24 19:05:26 +08:00
committed by Jin Hai
parent f0dac1d90e
commit 884aabd130
2 changed files with 6 additions and 0 deletions

View File

@ -1622,6 +1622,8 @@ Example: Virtual Hosted Style`,
notEmpty: 'Not empty',
in: 'In',
notIn: 'Not in',
is: 'Is',
isNot: 'Is not',
},
switchLogicOperatorOptions: {
and: 'AND',
@ -1883,6 +1885,8 @@ This process aggregates variables from multiple branches into a single variable
beginInputTip:
'By defining input parameters, this content can be accessed by other components in subsequent processes.',
query: 'Query variables',
switchPromptMessage:
'The prompt words will change. Please confirm whether you want to discard the existing prompt words?',
queryRequired: 'Query is required',
queryTip: 'Select the variable you want to use',
agent: 'Agent',