feat: 增加工作流合法性校验功能
This commit is contained in:
@@ -47,6 +47,19 @@
|
||||
"subProcess": "SubProcess",
|
||||
"workflowSelect": "WorkflowSelect",
|
||||
"bochaSearch": "BochaSearch",
|
||||
"check": "Check",
|
||||
"checkPassed": "Workflow check passed",
|
||||
"checkFailed": "Workflow check failed. Please fix the issues first",
|
||||
"checkContentEmpty": "Canvas content is empty, unable to check",
|
||||
"checkIssuesTitle": "Workflow Check Issues",
|
||||
"checkStageLabel": "Stage",
|
||||
"issueCount": "Issue Count",
|
||||
"checkLevel": "Level",
|
||||
"checkCode": "Rule Code",
|
||||
"checkLocation": "Location",
|
||||
"checkMessage": "Description",
|
||||
"stageSave": "Save Check",
|
||||
"stagePreExecute": "Pre-execute Check",
|
||||
"descriptions": {
|
||||
"fileContentExtraction": "Extract text content from PDF or Word documents, etc",
|
||||
"documentAddress": "Document URL address",
|
||||
|
||||
@@ -47,6 +47,19 @@
|
||||
"subProcess": "子流程",
|
||||
"workflowSelect": "工作流选择",
|
||||
"bochaSearch": "博查搜索",
|
||||
"check": "检查",
|
||||
"checkPassed": "工作流检查通过",
|
||||
"checkFailed": "工作流检查未通过,请先修复问题",
|
||||
"checkContentEmpty": "当前画布内容为空,无法检查",
|
||||
"checkIssuesTitle": "工作流检查问题",
|
||||
"checkStageLabel": "校验阶段",
|
||||
"issueCount": "问题数量",
|
||||
"checkLevel": "级别",
|
||||
"checkCode": "规则码",
|
||||
"checkLocation": "位置",
|
||||
"checkMessage": "问题描述",
|
||||
"stageSave": "保存校验",
|
||||
"stagePreExecute": "预执行校验",
|
||||
"descriptions": {
|
||||
"fileContentExtraction": "提取 PDF 或者 Word 等文件中的文字内容",
|
||||
"documentAddress": "文档的url地址",
|
||||
|
||||
Reference in New Issue
Block a user