Update flow.ts

This commit is contained in:
云锋 2024-09-09 11:40:05 +08:00 committed by GitHub
parent c39a213f8c
commit f6b9dfa8c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,9 +22,8 @@ export const FlowZn = {
Higher_Order_Nodes: '高阶', Higher_Order_Nodes: '高阶',
All_Nodes: '所有', All_Nodes: '所有',
Import_From_Template: '导入模版 ', Import_From_Template: '导入模版 ',
Import_Template: '从模版导入',
Template_Name: '模版名称',
Template_Description: '描述', Template_Description: '描述',
Template_Name: '模版名称',
Template_Label: '标签', Template_Label: '标签',
Template_Action: '操作', Template_Action: '操作',
}; };