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

@@ -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”',