feat(ui): release & run workflow
This commit is contained in:
@@ -7,11 +7,14 @@
|
||||
"workflow.action.edit": "Edit workflow",
|
||||
"workflow.action.delete": "Delete workflow",
|
||||
"workflow.action.delete.confirm": "Are you sure to delete this workflow?",
|
||||
"workflow.action.discard": "Discard",
|
||||
"workflow.action.discard": "Discard changes",
|
||||
"workflow.action.discard.confirm": "Are you sure to discard your changes?",
|
||||
"workflow.action.release": "Release",
|
||||
"workflow.action.release.confirm": "Are you sure to release your changes?",
|
||||
"workflow.action.execute": "Run",
|
||||
"workflow.action.release.failed.uncompleted": "Please complete the orchestration first",
|
||||
"workflow.action.run": "Run",
|
||||
"workflow.action.run.confirm": "There are unreleased changes, are you sure to run this workflow based on the latest released version?",
|
||||
"workflow.action.enable.failed.uncompleted": "Please complete the orchestration and publish the changes first",
|
||||
|
||||
"workflow.props.name": "Name",
|
||||
"workflow.props.description": "Description",
|
||||
@@ -35,13 +38,6 @@
|
||||
"workflow.detail.baseinfo.form.description.placeholder": "Please enter description",
|
||||
|
||||
"workflow.common.certificate.label": "Certificate",
|
||||
"workflow.detail.action.save": "Save updates",
|
||||
"workflow.detail.action.save.failed": "Save failed",
|
||||
"workflow.detail.action.save.failed.uncompleted": "Please complete the orchestration and publish the changes first",
|
||||
"workflow.detail.action.run": "Run",
|
||||
"workflow.detail.action.run.failed": "Run failed",
|
||||
"workflow.detail.action.run.success": "Run success",
|
||||
"workflow.detail.action.running": "Running",
|
||||
"workflow.node.setting.label": "Setting Node",
|
||||
"workflow.node.delete.label": "Delete Node",
|
||||
"workflow.node.addBranch.label": "Add Branch",
|
||||
|
||||
@@ -11,8 +11,10 @@
|
||||
"workflow.action.discard.confirm": "确定要撤销更改并回退到最近一次发布的版本吗?",
|
||||
"workflow.action.release": "发布更改",
|
||||
"workflow.action.release.confirm": "确定要发布更改吗?",
|
||||
"workflow.action.execute": "执行",
|
||||
"workflow.action.execute.confirm": "确定要立即执行此工作流吗?",
|
||||
"workflow.action.release.failed.uncompleted": "请先完成流程编排",
|
||||
"workflow.action.run": "执行",
|
||||
"workflow.action.run.confirm": "存在未发布的更改,确定要按最近一次发布的版本来执行此工作流吗?",
|
||||
"workflow.action.enable.failed.uncompleted": "请先完成流程编排并发布更改",
|
||||
|
||||
"workflow.props.name": "名称",
|
||||
"workflow.props.description": "描述",
|
||||
@@ -36,13 +38,6 @@
|
||||
"workflow.detail.baseinfo.form.description.placeholder": "请输入工作流描述",
|
||||
|
||||
"workflow.common.certificate.label": "证书",
|
||||
"workflow.detail.action.save": "保存变更",
|
||||
"workflow.detail.action.save.failed": "保存失败",
|
||||
"workflow.detail.action.save.failed.uncompleted": "请先完成流程编排并发布更改",
|
||||
"workflow.detail.action.run": "立即执行",
|
||||
"workflow.detail.action.run.failed": "执行失败",
|
||||
"workflow.detail.action.run.success": "执行成功",
|
||||
"workflow.detail.action.running": "正在执行",
|
||||
"workflow.node.setting.label": "设置节点",
|
||||
"workflow.node.delete.label": "删除节点",
|
||||
"workflow.node.addBranch.label": "添加分支",
|
||||
|
||||
Reference in New Issue
Block a user