feat(ui): WorkflowNew page
This commit is contained in:
@@ -7,14 +7,9 @@
|
||||
"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 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.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": "Enable",
|
||||
"workflow.action.enable.failed.uncompleted": "Please complete the orchestration and publish the changes first",
|
||||
"workflow.action.disable": "Disable",
|
||||
|
||||
"workflow.props.name": "Name",
|
||||
"workflow.props.description": "Description",
|
||||
@@ -28,14 +23,28 @@
|
||||
"workflow.props.created_at": "Created at",
|
||||
"workflow.props.updated_at": "Updated at",
|
||||
|
||||
"workflow.detail.orchestration.tab": "Orchestration",
|
||||
"workflow.detail.runs.tab": "History runs",
|
||||
"workflow.new.title": "Create Workflow",
|
||||
"workflow.new.subtitle": "Apply, deploy and notify with Workflows",
|
||||
"workflow.new.templates.title": "Choose a Workflow Template",
|
||||
"workflow.new.templates.template.standard.title": "Standard template",
|
||||
"workflow.new.templates.template.standard.description": "A standard operating procedure that includes application, deployment, and notification steps.",
|
||||
"workflow.new.templates.template.blank.title": "Blank template",
|
||||
"workflow.new.templates.template.blank.description": "Customize all the contents of the workflow from the beginning.",
|
||||
|
||||
"workflow.detail.baseinfo.modal.title": "Workflow base information",
|
||||
"workflow.detail.baseinfo.form.name.label": "Name",
|
||||
"workflow.detail.baseinfo.form.name.placeholder": "Please enter name",
|
||||
"workflow.detail.baseinfo.form.description.label": "Description",
|
||||
"workflow.detail.baseinfo.form.description.placeholder": "Please enter description",
|
||||
"workflow.detail.orchestration.tab": "Orchestration",
|
||||
"workflow.detail.orchestration.action.discard": "Discard changes",
|
||||
"workflow.detail.orchestration.action.discard.confirm": "Are you sure to discard your changes?",
|
||||
"workflow.detail.orchestration.action.release": "Release",
|
||||
"workflow.detail.orchestration.action.release.confirm": "Are you sure to release your changes?",
|
||||
"workflow.detail.orchestration.action.release.failed.uncompleted": "Please complete the orchestration first",
|
||||
"workflow.detail.orchestration.action.run": "Run",
|
||||
"workflow.detail.orchestration.action.run.confirm": "There are unreleased changes, are you sure to run this workflow based on the latest released version?",
|
||||
"workflow.detail.runs.tab": "History runs",
|
||||
|
||||
"workflow.common.certificate.label": "Certificate",
|
||||
"workflow.node.setting.label": "Setting Node",
|
||||
|
||||
Reference in New Issue
Block a user