mirror of https://github.com/langgenius/dify.git
i18n
This commit is contained in:
parent
ead1209f98
commit
fe435c23c3
|
|
@ -17,6 +17,7 @@ export const useAvailableNodesMetaData = () => {
|
|||
metaData: {
|
||||
...dataSourceDefault.metaData,
|
||||
isStart: true,
|
||||
isRequired: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -256,6 +256,7 @@ const translation = {
|
|||
'loop': 'Loop',
|
||||
'loop-end': 'Exit Loop',
|
||||
'knowledge-index': 'Knowledge Base',
|
||||
'data-source': 'Data Source',
|
||||
},
|
||||
blocksAbout: {
|
||||
'start': 'Define the initial parameters for launching a workflow',
|
||||
|
|
@ -279,6 +280,7 @@ const translation = {
|
|||
'list-operator': 'Used to filter or sort array content.',
|
||||
'agent': 'Invoking large language models to answer questions or process natural language',
|
||||
'knowledge-index': 'Knowledge Base About',
|
||||
'data-source': 'Data Source About',
|
||||
},
|
||||
operator: {
|
||||
zoomIn: 'Zoom In',
|
||||
|
|
|
|||
|
|
@ -257,6 +257,7 @@ const translation = {
|
|||
'loop': '循环',
|
||||
'loop-end': '退出循环',
|
||||
'knowledge-index': '知识库',
|
||||
'data-source': '数据源',
|
||||
},
|
||||
blocksAbout: {
|
||||
'start': '定义一个 workflow 流程启动的初始参数',
|
||||
|
|
@ -280,6 +281,7 @@ const translation = {
|
|||
'list-operator': '用于过滤或排序数组内容。',
|
||||
'agent': '调用大型语言模型回答问题或处理自然语言',
|
||||
'knowledge-index': '知识库节点',
|
||||
'data-source': '数据源节点',
|
||||
},
|
||||
operator: {
|
||||
zoomIn: '放大',
|
||||
|
|
|
|||
Loading…
Reference in New Issue