mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-31 17:15:32 +08:00
### 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:
@ -1622,6 +1622,8 @@ Example: Virtual Hosted Style`,
|
|||||||
notEmpty: 'Not empty',
|
notEmpty: 'Not empty',
|
||||||
in: 'In',
|
in: 'In',
|
||||||
notIn: 'Not in',
|
notIn: 'Not in',
|
||||||
|
is: 'Is',
|
||||||
|
isNot: 'Is not',
|
||||||
},
|
},
|
||||||
switchLogicOperatorOptions: {
|
switchLogicOperatorOptions: {
|
||||||
and: 'AND',
|
and: 'AND',
|
||||||
@ -1883,6 +1885,8 @@ This process aggregates variables from multiple branches into a single variable
|
|||||||
beginInputTip:
|
beginInputTip:
|
||||||
'By defining input parameters, this content can be accessed by other components in subsequent processes.',
|
'By defining input parameters, this content can be accessed by other components in subsequent processes.',
|
||||||
query: 'Query variables',
|
query: 'Query variables',
|
||||||
|
switchPromptMessage:
|
||||||
|
'The prompt words will change. Please confirm whether you want to discard the existing prompt words?',
|
||||||
queryRequired: 'Query is required',
|
queryRequired: 'Query is required',
|
||||||
queryTip: 'Select the variable you want to use',
|
queryTip: 'Select the variable you want to use',
|
||||||
agent: 'Agent',
|
agent: 'Agent',
|
||||||
|
|||||||
@ -1515,6 +1515,8 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
|||||||
endWith: '结束是',
|
endWith: '结束是',
|
||||||
empty: '为空',
|
empty: '为空',
|
||||||
notEmpty: '不为空',
|
notEmpty: '不为空',
|
||||||
|
is: '是',
|
||||||
|
isNot: '不是',
|
||||||
},
|
},
|
||||||
switchLogicOperatorOptions: {
|
switchLogicOperatorOptions: {
|
||||||
and: '与',
|
and: '与',
|
||||||
|
|||||||
Reference in New Issue
Block a user