mirror of
https://github.com/certd/certd.git
synced 2026-05-18 22:57:31 +08:00
First translation step
This commit is contained in:
@@ -0,0 +1,159 @@
|
||||
export default {
|
||||
app: {
|
||||
crud: {
|
||||
i18n: {
|
||||
name: "姓名", city: "城市", status: "状态"
|
||||
}
|
||||
},
|
||||
login: {
|
||||
logoutTip: "确认",
|
||||
logoutMessage: "确定要注销登录吗?",
|
||||
},
|
||||
},
|
||||
fs: {
|
||||
rowHandle: {
|
||||
title: "操作列",
|
||||
},
|
||||
},
|
||||
order: {
|
||||
confirmTitle: '订单确认',
|
||||
package: '套餐',
|
||||
description: '说明',
|
||||
specifications: '规格',
|
||||
pipeline: '流水线',
|
||||
domain: '域名',
|
||||
deployTimes: '部署次数',
|
||||
duration: '时长',
|
||||
price: '价格',
|
||||
paymentMethod: '支付方式',
|
||||
free: '免费',
|
||||
unit: {
|
||||
pieces: '条',
|
||||
count: '个',
|
||||
times: '次',
|
||||
},
|
||||
},
|
||||
framework: {
|
||||
title: "框架",
|
||||
home: "首页",
|
||||
},
|
||||
certd: {
|
||||
title: "证书自动化",
|
||||
pipeline: "证书自动化流水线",
|
||||
pipelineEdit: "编辑流水线",
|
||||
history: "执行历史记录",
|
||||
certStore: "证书仓库",
|
||||
siteMonitor: "站点证书监控",
|
||||
settings: "设置",
|
||||
accessManager: "授权管理",
|
||||
cnameRecord: "CNAME记录管理",
|
||||
subDomain: "子域名托管设置",
|
||||
pipelineGroup: "流水线分组管理",
|
||||
openKey: "开放接口密钥",
|
||||
notification: "通知设置",
|
||||
siteMonitorSetting: "站点监控设置",
|
||||
userSecurity: "认证安全设置",
|
||||
userProfile: "账号信息",
|
||||
suite: "套餐",
|
||||
mySuite: "我的套餐",
|
||||
suiteBuy: "套餐购买",
|
||||
myTrade: "我的订单",
|
||||
paymentReturn: "支付返回",
|
||||
},
|
||||
user: {
|
||||
greeting: "您好",
|
||||
profile: "账号信息",
|
||||
logout: "注销登录",
|
||||
},
|
||||
dashboard: {
|
||||
greeting: "您好,{name},欢迎使用 【{site}】",
|
||||
latestVersion: "最新版本: {version}",
|
||||
validUntil: "账户有效期:",
|
||||
tutorialTooltip: "点击查看详细教程",
|
||||
tutorialText: "仅需3步,全自动申请部署证书",
|
||||
alertMessage: "证书和授权为敏感信息,不要使用来历不明的在线Certd服务和镜像,以免泄露;请务必私有化部署使用,认准官方版本发布渠道:",
|
||||
helpDoc: "帮助文档",
|
||||
pipelineCount: "证书流水线数量",
|
||||
noPipeline: "您还没有证书流水线",
|
||||
createNow: "立即创建",
|
||||
managePipeline: "管理流水线",
|
||||
pipelineStatus: "流水线状态",
|
||||
recentRun: "最近运行统计",
|
||||
runCount: "运行次数",
|
||||
expiringCerts: "最快到期证书",
|
||||
supportedTasks: "已支持的部署任务总览",
|
||||
},
|
||||
steps: {
|
||||
createPipeline: "创建证书流水线",
|
||||
addTask: "添加部署任务",
|
||||
scheduledRun: "定时运行"
|
||||
},
|
||||
customPipeline: "自定义流水线",
|
||||
createCertdPipeline: "创建证书流水线",
|
||||
commercialCertHosting: "商用证书托管",
|
||||
tooltip: {
|
||||
manualUploadOwnCert: "手动上传自有证书,执行自动部署",
|
||||
noAutoApplyCommercialCert: "并不能自动申请商业证书",
|
||||
manualUploadOnUpdate: "证书有更新时,都需要手动上传一次",
|
||||
},
|
||||
table: {
|
||||
confirmDeleteTitle: "确定要删除吗?",
|
||||
confirmDeleteMessage: "将删除该流水线相关的所有数据,包括执行历史、证书文件、证书仓库记录等",
|
||||
},
|
||||
play: {
|
||||
runPipeline: "运行流水线",
|
||||
confirm: "确认",
|
||||
confirmTrigger: "确定要触发运行吗?",
|
||||
pipelineStarted: "管道已经开始运行",
|
||||
},
|
||||
actions: {
|
||||
editPipeline: "编辑流水线",
|
||||
editConfigGroup: "修改配置/分组",
|
||||
viewCertificate: "查看证书",
|
||||
downloadCertificate: "下载证书",
|
||||
},
|
||||
fields: {
|
||||
userId: "用户Id",
|
||||
pipelineName: "流水线名称",
|
||||
keyword: "关键字",
|
||||
required: "此项必填",
|
||||
pipelineContent: "流水线内容",
|
||||
scheduledTaskCount: "定时任务数",
|
||||
deployTaskCount: "部署任务数",
|
||||
remainingValidity: "到期剩余",
|
||||
expiryTime: "过期时间",
|
||||
status: "状态",
|
||||
lastRun: "最后运行",
|
||||
enabled: "启用",
|
||||
enabledLabel: "启用",
|
||||
disabledLabel: "禁用",
|
||||
group: "分组",
|
||||
type: "类型",
|
||||
order: "排序号",
|
||||
keepHistoryCount: "历史记录保持数",
|
||||
keepHistoryHelper: "历史记录保持条数,多余的会被删除",
|
||||
createTime: "创建时间",
|
||||
updateTime: "更新时间",
|
||||
triggerType: "触发类型",
|
||||
pipelineId: "流水线Id",
|
||||
},
|
||||
types: {
|
||||
certApply: "证书申请",
|
||||
certUpload: "证书上传",
|
||||
custom: "自定义",
|
||||
},
|
||||
myPipelines: "我的流水线",
|
||||
selectedCount: "已选择 {count} 项",
|
||||
batchDelete: "批量删除",
|
||||
batchForceRerun: "强制重新运行",
|
||||
applyCertificate: "申请证书",
|
||||
pipelineExecutionRecords: "流水线执行记录",
|
||||
confirm: "确认",
|
||||
confirmBatchDeleteContent: "确定要批量删除这{count}条记录吗",
|
||||
deleteSuccess: "删除成功",
|
||||
pleaseSelectRecords: "请先勾选记录",
|
||||
triggerTypes: {
|
||||
manual: "手动执行",
|
||||
timer: "定时执行",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user