mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-13 06:30:11 +00:00
126 lines
14 KiB
JSON
126 lines
14 KiB
JSON
{
|
|
"settings.page.title": "Settings",
|
|
|
|
"settings.account.tab": "Account",
|
|
"settings.account.form.email.label": "Email",
|
|
"settings.account.form.email.placeholder": "Please enter email",
|
|
|
|
"settings.password.tab": "Password",
|
|
"settings.password.form.old_password.label": "Current password",
|
|
"settings.password.form.old_password.placeholder": "Please enter the current password",
|
|
"settings.password.form.new_password.label": "New password",
|
|
"settings.password.form.new_password.placeholder": "Please enter the new password",
|
|
"settings.password.form.confirm_password.label": "Confirm password",
|
|
"settings.password.form.confirm_password.placeholder": "Please enter the new password again",
|
|
"settings.password.form.password.errmsg.invalid": "Password should be at least 10 characters",
|
|
"settings.password.form.password.errmsg.not_matched": "Passwords do not match",
|
|
|
|
"settings.notification.tab": "Notification",
|
|
"settings.notification.template.card.title": "Certificate expiration notification template",
|
|
"settings.notification.template.form.subject.label": "Subject",
|
|
"settings.notification.template.form.subject.placeholder": "Please enter notification subject",
|
|
"settings.notification.template.form.subject.extra": "Supported variables (${COUNT}: number of expiring soon)",
|
|
"settings.notification.template.form.message.label": "Message",
|
|
"settings.notification.template.form.message.placeholder": "Please enter notification message",
|
|
"settings.notification.template.form.message.extra": "Supported variables (${COUNT}: number of expiring soon. ${DOMAINS}: Domain list)",
|
|
"settings.notification.channels.card.title": "Channels",
|
|
"settings.notification.channel.switch.on": "On",
|
|
"settings.notification.channel.switch.off": "Off",
|
|
"settings.notification.push_test.button": "Send test notification",
|
|
"settings.notification.push_test.pushed": "Sent",
|
|
"settings.notification.channel.form.bark_server_url.label": "Server URL",
|
|
"settings.notification.channel.form.bark_server_url.placeholder": "Please enter server URL",
|
|
"settings.notification.channel.form.bark_server_url.tooltip": "For more information, see <a href=\"https://bark.day.app/\" target=\"_blank\">https://bark.day.app/</a><br><br>Leave it blank to use the default Bark server.",
|
|
"settings.notification.channel.form.bark_device_key.label": "Device key",
|
|
"settings.notification.channel.form.bark_device_key.placeholder": "Please enter device key",
|
|
"settings.notification.channel.form.bark_device_key.tooltip": "For more information, see <a href=\"https://bark.day.app/\" target=\"_blank\">https://bark.day.app/</a>",
|
|
"settings.notification.channel.form.dingtalk_access_token.label": "Robot AccessToken",
|
|
"settings.notification.channel.form.dingtalk_access_token.placeholder": "Please enter Robot Access Token",
|
|
"settings.notification.channel.form.dingtalk_access_token.tooltip": "For more information, see <a href=\"https://open.dingtalk.com/document/orgapp/obtain-the-webhook-address-of-a-custom-robot\" target=\"_blank\">https://open.dingtalk.com/document/orgapp/obtain-the-webhook-address-of-a-custom-robot</a>",
|
|
"settings.notification.channel.form.dingtalk_secret.label": "Robot Secret",
|
|
"settings.notification.channel.form.dingtalk_secret.placeholder": "Please enter Robot Secret",
|
|
"settings.notification.channel.form.dingtalk_secret.tooltip": "For more information, see <a href=\"https://open.dingtalk.com/document/orgapp/customize-robot-security-settings\" target=\"_blank\">https://open.dingtalk.com/document/orgapp/customize-robot-security-settings</a>",
|
|
"settings.notification.channel.form.email_smtp_host.label": "SMTP host",
|
|
"settings.notification.channel.form.email_smtp_host.placeholder": "Please enter SMTP host",
|
|
"settings.notification.channel.form.email_smtp_port.label": "SMTP port",
|
|
"settings.notification.channel.form.email_smtp_port.placeholder": "Please enter SMTP port",
|
|
"settings.notification.channel.form.email_smtp_tls.label": "Use SSL/TLS",
|
|
"settings.notification.channel.form.email_username.label": "Username",
|
|
"settings.notification.channel.form.email_username.placeholder": "please enter username",
|
|
"settings.notification.channel.form.email_password.label": "Password",
|
|
"settings.notification.channel.form.email_password.placeholder": "please enter password",
|
|
"settings.notification.channel.form.email_sender_address.label": "Sender email address",
|
|
"settings.notification.channel.form.email_sender_address.placeholder": "Please enter sender email address",
|
|
"settings.notification.channel.form.email_receiver_address.label": "Receiver email address",
|
|
"settings.notification.channel.form.email_receiver_address.placeholder": "Please enter receiver email address",
|
|
"settings.notification.channel.form.gotify_url.placeholder": "Please enter Service URL",
|
|
"settings.notification.channel.form.gotify_url.label": "Service URL",
|
|
"settings.notification.channel.form.gotify_url.tooltip": "Example: <b>https://gotify.exmaple.com</b>, the protocol needs to be included but the trailing '/' should not be included.<br>For more information, see <a href=\"https://gotify.net/docs/pushmsg\" target=\"_blank\">https://gotify.net/docs/pushmsg</a>",
|
|
"settings.notification.channel.form.gotify_token.placeholder": "Please enter Application Token",
|
|
"settings.notification.channel.form.gotify_token.label": "Application Token",
|
|
"settings.notification.channel.form.gotify_token.tooltip": "For more information, see <a href=\"https://gotify.net/docs/pushmsg\" target=\"_blank\">https://gotify.net/docs/pushmsg</a>",
|
|
"settings.notification.channel.form.gotify_priority.placeholder": "Please enter message priority",
|
|
"settings.notification.channel.form.gotify_priority.label": "Message Priority",
|
|
"settings.notification.channel.form.gotify_priority.tooltip": "Message Priority, you can set it to 1 as default.<br>For more information, see <a href=\"https://gotify.net/docs/pushmsg\" target=\"_blank\">https://gotify.net/docs/pushmsg</a><br><a href=\"https://github.com/gotify/android/issues/18#issuecomment-437403888\" target=\"_blank\">https://github.com/gotify/android/issues/18#issuecomment-437403888</a>",
|
|
"settings.notification.channel.form.gotify_priority.error.gte0": "Message Priority must be greater than or equal to 0.",
|
|
"settings.notification.channel.form.lark_webhook_url.label": "Webhook URL",
|
|
"settings.notification.channel.form.lark_webhook_url.placeholder": "Please enter Webhook URL",
|
|
"settings.notification.channel.form.lark_webhook_url.tooltip": "For more information, see <a href=\"https://www.feishu.cn/hc/en-US/articles/807992406756\" target=\"_blank\">https://www.feishu.cn/hc/en-US/articles/807992406756</a>",
|
|
"settings.notification.channel.form.pushover_token.placeholder": "Please enter Application API Token",
|
|
"settings.notification.channel.form.pushover_token.label": "Application API Token",
|
|
"settings.notification.channel.form.pushover_token.tooltip": "For more information, see <a href=\"https://pushover.net/api#registration\" target=\"_blank\">https://pushover.net/api#registration</a>",
|
|
"settings.notification.channel.form.pushover_user.placeholder": "Please enter User/Group Key",
|
|
"settings.notification.channel.form.pushover_user.label": "User/Group Key",
|
|
"settings.notification.channel.form.pushover_user.tooltip": "For more information, see <a href=\"https://pushover.net/api#identifiers\" target=\"_blank\">https://pushover.net/api#identifiers</a>",
|
|
"settings.notification.channel.form.pushplus_token.placeholder": "Please enter Token",
|
|
"settings.notification.channel.form.pushplus_token.label": "Token",
|
|
"settings.notification.channel.form.pushplus_token.tooltip": "For more information, see <a href=\"https://www.pushplus.plus/push1.html\" target=\"_blank\">https://www.pushplus.plus/push1.html</a>",
|
|
"settings.notification.channel.form.serverchan_url.label": "Server URL",
|
|
"settings.notification.channel.form.serverchan_url.placeholder": "Please enter ServerChan server URL (e.g. https://sctapi.ftqq.com/*****.send)",
|
|
"settings.notification.channel.form.serverchan_url.tooltip": "For more information, see <a href=\"https://sct.ftqq.com/forward\" target=\"_blank\">https://sct.ftqq.com/forward</a>",
|
|
"settings.notification.channel.form.telegram_api_token.label": "Bot API token",
|
|
"settings.notification.channel.form.telegram_api_token.placeholder": "Please enter bot API token",
|
|
"settings.notification.channel.form.telegram_api_token.tooltip": "For more information, see <a href=\"https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a\" target=\"_blank\">https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a</a>",
|
|
"settings.notification.channel.form.telegram_chat_id.label": "Chat ID",
|
|
"settings.notification.channel.form.telegram_chat_id.placeholder": "Please enter chat ID",
|
|
"settings.notification.channel.form.telegram_chat_id.tooltip": "For more information, see <a href=\"https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a\" target=\"_blank\">https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a</a>",
|
|
"settings.notification.channel.form.webhook_url.label": "Webhook URL",
|
|
"settings.notification.channel.form.webhook_url.placeholder": "Please enter Webhook URL",
|
|
"settings.notification.channel.form.wecom_webhook_url.label": "Webhook URL",
|
|
"settings.notification.channel.form.wecom_webhook_url.placeholder": "Please enter Webhook URL",
|
|
"settings.notification.channel.form.wecom_webhook_url.tooltip": "For more information, see <a href=\"https://open.work.weixin.qq.com/help2/pc/18401#%E5%85%AD%E3%80%81%E7%BE%A4%E6%9C%BA%E5%99%A8%E4%BA%BAWebhook%E5%9C%B0%E5%9D%80\" target=\"_blank\">https://open.work.weixin.qq.com/help2/pc/18401</a>",
|
|
|
|
"settings.sslprovider.tab": "Certificate authority",
|
|
"settings.sslprovider.form.provider.label": "ACME provider (system-wide)",
|
|
"settings.sslprovider.form.provider.alert": "Attention: The certificate validity lifetime, certificate algorithm, domain names count, and support for wildcard domain names are allowed may vary among different providers. After switching service providers, please check whether the configuration of the workflows needs to be adjusted.",
|
|
"settings.sslprovider.form.letsencryptstaging_alert": "The staging environment can reduce the chance of your running up against rate limits.<br><br>Learn more:<br><a href=\"https://letsencrypt.org/docs/staging-environment/\" target=\"_blank\">https://letsencrypt.org/docs/staging-environment/</a>",
|
|
"settings.sslprovider.form.zerossl_eab_kid.label": "EAB KID",
|
|
"settings.sslprovider.form.zerossl_eab_kid.placeholder": "Please enter EAB KID",
|
|
"settings.sslprovider.form.zerossl_eab_kid.tooltip": "For more information, see <a href=\"https://zerossl.com/documentation/acme/\" target=\"_blank\">https://zerossl.com/documentation/acme/</a>",
|
|
"settings.sslprovider.form.zerossl_eab_hmac_key.label": "EAB HMAC key",
|
|
"settings.sslprovider.form.zerossl_eab_hmac_key.placeholder": "Please enter EAB HMAC key",
|
|
"settings.sslprovider.form.zerossl_eab_hmac_key.tooltip": "For more information, see <a href=\"https://zerossl.com/documentation/acme/\" target=\"_blank\">https://zerossl.com/documentation/acme/</a>",
|
|
"settings.sslprovider.form.googletrustservices_eab_kid.label": "EAB KID",
|
|
"settings.sslprovider.form.googletrustservices_eab_kid.placeholder": "Please enter EAB KID",
|
|
"settings.sslprovider.form.googletrustservices_eab_kid.tooltip": "For more information, see <a href=\"https://cloud.google.com/certificate-manager/docs/public-ca-tutorial\" target=\"_blank\">https://cloud.google.com/certificate-manager/docs/public-ca-tutorial</a>",
|
|
"settings.sslprovider.form.googletrustservices_eab_hmac_key.label": "EAB HMAC key",
|
|
"settings.sslprovider.form.googletrustservices_eab_hmac_key.placeholder": "Please enter EAB HMAC key",
|
|
"settings.sslprovider.form.googletrustservices_eab_hmac_key.tooltip": "For more information, see <a href=\"https://cloud.google.com/certificate-manager/docs/public-ca-tutorial\" target=\"_blank\">https://cloud.google.com/certificate-manager/docs/public-ca-tutorial</a>",
|
|
"settings.sslprovider.form.sslcom_eab_kid.label": "EAB KID",
|
|
"settings.sslprovider.form.sslcom_eab_kid.placeholder": "Please enter EAB KID",
|
|
"settings.sslprovider.form.sslcom_eab_kid.tooltip": "For more information, see <a href=\"https://www.ssl.com/how-to/generate-acme-credentials-for-reseller-customers/#ftoc-heading-6\" target=\"_blank\">https://www.ssl.com/how-to/generate-acme-credentials-for-reseller-customers/</a>",
|
|
"settings.sslprovider.form.sslcom_eab_hmac_key.label": "EAB HMAC key",
|
|
"settings.sslprovider.form.sslcom_eab_hmac_key.placeholder": "Please enter EAB HMAC key",
|
|
"settings.sslprovider.form.sslcom_eab_hmac_key.tooltip": "For more information, see <a href=\"https://www.ssl.com/how-to/generate-acme-credentials-for-reseller-customers/#ftoc-heading-6\" target=\"_blank\">https://www.ssl.com/how-to/generate-acme-credentials-for-reseller-customers/</a>",
|
|
|
|
"settings.persistence.tab": "Persistence",
|
|
"settings.persistence.form.workflow_runs_max_days.label": "Max days retention of workflow history runs",
|
|
"settings.persistence.form.workflow_runs_max_days.placeholder": "Please enter the maximum retention days of workflow history runs",
|
|
"settings.persistence.form.workflow_runs_max_days.unit": "days",
|
|
"settings.persistence.form.workflow_runs_max_days.extra": "Set to <b>0</b> to disable cleanup workflow history runs. It is recommended to set it to <b>180</b> days or more.",
|
|
"settings.persistence.form.expired_certificates_max_days.label": "Max days retention of expired certificates",
|
|
"settings.persistence.form.expired_certificates_max_days.placeholder": "Please enter the maximum retention days of expired certificates",
|
|
"settings.persistence.form.expired_certificates_max_days.unit": "days",
|
|
"settings.persistence.form.expired_certificates_max_days.extra": "Set to <b>0</emb> to disable cleanup expired certificates."
|
|
}
|