mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +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',
|
||||
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',
|
||||
|
||||
@ -1515,6 +1515,8 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
endWith: '结束是',
|
||||
empty: '为空',
|
||||
notEmpty: '不为空',
|
||||
is: '是',
|
||||
isNot: '不是',
|
||||
},
|
||||
switchLogicOperatorOptions: {
|
||||
and: '与',
|
||||
|
||||
Reference in New Issue
Block a user