feat(web): workflow check list
This commit is contained in:
@@ -1396,6 +1396,43 @@ export const en = {
|
||||
pleaseUploadFile: 'Please upload file',
|
||||
setting: 'Settings',
|
||||
features: 'Conversation Features',
|
||||
checkList: 'Check List',
|
||||
checkListDesc: 'Ensure all issues are resolved before publishing',
|
||||
checkListEmpty: 'No issues found',
|
||||
notConnected: 'This node is not connected to other nodes',
|
||||
goto: 'Go to',
|
||||
cannotBeEmpty: 'cannot be empty',
|
||||
checkListErrors: {
|
||||
'llm.model_id': 'Model',
|
||||
'llm.messages': 'Messages',
|
||||
'end.output': 'Output',
|
||||
'knowledge-retrieval.knowledge_retrieval': 'Knowledge bases',
|
||||
'parameter-extractor.model_id': 'Model',
|
||||
'parameter-extractor.text': 'Input variable',
|
||||
'parameter-extractor.params': 'Params',
|
||||
'memory-read.message': 'Message',
|
||||
'memory-read.config_id': 'Memory config',
|
||||
'memory-read.search_switch': 'Search mode',
|
||||
'memory-write.messages': 'Messages',
|
||||
'memory-write.config_id': 'Memory config',
|
||||
'if-else.cases': 'Condition',
|
||||
'question-classifier.model_id': 'Model',
|
||||
'question-classifier.input_variable': 'Input variable',
|
||||
'question-classifier.categories': 'Categories',
|
||||
'iteration.input': 'Input variable',
|
||||
'iteration.output': 'Output variable',
|
||||
'var-aggregator.group_variables': 'Variables',
|
||||
'assigner.assignments': 'Variables',
|
||||
'http-request.url': 'API URL',
|
||||
'http-request.body.data': 'Binary file variable',
|
||||
'code.input_variables': 'Input variables',
|
||||
'code.code': 'Code',
|
||||
'code.output_variables': 'Output variables',
|
||||
'jinja-render.mapping': 'Input variables',
|
||||
'jinja-render.template': 'Template',
|
||||
'document-extractor.file_selector': 'File variable',
|
||||
'list-operator.input_list': 'Input list',
|
||||
},
|
||||
file_upload: 'File Upload',
|
||||
file_upload_desc: 'The chat input box supports file uploads. Types include images, documents, and other types',
|
||||
settings: 'File Upload Settings',
|
||||
@@ -2442,7 +2479,45 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
iteration: 'Iteration',
|
||||
input_cycle_vars: 'Initial Loop Variables',
|
||||
output_cycle_vars: 'Final Loop Variables',
|
||||
}
|
||||
},
|
||||
sureReplace: '确认替换',
|
||||
checkList: 'Check List',
|
||||
checkListDesc: 'Ensure all issues are resolved before publishing',
|
||||
checkListEmpty: 'No issues found',
|
||||
notConnected: 'This node is not connected to other nodes',
|
||||
goto: 'Go to',
|
||||
cannotBeEmpty: 'cannot be empty',
|
||||
checkListErrors: {
|
||||
'llm.model_id': 'Model',
|
||||
'llm.messages': 'Messages',
|
||||
'end.output': 'Output',
|
||||
'knowledge-retrieval.knowledge_retrieval': 'Knowledge bases',
|
||||
'parameter-extractor.model_id': 'Model',
|
||||
'parameter-extractor.text': 'Input variable',
|
||||
'parameter-extractor.params': 'Params',
|
||||
'memory-read.message': 'Message',
|
||||
'memory-read.config_id': 'Memory config',
|
||||
'memory-read.search_switch': 'Search mode',
|
||||
'memory-write.messages': 'Messages',
|
||||
'memory-write.config_id': 'Memory config',
|
||||
'if-else.cases': 'Condition',
|
||||
'question-classifier.model_id': 'Model',
|
||||
'question-classifier.input_variable': 'Input variable',
|
||||
'question-classifier.categories': 'Categories',
|
||||
'iteration.input': 'Input variable',
|
||||
'iteration.output': 'Output variable',
|
||||
'var-aggregator.group_variables': 'Variables',
|
||||
'assigner.assignments': 'Variables',
|
||||
'http-request.url': 'API URL',
|
||||
'http-request.body.data': 'Binary file variable',
|
||||
'code.input_variables': 'Input variables',
|
||||
'code.code': 'Code',
|
||||
'code.output_variables': 'Output variables',
|
||||
'jinja-render.mapping': 'Input variables',
|
||||
'jinja-render.template': 'Template',
|
||||
'document-extractor.file_selector': 'File variable',
|
||||
'list-operator.input_list': 'Input list',
|
||||
},
|
||||
},
|
||||
emotionEngine: {
|
||||
emotionEngineConfig: 'Emotion Engine Configuration',
|
||||
|
||||
@@ -2445,6 +2445,43 @@ export const zh = {
|
||||
output_cycle_vars: '最终循环变量',
|
||||
},
|
||||
sureReplace: '确认替换',
|
||||
checkList: '检查清单',
|
||||
checkListDesc: '发布前确保所有问题均已解决',
|
||||
checkListEmpty: '没有发现问题',
|
||||
notConnected: '此节点尚未连接到其他节点',
|
||||
goto: '转到',
|
||||
cannotBeEmpty: '不能为空',
|
||||
checkListErrors: {
|
||||
'llm.model_id': '模型',
|
||||
'llm.messages': '提示词',
|
||||
'end.output': '回复',
|
||||
'knowledge-retrieval.knowledge_retrieval': '知识库',
|
||||
'parameter-extractor.model_id': '模型',
|
||||
'parameter-extractor.text': '输入变量',
|
||||
'parameter-extractor.params': '提取参数',
|
||||
'memory-read.message': '消息',
|
||||
'memory-read.config_id': '记忆配置',
|
||||
'memory-read.search_switch': '检索模式',
|
||||
'memory-write.messages': '消息',
|
||||
'memory-write.config_id': '记忆配置',
|
||||
'if-else.cases': '条件',
|
||||
'question-classifier.model_id': '模型',
|
||||
'question-classifier.input_variable': '输入变量',
|
||||
'question-classifier.categories': '分类',
|
||||
'iteration.input': '输入变量',
|
||||
'iteration.output': '输出变量',
|
||||
'var-aggregator.group_variables': '变量',
|
||||
'assigner.assignments': '变量',
|
||||
'http-request.url': 'API URL',
|
||||
'http-request.body.data': 'binary文件类型变量',
|
||||
'code.input_variables': '输入变量',
|
||||
'code.code': '代码',
|
||||
'code.output_variables': '输出变量',
|
||||
'jinja-render.mapping': '输入变量',
|
||||
'jinja-render.template': '模板',
|
||||
'document-extractor.file_selector': '文件变量',
|
||||
'list-operator.input_list': '输入变量',
|
||||
},
|
||||
},
|
||||
emotionEngine: {
|
||||
emotionEngineConfig: '情感引擎配置',
|
||||
|
||||
Reference in New Issue
Block a user