mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 07:00:15 +00:00
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:
@@ -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',
|
||||
};
|
||||
|
@@ -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: '操作',
|
||||
};
|
||||
|
Reference in New Issue
Block a user