feat(web): add document-extractor node
This commit is contained in:
@@ -2163,6 +2163,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
'memory-write': 'Memory Storage',
|
||||
unknown: 'Unknown Node',
|
||||
notes: 'Sticky Note',
|
||||
'document-extractor': 'Document Extractor',
|
||||
|
||||
clickToConfigure: 'Click to configure node parameters',
|
||||
nodeProperties: 'Node Properties',
|
||||
@@ -2361,6 +2362,9 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
placeholder: 'Enter note...',
|
||||
removeLink: 'Remove Link',
|
||||
},
|
||||
'document-extractor': {
|
||||
file_selector: 'Input Variable',
|
||||
},
|
||||
name: 'Key',
|
||||
type: 'Type',
|
||||
value: 'Value',
|
||||
|
||||
@@ -2160,6 +2160,7 @@ export const zh = {
|
||||
'memory-write': '记忆储存',
|
||||
unknown: '未知节点',
|
||||
notes: '便签',
|
||||
'document-extractor': '文档提取器',
|
||||
|
||||
clickToConfigure: '点击配置节点参数',
|
||||
nodeProperties: '节点属性',
|
||||
@@ -2361,6 +2362,9 @@ export const zh = {
|
||||
placeholder: '输入注释...',
|
||||
removeLink: '取消链接',
|
||||
},
|
||||
'document-extractor': {
|
||||
file_selector: '输入变量',
|
||||
},
|
||||
name: '键',
|
||||
type: '类型',
|
||||
value: '值',
|
||||
|
||||
Reference in New Issue
Block a user