mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: 更多翻译
This commit is contained in:
@@ -682,4 +682,20 @@ export default {
|
||||
setAsDefault: "Set as Default",
|
||||
disabledLabel: "Disabled",
|
||||
confirmToggleStatus: "Are you sure to {action}?",
|
||||
template: {
|
||||
title: "Pipeline Template",
|
||||
edit: "Pipeline Template Edit",
|
||||
importCreate: "Pipeline Batch Create",
|
||||
// intro: "可根据模版批量创建流水线",
|
||||
intro: "Batch create pipeline based on template",
|
||||
createTemplate: "Create Template",
|
||||
useTemplate: "Use This Template",
|
||||
batchCreate: "Batch Create Pipeline",
|
||||
singleCreate: "Create Single Pipeline",
|
||||
importCreate: "Batch Import Create",
|
||||
templateName: "Template Name",
|
||||
enterTemplateName: "Please enter template name",
|
||||
copyPipelineConfig: "Copy this pipeline configuration as template source",
|
||||
pipeline: "Pipeline",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -685,4 +685,20 @@ export default {
|
||||
setAsDefault: "设为默认",
|
||||
disabledLabel: "禁用",
|
||||
confirmToggleStatus: "确定要{action}吗?",
|
||||
|
||||
template: {
|
||||
title: "流水线模版",
|
||||
edit: "流水线模版编辑",
|
||||
importCreate: "流水线模版批量创建",
|
||||
intro: "可根据模版批量创建流水线",
|
||||
createTemplate: "创建模版",
|
||||
useTemplate: "使用此模板",
|
||||
batchCreate: "批量创建流水线",
|
||||
singleCreate: "创建单个流水线",
|
||||
importCreate: "批量导入创建",
|
||||
templateName: "模板名称",
|
||||
enterTemplateName: "请输入模板名称",
|
||||
copyPipelineConfig: "复制该流水线配置作为模板来源",
|
||||
pipeline: "流水线",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user