feat: Parallel Execution of Nodes in Workflows (#8192)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com> Co-authored-by: Yi <yxiaoisme@gmail.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@@ -77,6 +77,22 @@ const translation = {
|
||||
overwriteAndImport: 'Overwrite and Import',
|
||||
importFailure: 'Import failure',
|
||||
importSuccess: 'Import success',
|
||||
parallelRun: 'Parallel Run',
|
||||
parallelTip: {
|
||||
click: {
|
||||
title: 'Click',
|
||||
desc: ' to add',
|
||||
},
|
||||
drag: {
|
||||
title: 'Drag',
|
||||
desc: ' to connect',
|
||||
},
|
||||
limit: 'Parallelism is limited to {{num}} branches.',
|
||||
depthLimit: 'Parallel nesting layer limit of {{num}} layers',
|
||||
},
|
||||
disconnect: 'Disconnect',
|
||||
jumpToNode: 'Jump to this node',
|
||||
addParallelNode: 'Add Parallel Node',
|
||||
},
|
||||
env: {
|
||||
envPanelTitle: 'Environment Variables',
|
||||
@@ -412,7 +428,6 @@ const translation = {
|
||||
'not empty': 'is not empty',
|
||||
'null': 'is null',
|
||||
'not null': 'is not null',
|
||||
'regex match': 'regex match',
|
||||
},
|
||||
enterValue: 'Enter value',
|
||||
addCondition: 'Add Condition',
|
||||
|
Reference in New Issue
Block a user