mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
feat: support importing and overwriting workflow DSL (#5511)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
@@ -68,6 +68,13 @@ const translation = {
|
||||
workflowAsToolTip: 'Tool reconfiguration is required after the workflow update.',
|
||||
viewDetailInTracingPanel: 'View details',
|
||||
syncingData: 'Syncing data, just a few seconds.',
|
||||
importDSL: 'Import DSL',
|
||||
importDSLTip: 'Current draft will be overwritten. Export workflow as backup before importing.',
|
||||
backupCurrentDraft: 'Backup Current Draft',
|
||||
chooseDSL: 'Choose DSL(yml) file',
|
||||
overwriteAndImport: 'Overwrite and Import',
|
||||
importFailure: 'Import failure',
|
||||
importSuccess: 'Import success',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} is required',
|
||||
|
||||
@@ -68,6 +68,13 @@ const translation = {
|
||||
workflowAsToolTip: '工作流更新后需要重新配置工具参数',
|
||||
viewDetailInTracingPanel: '查看详细信息',
|
||||
syncingData: '同步数据中,只需几秒钟。',
|
||||
importDSL: '导入 DSL',
|
||||
importDSLTip: '当前草稿将被覆盖。在导入之前请导出工作流作为备份。',
|
||||
backupCurrentDraft: '备份当前草稿',
|
||||
chooseDSL: '选择 DSL(yml) 文件',
|
||||
overwriteAndImport: '覆盖并导入',
|
||||
importFailure: '导入失败',
|
||||
importSuccess: '导入成功',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} 不能为空',
|
||||
|
||||
Reference in New Issue
Block a user