feat(ui): enhance WorkflowNew

This commit is contained in:
Fu Diwei
2025-01-03 21:31:17 +08:00
parent 5ce5a08e41
commit 52ee3863ae
5 changed files with 120 additions and 34 deletions

View File

@@ -30,12 +30,17 @@
"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.new.modal.title": "Create workflow",
"workflow.new.modal.form.name.label": "Name",
"workflow.new.modal.form.name.placeholder": "Please enter workflow name",
"workflow.new.modal.form.description.label": "Description",
"workflow.new.modal.form.description.placeholder": "Please enter workflow description",
"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.name.placeholder": "Please enter workflow name",
"workflow.detail.baseinfo.form.description.label": "Description",
"workflow.detail.baseinfo.form.description.placeholder": "Please enter description",
"workflow.detail.baseinfo.form.description.placeholder": "Please enter workflow 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?",

View File

@@ -30,6 +30,11 @@
"workflow.new.templates.template.standard.description": "一个包含申请 + 部署 + 通知步骤的标准工作流程。",
"workflow.new.templates.template.blank.title": "空白模板",
"workflow.new.templates.template.blank.description": "从零开始自定义工作流的任务内容。",
"workflow.new.modal.title": "新建工作流",
"workflow.new.modal.form.name.label": "名称",
"workflow.new.modal.form.name.placeholder": "请输入工作流名称",
"workflow.new.modal.form.description.label": "描述",
"workflow.new.modal.form.description.placeholder": "请输入工作流描述",
"workflow.detail.baseinfo.modal.title": "编辑基本信息",
"workflow.detail.baseinfo.form.name.label": "名称",