### What problem does this PR solve? feat: Add SwitchOperatorOptions to Select of Switch #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -815,6 +815,24 @@ The above is the content you need to summarize.`,
|
||||
password: 'Password',
|
||||
switch: 'Switch',
|
||||
logicalOperator: 'Logical operator',
|
||||
switchOperatorOptions: {
|
||||
equal: 'equal',
|
||||
notEqual: 'notEqual',
|
||||
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',
|
||||
notEmpty: 'Not empty',
|
||||
},
|
||||
switchLogicOperatorOptions: {
|
||||
and: 'And',
|
||||
or: 'Or',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user