2025-06-25 20:09:29 +02:00
|
|
|
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: "首页",
|
|
|
|
|
},
|
2025-06-25 21:01:34 +02:00
|
|
|
|
|
|
|
|
title: "证书自动化",
|
|
|
|
|
pipeline: "证书自动化流水线",
|
|
|
|
|
pipelineEdit: "编辑流水线",
|
|
|
|
|
history: "执行历史记录",
|
|
|
|
|
certStore: "证书仓库",
|
|
|
|
|
siteMonitor: "站点证书监控",
|
|
|
|
|
settings: "设置",
|
|
|
|
|
accessManager: "授权管理",
|
|
|
|
|
cnameRecord: "CNAME记录管理",
|
|
|
|
|
subDomain: "子域名托管设置",
|
|
|
|
|
pipelineGroup: "流水线分组管理",
|
|
|
|
|
openKey: "开放接口密钥",
|
|
|
|
|
notification: "通知设置",
|
|
|
|
|
siteMonitorSetting: "站点监控设置",
|
|
|
|
|
userSecurity: "认证安全设置",
|
|
|
|
|
userProfile: "账号信息",
|
|
|
|
|
suite: "套餐",
|
|
|
|
|
mySuite: "我的套餐",
|
|
|
|
|
suiteBuy: "套餐购买",
|
|
|
|
|
myTrade: "我的订单",
|
|
|
|
|
paymentReturn: "支付返回",
|
|
|
|
|
|
2025-06-25 20:09:29 +02:00
|
|
|
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: "定时执行",
|
|
|
|
|
},
|
2025-06-25 21:01:34 +02:00
|
|
|
sysResources: {
|
|
|
|
|
sysRoot: "系统管理",
|
|
|
|
|
sysConsole: "控制台",
|
|
|
|
|
sysSettings: "系统设置",
|
|
|
|
|
cnameSetting: "CNAME服务设置",
|
|
|
|
|
emailSetting: "邮件服务器设置",
|
|
|
|
|
siteSetting: "站点个性化",
|
|
|
|
|
headerMenus: "顶部菜单设置",
|
|
|
|
|
sysAccess: "系统级授权",
|
|
|
|
|
sysPlugin: "插件管理",
|
|
|
|
|
sysPluginEdit: "编辑插件",
|
|
|
|
|
sysPluginConfig: "证书插件配置",
|
|
|
|
|
accountBind: "账号绑定",
|
|
|
|
|
permissionManager: "权限管理",
|
|
|
|
|
roleManager: "角色管理",
|
|
|
|
|
userManager: "用户管理",
|
|
|
|
|
suiteManager: "套餐管理",
|
|
|
|
|
suiteSetting: "套餐设置",
|
|
|
|
|
orderManager: "订单管理",
|
|
|
|
|
userSuites: "用户套餐",
|
|
|
|
|
},
|
|
|
|
|
certificateRepo: {
|
|
|
|
|
title: "证书仓库",
|
|
|
|
|
sub: "从流水线生成的证书"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
certificateNotGenerated: "证书还未生成,请先运行流水线",
|
|
|
|
|
viewCertificateTitle: "查看证书",
|
|
|
|
|
close: "关闭",
|
|
|
|
|
viewCert: {
|
|
|
|
|
title: "查看证书"
|
|
|
|
|
},
|
|
|
|
|
download: {
|
|
|
|
|
title: "下载证书"
|
|
|
|
|
},
|
2025-06-25 23:52:44 +02:00
|
|
|
source: "源码",
|
|
|
|
|
github: "github",
|
|
|
|
|
gitee: "gitee",
|
|
|
|
|
cron: {
|
|
|
|
|
clearTip: "清除选择",
|
|
|
|
|
nextTrigger: "下次触发时间",
|
|
|
|
|
tip: "请先设置正确的cron表达式"
|
|
|
|
|
},
|
|
|
|
|
cronForm: {
|
|
|
|
|
title: "定时脚本",
|
|
|
|
|
helper: "点击上面的按钮,选择每天几点定时执行。\n建议设置为每天触发一次,证书未到期之前任务会跳过,不会重复执行",
|
|
|
|
|
required: "此项必填"
|
|
|
|
|
},
|
|
|
|
|
email: {
|
|
|
|
|
title: "收件邮箱",
|
|
|
|
|
helper: "输入你的收件邮箱地址,支持多个邮箱",
|
|
|
|
|
required: "此项必填"
|
|
|
|
|
},
|
|
|
|
|
plugin: {
|
|
|
|
|
selectTitle: "证书申请插件",
|
|
|
|
|
jsAcme: "JS-ACME:使用简单方便,功能强大【推荐】",
|
|
|
|
|
legoAcme: "Lego-ACME:基于Lego实现,支持海量DNS提供商,熟悉LEGO的用户可以使用"
|
|
|
|
|
},
|
|
|
|
|
pipelineForm: {
|
|
|
|
|
createTitle: "创建证书流水线",
|
|
|
|
|
moreParams: "更多参数",
|
|
|
|
|
triggerCronTitle: "定时触发",
|
|
|
|
|
triggerCronHelper:
|
|
|
|
|
"点击上面的按钮,选择每天几点定时执行。\n建议设置为每天触发一次,证书未到期之前任务会跳过,不会重复执行",
|
|
|
|
|
notificationTitle: "失败通知",
|
|
|
|
|
notificationHelper: "任务执行失败实时提醒",
|
|
|
|
|
groupIdTitle: "流水线分组"
|
|
|
|
|
},
|
|
|
|
|
notificationDefault: "使用默认通知",
|
|
|
|
|
monitor: {
|
|
|
|
|
title: "站点证书监控",
|
|
|
|
|
description: "每天0点,检查网站证书的过期时间,到期前10天时将发出提醒(使用默认通知渠道);",
|
|
|
|
|
settingLink: "站点监控设置",
|
|
|
|
|
limitInfo: "基础版限制1条,专业版以上无限制,当前",
|
|
|
|
|
checkAll: "检查全部",
|
|
|
|
|
confirmTitle: "确认",
|
|
|
|
|
confirmContent: "确认触发检查全部站点证书吗?",
|
|
|
|
|
checkSubmitted: "检查任务已提交",
|
|
|
|
|
pleaseRefresh: "请稍后刷新页面查看结果",
|
|
|
|
|
siteName: "站点名称",
|
|
|
|
|
enterSiteName: "请输入站点名称",
|
|
|
|
|
domain: "网站域名",
|
|
|
|
|
enterDomain: "请输入域名",
|
|
|
|
|
enterValidDomain: "请输入正确的域名",
|
|
|
|
|
httpsPort: "HTTPS端口",
|
|
|
|
|
enterPort: "请输入端口",
|
|
|
|
|
certInfo: "证书信息",
|
|
|
|
|
issuer: "证书颁发机构",
|
|
|
|
|
certDomains: "证书域名",
|
|
|
|
|
certProvider: "颁发机构",
|
|
|
|
|
certStatus: "证书状态",
|
|
|
|
|
status: {
|
|
|
|
|
ok: "正常",
|
|
|
|
|
expired: "过期",
|
|
|
|
|
},
|
|
|
|
|
certExpiresTime: "证书到期时间",
|
|
|
|
|
expired: "过期",
|
|
|
|
|
days: "天",
|
|
|
|
|
lastCheckTime: "上次检查时间",
|
|
|
|
|
disabled: "禁用启用",
|
|
|
|
|
ipCheck: "开启IP检查",
|
|
|
|
|
selectRequired: "请选择",
|
|
|
|
|
ipCheckConfirm: "确定{status}IP检查?",
|
|
|
|
|
ipCount: "IP数量",
|
|
|
|
|
checkStatus: "检查状态",
|
|
|
|
|
pipelineId: "关联流水线ID",
|
|
|
|
|
certInfoId: "证书ID",
|
|
|
|
|
checkSubmittedRefresh: "检查任务已提交,请稍后刷新查看结果",
|
|
|
|
|
ipManagement: "IP管理",
|
|
|
|
|
bulkImport: "批量导入",
|
|
|
|
|
basicLimitError: "基础版只能添加一个监控站点,请赞助升级专业版",
|
|
|
|
|
limitExceeded: "对不起,您最多只能创建条{max}监控记录,请购买或升级套餐",
|
|
|
|
|
},
|
|
|
|
|
checkStatus: {
|
|
|
|
|
success: "成功",
|
|
|
|
|
checking: "检查中",
|
|
|
|
|
error: "异常",
|
|
|
|
|
},
|
|
|
|
|
domainList: {
|
|
|
|
|
title: "域名列表",
|
|
|
|
|
helper: "格式【域名:端口:名称】,一行一个,其中端口、名称可以省略\n比如:\nwww.baidu.com:443:百度\nwww.taobao.com::淘宝\nwww.google.com",
|
|
|
|
|
required: "请输入要导入的域名",
|
|
|
|
|
placeholder: "www.baidu.com:443:百度\nwww.taobao.com::淘宝\nwww.google.com\n",
|
|
|
|
|
},
|
2025-06-26 00:16:30 +02:00
|
|
|
accountInfo: "账号信息",
|
|
|
|
|
securitySettings: "认证安全设置",
|
|
|
|
|
confirmDisable2FA: "确定要关闭多重验证登录吗?",
|
|
|
|
|
disabledSuccess: "关闭成功",
|
|
|
|
|
saveSuccess: "保存成功",
|
|
|
|
|
twoFactorAuth: "2FA多重验证登录",
|
|
|
|
|
rebind: "重新绑定",
|
|
|
|
|
twoFactorAuthHelper: "是否开启多重验证登录",
|
|
|
|
|
bindDevice: "绑定设备",
|
|
|
|
|
step1: "1. 安装任意一款支持Authenticator的验证APP,比如:",
|
|
|
|
|
tooltipGoogleServiceError: "如果报没有找到谷歌服务的错误,您可以安装KK谷歌助手",
|
|
|
|
|
step2: "2. 扫描二维码添加账号",
|
|
|
|
|
step3: "3. 输入验证码",
|
|
|
|
|
inputVerifyCode: "请输入验证码",
|
|
|
|
|
cancel: "取消",
|
2025-06-26 00:36:22 +02:00
|
|
|
authorizationManagement: "授权管理",
|
|
|
|
|
manageThirdPartyAuth: "管理第三方系统授权信息",
|
|
|
|
|
name: "名称",
|
|
|
|
|
pleaseEnterName: "请填写名称",
|
|
|
|
|
nameHelper: "随便填,当多个相同类型的授权时,便于区分",
|
|
|
|
|
level: "级别",
|
|
|
|
|
system: "系统",
|
|
|
|
|
usera: "用户",
|
|
|
|
|
nickName: "昵称",
|
|
|
|
|
max50Chars: "最大50个字符",
|
|
|
|
|
myInfo: "我的信息",
|
2025-06-26 00:56:43 +02:00
|
|
|
siteMonitorSettings: "站点监控设置",
|
|
|
|
|
notificationChannel: "通知渠道",
|
|
|
|
|
setNotificationChannel: "设置通知渠道",
|
|
|
|
|
retryTimes: "重试次数",
|
|
|
|
|
monitorRetryTimes: "监控请求重试次数",
|
|
|
|
|
monitorCronSetting: "监控定时设置",
|
|
|
|
|
cronTrigger: "定时触发监控",
|
|
|
|
|
save: "保存",
|
|
|
|
|
editSchedule: "修改定时",
|
|
|
|
|
timerTrigger: "定时触发",
|
|
|
|
|
schedule: "定时",
|
|
|
|
|
selectCron: "请选择定时Cron",
|
|
|
|
|
batchEditSchedule: "批量修改定时",
|
|
|
|
|
editTrigger: "编辑触发器",
|
|
|
|
|
triggerName: "触发器名称",
|
|
|
|
|
requiredField: "此项必填",
|
|
|
|
|
type: "类型",
|
|
|
|
|
enterName: "请输入名称",
|
|
|
|
|
confirmDeleteTrigger: "确定要删除此触发器吗?",
|
|
|
|
|
notificationType: "通知类型",
|
|
|
|
|
selectNotificationType: "请选择通知类型",
|
|
|
|
|
notificationName: "通知名称",
|
|
|
|
|
helperNotificationName: "随便填,当多个相同类型的通知时,便于区分",
|
|
|
|
|
isDefault: "是否默认",
|
|
|
|
|
yes: "是",
|
|
|
|
|
no: "否",
|
|
|
|
|
selectIsDefault: "请选择是否默认",
|
|
|
|
|
prompt: "提示",
|
|
|
|
|
confirmSetDefaultNotification: "确定设置为默认通知?",
|
|
|
|
|
test: "测试",
|
|
|
|
|
scope: "权限范围",
|
|
|
|
|
scopeOpenApiOnly: "仅开放接口",
|
|
|
|
|
scopeFullAccount: "账户所有权限",
|
|
|
|
|
required: "此项必填",
|
|
|
|
|
scopeHelper: "仅开放接口只可以访问开放接口,账户所有权限可以访问所有接口",
|
|
|
|
|
add: "生成新的Key",
|
|
|
|
|
gen: {
|
|
|
|
|
text: "接口测试",
|
|
|
|
|
title: "x-certd-token",
|
|
|
|
|
okText: "确定",
|
|
|
|
|
contentPart1: "测试x-certd-token如下,您可以在3分钟内使用它进行",
|
|
|
|
|
openApi: "开放接口",
|
|
|
|
|
contentPart2: "请求测试",
|
|
|
|
|
},
|
2025-06-27 00:39:00 +02:00
|
|
|
pending_cname_setup: "待设置CNAME",
|
|
|
|
|
validating: "验证中",
|
|
|
|
|
validation_successful: "验证成功",
|
|
|
|
|
validation_failed: "验证失败",
|
|
|
|
|
validation_timed_out: "验证超时",
|
|
|
|
|
proxied_domain: "被代理域名",
|
|
|
|
|
host_record: "主机记录",
|
|
|
|
|
please_set_cname: "请设置CNAME",
|
|
|
|
|
cname_service: "CNAME服务",
|
|
|
|
|
default_public_cname: "默认提供公共CNAME服务,您还可以",
|
|
|
|
|
customize_cname: "自定义CNAME服务",
|
|
|
|
|
public_cname: "公共CNAME",
|
|
|
|
|
custom_cname: "自定义CNAME",
|
|
|
|
|
validate: "验证",
|
|
|
|
|
validation_started: "开始验证,请耐心等待",
|
|
|
|
|
click_to_validate: "点击验证",
|
|
|
|
|
all: "全部",
|
|
|
|
|
cname_feature_guide: "CNAME功能原理及使用说明",
|
|
|
|
|
batch_delete: "批量删除",
|
|
|
|
|
confirm_delete_count: "确定要批量删除这{count}条记录吗",
|
|
|
|
|
delete_successful: "删除成功",
|
|
|
|
|
please_select_records: "请先勾选记录",
|
|
|
|
|
edit_notification: "编辑通知",
|
|
|
|
|
other_notification_method: "其他通知方式",
|
|
|
|
|
trigger_time: "触发时机",
|
|
|
|
|
start_time: "开始时",
|
|
|
|
|
success_time: "成功时",
|
|
|
|
|
fail_to_success_time: "失败转成功时",
|
|
|
|
|
fail_time: "失败时",
|
|
|
|
|
helper_suggest_fail_only: "建议仅选择'失败时'和'失败转成功'两种即可",
|
|
|
|
|
notification_config: "通知配置",
|
|
|
|
|
please_select_notification: "请选择通知方式",
|
|
|
|
|
please_select_type: "请选择类型",
|
|
|
|
|
please_select_trigger_time: "请选择通知时机",
|
|
|
|
|
please_select_notification_config: "请选择通知配置",
|
|
|
|
|
confirm_delete_trigger: "确定要删除此触发器吗?",
|
|
|
|
|
gift_package: "赠送套餐",
|
|
|
|
|
package_name: "套餐名称",
|
|
|
|
|
click_to_select: "点击选择",
|
|
|
|
|
please_select_package: "请选择套餐",
|
|
|
|
|
package: "套餐",
|
|
|
|
|
addon_package: "加量包",
|
|
|
|
|
domain_count: "域名数量",
|
|
|
|
|
unit_count: "个",
|
|
|
|
|
field_required: "此项必填",
|
|
|
|
|
pipeline_count: "流水线数量",
|
|
|
|
|
unit_item: "条",
|
|
|
|
|
deploy_count: "部署次数",
|
|
|
|
|
unit_times: "次",
|
|
|
|
|
monitor_count: "证书监控数量",
|
|
|
|
|
duration: "时长",
|
|
|
|
|
status: "状态",
|
|
|
|
|
active_time: "激活时间",
|
|
|
|
|
expires_time: "过期时间",
|
|
|
|
|
is_present: "是否赠送",
|
|
|
|
|
is_present_yes: "是",
|
|
|
|
|
is_present_no: "否",
|
|
|
|
|
basicInfo: "基础信息",
|
|
|
|
|
titlea: "名称",
|
|
|
|
|
disabled: "是否禁用",
|
|
|
|
|
ordera: "排序",
|
|
|
|
|
supportBuy: "支持购买",
|
|
|
|
|
intro: "介绍",
|
|
|
|
|
packageContent: "套餐内容",
|
|
|
|
|
maxDomainCount: "最大域名数",
|
|
|
|
|
maxPipelineCount: "最大流水线数",
|
|
|
|
|
maxDeployCount: "最大部署数",
|
|
|
|
|
maxMonitorCount: "最大监控数",
|
|
|
|
|
price: "价格",
|
|
|
|
|
durationPrices: "时长价格",
|
|
|
|
|
packageName: "套餐名称",
|
|
|
|
|
addon: "加量包",
|
|
|
|
|
typeHelper: "套餐:同一时间只有最新购买的一个生效\n加量包:可购买多个,购买后立即生效,不影响套餐\n套餐和加量包数量可叠加",
|
|
|
|
|
domainCount: "域名数量",
|
|
|
|
|
pipelineCount: "流水线数量",
|
|
|
|
|
unitPipeline: "条",
|
|
|
|
|
deployCount: "部署次数",
|
|
|
|
|
unitDeploy: "次",
|
|
|
|
|
monitorCount: "证书监控数量",
|
|
|
|
|
unitCount: "个",
|
|
|
|
|
durationPriceTitle: "时长及价格",
|
|
|
|
|
selectDuration: "选择时长",
|
|
|
|
|
supportPurchase: "支持购买",
|
|
|
|
|
cannotPurchase: "不能购买",
|
|
|
|
|
shelfStatus: "上下架",
|
|
|
|
|
onShelf: "上架",
|
|
|
|
|
offShelf: "下架",
|
|
|
|
|
orderHelper: "越小越靠前",
|
|
|
|
|
description: "说明",
|
|
|
|
|
createTime: "创建时间",
|
|
|
|
|
updateTime: "更新时间",
|
|
|
|
|
edit: "编辑",
|
|
|
|
|
groupName: "分组名称",
|
|
|
|
|
enterGroupName: "请输入分组名称",
|
|
|
|
|
subdomainHosting: "子域名托管",
|
|
|
|
|
subdomainHostingHint: "当你的域名设置了子域名托管,需要在此处创建记录,否则申请证书将失败",
|
|
|
|
|
batchDeleteConfirm: "确定要批量删除这{count}条记录吗",
|
|
|
|
|
selectRecordFirst: "请先勾选记录",
|
|
|
|
|
subdomainHosted: "托管的子域名",
|
|
|
|
|
subdomainHelpText: "如果您不理解什么是子域托管,可以参考文档",
|
|
|
|
|
subdomainManagement: "子域管理",
|
|
|
|
|
isDisabled: "是否禁用",
|
|
|
|
|
enabled: "启用",
|
2025-06-25 20:09:29 +02:00
|
|
|
};
|