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 GitHub
parent 977962fdfe
commit 667dc5467e
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',

View File

@ -1515,6 +1515,8 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
endWith: '结束是',
empty: '为空',
notEmpty: '不为空',
is: '是',
isNot: '不是',
},
switchLogicOperatorOptions: {
and: '与',