mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
117 lines
4.4 KiB
TypeScript
117 lines
4.4 KiB
TypeScript
export default {
|
|
ipAddress: "IP地址",
|
|
ipAddressHelper: "填写则固定检查此IP,不从DNS获取域名的IP地址",
|
|
remark: "备注",
|
|
title: "站点证书监控",
|
|
description: "每天0点,检查网站证书的过期时间,到期前10天时将发出提醒(使用默认通知渠道);",
|
|
settingLink: "站点监控设置",
|
|
limitInfo: "基础版限制1条,专业版以上无限制,当前",
|
|
checkAll: "检查全部",
|
|
checkNow: "立即检查",
|
|
batchDelete: "批量删除",
|
|
confirmTitle: "确认",
|
|
confirmContent: "确认触发检查全部站点证书吗?",
|
|
batchDeleteConfirm: "确定要批量删除这{count}条记录吗",
|
|
deleteSuccess: "删除成功",
|
|
selectRecordsFirst: "请先勾选记录",
|
|
checkSubmitted: "检查任务已提交",
|
|
pleaseRefresh: "请稍后刷新页面查看结果",
|
|
siteName: "站点名称",
|
|
enterSiteName: "请输入站点名称",
|
|
domain: "网站域名",
|
|
enterDomain: "请输入域名",
|
|
enterValidDomain: "请输入正确的域名",
|
|
httpsPort: "HTTPS端口",
|
|
enterPort: "请输入端口",
|
|
certInfo: "证书信息",
|
|
issuer: "证书颁发机构",
|
|
certDomains: "证书域名",
|
|
certProvider: "颁发机构",
|
|
certStatus: "证书状态",
|
|
error: "错误信息",
|
|
status: {
|
|
ok: "正常",
|
|
expired: "过期",
|
|
},
|
|
certEffectiveTime: "证书生效时间",
|
|
certExpiresTime: "证书到期时间",
|
|
remainingValidity: "到期剩余",
|
|
expired: "过期",
|
|
days: "天",
|
|
lastCheckTime: "上次检查时间",
|
|
disabled: "禁用启用",
|
|
ipCheck: "开启IP检查",
|
|
ipCheckHelper: "开启后,会检查IP(或源站)上的证书有效期",
|
|
ipSyncAuto: "自动同步IP",
|
|
ipSyncMode: "IP同步模式",
|
|
ipSyncModeHelper: "选择仅检查IPv4或IPv6,或检查所有IP",
|
|
ipSyncModeAll: "检查所有IP",
|
|
ipSyncModeIPV4Only: "仅检查IPv4",
|
|
ipSyncModeIPV6Only: "仅检查IPv6",
|
|
selectRequired: "请选择",
|
|
ipCheckConfirm: "确定{status}IP检查?",
|
|
ipCount: "IP数量",
|
|
ipIgnoreCoherence: "忽略证书一致性",
|
|
ipIgnoreCoherenceHelper: "开启后,即使IP上的证书与站点证书不一致,也会被认为是正常,仅校验证书过期时间",
|
|
checkStatus: "检查状态",
|
|
pipelineId: "关联流水线ID",
|
|
certInfoId: "证书ID",
|
|
checkSubmittedRefresh: "检查任务已提交,请稍后刷新查看结果",
|
|
ipManagement: "IP管理",
|
|
siteIpMonitor: "站点IP监控",
|
|
ipList: "IP列表",
|
|
ipListHelper: "IP或者CNAME域名,一行一个",
|
|
enterImportIpOrDomain: "请输入要导入的IP或域名",
|
|
bulkImport: "批量导入",
|
|
basicLimitError: "基础版只能添加一个监控站点,请赞助升级专业版",
|
|
limitExceeded: "对不起,您最多只能创建条{max}监控记录,请购买或升级套餐",
|
|
setting: {
|
|
siteMonitorSettings: "站点监控设置",
|
|
notificationChannel: "通知渠道",
|
|
setNotificationChannel: "设置通知渠道",
|
|
retryTimes: "重试次数",
|
|
monitorRetryTimes: "监控请求重试次数",
|
|
monitorCronSetting: "监控定时设置",
|
|
cronTrigger: "定时触发监控",
|
|
dnsServer: "DNS服务器",
|
|
dnsServerHelper: "使用自定义的域名解析服务器,如:1.1.1.1 , 支持多个",
|
|
certValidDays: "证书到期前天数",
|
|
certValidDaysHelper: "证书到期前多少天发送通知",
|
|
domain: {
|
|
monitorSettings: "域名监控设置",
|
|
enabled: "启用域名监控",
|
|
enabledHelper: "启用后,监控“域名管理”中域名的过期时间,到期前通知提醒",
|
|
notificationChannel: "通知渠道",
|
|
setNotificationChannel: "设置通知渠道",
|
|
willExpireDays: "到期前天数",
|
|
willExpireDaysHelper: "域名有效期到期前多少天发送通知",
|
|
monitorCronSetting: "监控定时设置",
|
|
cronTrigger: "定时触发监控",
|
|
},
|
|
},
|
|
cert: {
|
|
expired: "已过期",
|
|
expiring: "即将过期",
|
|
noExpired: "未过期",
|
|
},
|
|
history: {
|
|
title: "监控执行记录",
|
|
description: "站点证书、域名等监控任务的执行记录",
|
|
resultTitle: "状态",
|
|
contentTitle: "内容",
|
|
titleTitle: "标题",
|
|
jobTypeTitle: "任务类型",
|
|
startAtTitle: "开始时间",
|
|
endAtTitle: "结束时间",
|
|
jobResultTitle: "任务结果",
|
|
jobResult: {
|
|
done: "完成",
|
|
start: "开始",
|
|
},
|
|
jobType: {
|
|
domainExpirationCheck: "域名到期检查",
|
|
siteCertMonitor: "站点证书监控",
|
|
},
|
|
},
|
|
};
|