feat: Build options for the component id field of the Switch operator #1739 (#2037)

### What problem does this PR solve?

feat: Build options for the component id field of the Switch operator
#1739

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-21 17:15:24 +08:00
committed by GitHub
parent 6c26872799
commit 9b3f5fd38b
10 changed files with 59 additions and 47 deletions

View File

@@ -597,6 +597,7 @@ export default {
blank: '空',
createFromNothing: '從無到有',
addItem: '新增',
addSubItem: '新增子項',
nameRequiredMsg: '名稱不能為空',
nameRepeatedMsg: '名稱不能重複',
keywordExtract: '關鍵字',
@@ -791,6 +792,8 @@ export default {
and: '與',
or: '或',
},
operator: '操作符',
value: '值',
},
footer: {
profile: '“保留所有權利 @ react”',