mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
72 lines
2.9 KiB
TypeScript
72 lines
2.9 KiB
TypeScript
export default {
|
|
remark: "Remark",
|
|
title: "Site Certificate Monitoring",
|
|
description: "Check website certificates' expiration at 0:00 daily; reminders sent 10 days before expiration (using default notification channel);",
|
|
settingLink: "Site Monitoring Settings",
|
|
limitInfo: "Basic edition limited to 1, professional and above unlimited, current",
|
|
checkAll: "Check All",
|
|
confirmTitle: "Confirm",
|
|
confirmContent: "Confirm to trigger check for all site certificates?",
|
|
checkSubmitted: "Check task submitted",
|
|
pleaseRefresh: "Please refresh the page later to see the results",
|
|
siteName: "Site Name",
|
|
enterSiteName: "Please enter the site name",
|
|
domain: "Domain",
|
|
enterDomain: "Please enter the domain",
|
|
enterValidDomain: "Please enter a valid domain",
|
|
httpsPort: "HTTPS Port",
|
|
enterPort: "Please enter the port",
|
|
certInfo: "Certificate Info",
|
|
issuer: "Issuer",
|
|
certDomains: "Certificate Domains",
|
|
certProvider: "Issuer",
|
|
certStatus: "Certificate Status",
|
|
error: "Error",
|
|
status: {
|
|
ok: "Valid",
|
|
expired: "Expired",
|
|
},
|
|
certEffectiveTime: "Certificate Effective",
|
|
certExpiresTime: "Certificate Expiration",
|
|
remainingValidity: "Remaining Validity",
|
|
expired: "expired",
|
|
days: "days",
|
|
lastCheckTime: "Last Check Time",
|
|
disabled: "Enable/Disable",
|
|
ipCheck: "Enable IP Check",
|
|
ipCheckHelper: "Enable to check certificate expiration time on each IP (or source site domain) ",
|
|
ipSyncAuto: "Enable IP Sync Auto",
|
|
ipSyncMode: "IP Sync Mode",
|
|
ipIgnoreCoherence: "Ignore Certificate Coherence",
|
|
ipIgnoreCoherenceHelper: "Enable to ignore certificate coherence check, only check certificate expiration time",
|
|
selectRequired: "Please select",
|
|
ipCheckConfirm: "Are you sure to {status} IP check?",
|
|
ipCount: "IP Count",
|
|
checkStatus: "Check Status",
|
|
pipelineId: "Linked Pipeline ID",
|
|
certInfoId: "Certificate ID",
|
|
checkSubmittedRefresh: "Check task submitted. Please refresh later to view the result.",
|
|
ipManagement: "IP Management",
|
|
bulkImport: "Bulk Import",
|
|
basicLimitError: "Basic version allows only one monitoring site. Please upgrade to the Pro version.",
|
|
limitExceeded: "Sorry, you can only create up to {max} monitoring records. Please purchase or upgrade your plan.",
|
|
setting: {
|
|
siteMonitorSettings: "Site Monitor Settings",
|
|
notificationChannel: "Notification Channel",
|
|
setNotificationChannel: "Set the notification channel",
|
|
retryTimes: "Retry Times",
|
|
monitorRetryTimes: "Number of retry attempts for monitoring requests",
|
|
monitorCronSetting: "Monitoring Schedule",
|
|
cronTrigger: "Scheduled trigger for monitoring",
|
|
dnsServer: "DNS Server",
|
|
dnsServerHelper: "Use a custom domain name resolution server, such as: 1.1.1.1 , support multiple",
|
|
certValidDays: "Certificate Valid Days",
|
|
certValidDaysHelper: "Number of days before expiration to send a notification",
|
|
},
|
|
cert: {
|
|
expired: "Expired",
|
|
expiring: "Expiring",
|
|
noExpired: "Not Expired",
|
|
},
|
|
};
|