Files
certimate/ui/src/i18n/locales/en/nls.workflow.json
2024-12-24 22:00:17 +08:00

78 lines
3.4 KiB
JSON

{
"workflow.page.title": "Workflows",
"workflow.nodata": "No workflows. Please create a workflow to generate certificates! 😀",
"workflow.action.create": "Create Workflow",
"workflow.action.edit": "Edit Workflow",
"workflow.action.delete": "Delete Workflow",
"workflow.action.delete.confirm": "Are you sure to delete this workflow?",
"workflow.props.name": "Name",
"workflow.props.description": "Description",
"workflow.props.trigger": "Trigger",
"workflow.props.trigger.auto": "Auto",
"workflow.props.trigger.manual": "Manual",
"workflow.props.latest_execution_status": "Latest Execution Status",
"workflow.props.state": "State",
"workflow.props.state.filter.enabled": "Enabled",
"workflow.props.state.filter.disabled": "Disabled",
"workflow.props.created_at": "Created At",
"workflow.props.updated_at": "Updated At",
"workflow.detail.orchestration.tab": "Orchestration",
"workflow.detail.runs.tab": "Workflow Runs",
"workflow.baseinfo.modal.title": "Workflow Base Information",
"workflow.baseinfo.form.name.label": "Name",
"workflow.baseinfo.form.name.placeholder": "Please enter name",
"workflow.baseinfo.form.description.label": "Description",
"workflow.baseinfo.form.description.placeholder": "Please enter description",
"workflow_run.props.id": "ID",
"workflow_run.props.status": "Status",
"workflow_run.props.status.succeeded": "Succeeded",
"workflow_run.props.status.failed": "Failed",
"workflow_run.props.started_at": "Started At",
"workflow_run.props.completed_at": "Completed At",
"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.common.certificate.label": "Certificate",
"workflow.common.certificate.placeholder": "Please select certificate source",
"workflow.node.start.title": "Start",
"workflow.node.apply.title": "Apply",
"workflow.node.deploy.title": "Deploy",
"workflow.node.branch.title": "Branch",
"workflow.node.condition.title": "Branch",
"workflow.node.end.title": "End",
"workflow.node.notify.title": "Notify",
"workflow.node.setting.label": "Setting Node",
"workflow.node.delete.label": "Delete Node",
"workflow.node.addBranch.label": "Add Branch",
"workflow.node.selectNodeType.label": "Select Node Type",
"workflow.node.start.form.executionMethod.label": "Execution Method",
"workflow.node.start.form.executionMethod.placeholder": "Please select execution method",
"workflow.node.start.form.executionMethod.options.manual": "Manual",
"workflow.node.start.form.executionMethod.options.auto": "Auto",
"workflow.node.start.form.crontab.label": "Crontab",
"workflow.node.start.form.crontab.placeholder": "Please enter crontab",
"workflow.node.notify.form.title.label": "Title",
"workflow.node.notify.form.title.placeholder": "Please enter title",
"workflow.node.notify.form.content.label": "Content",
"workflow.node.notify.form.content.placeholder": "Please enter content",
"workflow.node.notify.form.channel.label": "Channel",
"workflow.node.notify.form.channel.placeholder": "Please select channel",
"workflow.node.notify.form.settingChannel.label": "Configure Channels"
}