feat(web): Add DAG variables to web flow (#1981)

Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: 谨欣 <echo.cmy@antgroup.com>
Co-authored-by: yanzhiyong <932374019@qq.com>
Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com>
This commit is contained in:
Dreammy23
2024-09-10 09:39:40 +08:00
committed by GitHub
parent fe29f977f3
commit 746e4fda37
23 changed files with 767 additions and 156 deletions

View File

@@ -16,4 +16,14 @@ export const FlowEn = {
Export_File_Format: 'File_Format',
Yes: 'Yes',
No: 'No',
Please_Add_Nodes_First: 'Please add nodes first',
Add_Global_Variable_of_Flow: 'Add global variable of flow',
Add_Parameter: 'Add Parameter',
Higher_Order_Nodes: 'Higher Order',
All_Nodes: 'All',
Import_From_Template: 'Import from template',
Template_Description: 'Description',
Template_Name: 'Template Name',
Template_Label: 'Label',
Template_Action: 'Action',
};

View File

@@ -16,4 +16,14 @@ export const FlowZn = {
Export_File_Format: '文件格式',
Yes: '是',
No: '否',
Please_Add_Nodes_First: '请先添加节点',
Add_Global_Variable_of_Flow: '添加 Flow 全局变量',
Add_Parameter: '添加参数',
Higher_Order_Nodes: '高阶',
All_Nodes: '所有',
Import_From_Template: '导入模版',
Template_Description: '描述',
Template_Name: '模版名称',
Template_Label: '标签',
Template_Action: '操作',
};