mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### 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',
|
||||
|
||||
@ -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”',
|
||||
|
||||
@ -615,6 +615,7 @@ export default {
|
||||
blank: '空',
|
||||
createFromNothing: '从无到有',
|
||||
addItem: '新增',
|
||||
addSubItem: '新增子项',
|
||||
nameRequiredMsg: '名称不能为空',
|
||||
nameRepeatedMsg: '名称不能重复',
|
||||
keywordExtract: '关键词',
|
||||
@ -809,6 +810,8 @@ export default {
|
||||
and: '与',
|
||||
or: '或',
|
||||
},
|
||||
operator: '操作符',
|
||||
value: '值',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user