### What problem does this PR solve? feat: Add component Concentrator #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -682,7 +682,7 @@ The above is the content you need to summarize.`,
|
||||
createFromTemplates: 'Create from templates',
|
||||
retrieval: 'Retrieval',
|
||||
generate: 'Generate',
|
||||
answer: 'Answer',
|
||||
answer: 'Interact',
|
||||
categorize: 'Categorize',
|
||||
relevant: 'Relevant',
|
||||
rewriteQuestion: 'Rewrite',
|
||||
@@ -964,6 +964,9 @@ The above is the content you need to summarize.`,
|
||||
symbols: 'Commodity List',
|
||||
quotes: ' Latest Market Quotes',
|
||||
},
|
||||
concentrator: 'Concentrator',
|
||||
concentratorDescription:
|
||||
'This component can be used to connect multiple downstream components. It receives input from the upstream component and passes it to each downstream component.',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -916,6 +916,9 @@ export default {
|
||||
symbols: '品種列表',
|
||||
quotes: '最新行情',
|
||||
},
|
||||
concentrator: '集線器',
|
||||
concentratorDescription:
|
||||
'此組件可用於連接多個下游組件。它接收來自上游組件的輸入並將其傳遞給每個下游組件。 ',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -934,6 +934,9 @@ export default {
|
||||
symbols: '品种列表',
|
||||
quotes: '最新行情',
|
||||
},
|
||||
concentrator: '集线器',
|
||||
concentratorDescription:
|
||||
'该组件可用于连接多个下游组件。它接收来自上游组件的输入并将其传递给每个下游组件。',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user