### 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user