### 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:
@@ -773,6 +773,24 @@ export default {
|
||||
password: '密碼',
|
||||
switch: '條件',
|
||||
logicalOperator: '操作符',
|
||||
switchOperatorOptions: {
|
||||
equal: '等於',
|
||||
notEqual: '不等於',
|
||||
gt: '大於',
|
||||
ge: '大於等於',
|
||||
lt: '小於',
|
||||
le: '小於等於',
|
||||
contains: '包含',
|
||||
notContains: '不包含',
|
||||
startWith: '開始是',
|
||||
endWith: '結束是',
|
||||
empty: '為空',
|
||||
notEmpty: '不為空',
|
||||
},
|
||||
switchLogicOperatorOptions: {
|
||||
and: '與',
|
||||
or: '或',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
Reference in New Issue
Block a user