mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Fix: Translate the operator options of the Switch operator #1739 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -956,17 +956,17 @@ This procedure will improve precision of retrieval by adding more information to
|
||||
switch: 'Switch',
|
||||
logicalOperator: 'Logical operator',
|
||||
switchOperatorOptions: {
|
||||
equal: 'equal',
|
||||
notEqual: 'notEqual',
|
||||
equal: 'Equals',
|
||||
notEqual: 'Not equal',
|
||||
gt: 'Greater than',
|
||||
ge: 'Greater equal',
|
||||
lt: 'Less than',
|
||||
le: 'Less equal',
|
||||
contains: 'Contains',
|
||||
notContains: 'Not contains',
|
||||
startWith: 'Start with',
|
||||
endWith: 'End with',
|
||||
empty: 'Empty',
|
||||
startWith: 'Starts with',
|
||||
endWith: 'Ends with',
|
||||
empty: 'Is empty',
|
||||
notEmpty: 'Not empty',
|
||||
},
|
||||
switchLogicOperatorOptions: {
|
||||
|
||||
Reference in New Issue
Block a user