### 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:
@@ -603,7 +603,7 @@ The above is the content you need to summarize.`,
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
key: 'key',
|
||||
componentId: 'component id',
|
||||
componentId: 'Component ID',
|
||||
add: 'Add',
|
||||
operation: 'operation',
|
||||
run: 'Run',
|
||||
@@ -637,6 +637,7 @@ The above is the content you need to summarize.`,
|
||||
blank: 'Blank',
|
||||
createFromNothing: 'Create from nothing',
|
||||
addItem: 'Add Item',
|
||||
addSubItem: 'Add Sub Item',
|
||||
nameRequiredMsg: 'Name is required',
|
||||
nameRepeatedMsg: 'The name cannot be repeated',
|
||||
keywordExtract: 'Keyword',
|
||||
@@ -833,6 +834,8 @@ The above is the content you need to summarize.`,
|
||||
and: 'And',
|
||||
or: 'Or',
|
||||
},
|
||||
operator: 'Operator',
|
||||
value: 'Value',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user