feat: Add SwitchOperatorOptions to Select of Switch #1739 (#2033)

### 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:
balibabu
2024-08-21 15:01:11 +08:00
committed by GitHub
parent 17ada637db
commit 85247e6837
7 changed files with 110 additions and 10 deletions

View File

@@ -791,6 +791,24 @@ export default {
password: '密码',
switch: '条件',
logicalOperator: '操作符',
switchOperatorOptions: {
equal: '等于',
notEqual: '不等于',
gt: '大于',
ge: '大于等于',
lt: '小于',
le: '小于等于',
contains: '包含',
notContains: '不包含',
startWith: '开始是',
endWith: '结束是',
empty: '为空',
notEmpty: '不为空',
},
switchLogicOperatorOptions: {
and: '与',
or: '或',
},
},
footer: {
profile: 'All rights reserved @ React',