mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-13 22:49:55 +00:00
93 lines
6.1 KiB
JSON
93 lines
6.1 KiB
JSON
{
|
|
"domain.page.title": "Domain List",
|
|
|
|
"domain.nodata": "Please add a domain to start deploying the certificate.",
|
|
|
|
"domain.add": "Add Domain",
|
|
"domain.edit": "Edit Domain",
|
|
"domain.delete": "Delete Domain",
|
|
"domain.delete.confirm": "Are you sure you want to delete this domain?",
|
|
"domain.history": "Deployment History",
|
|
"domain.deploy": "Deploy Now",
|
|
"domain.deploy.started.message": "Deploy Started",
|
|
"domain.deploy.started.tips": "Deployment initiated, please check the deployment log later.",
|
|
"domain.deploy.failed.message": "Execution Failed",
|
|
"domain.deploy.failed.tips": "Execution failed, please check the details in <1>Deployment History</1>.",
|
|
"domain.deploy_forced": "Force Deploy",
|
|
|
|
"domain.props.expiry": "Validity Period",
|
|
"domain.props.expiry.date1": "Valid for {{date}} days",
|
|
"domain.props.expiry.date2": "Expiry on {{date}}",
|
|
"domain.props.last_execution_status": "Last Execution Status",
|
|
"domain.props.last_execution_stage": "Last Execution Stage",
|
|
"domain.props.last_execution_time": "Last Execution Time",
|
|
"domain.props.enable": "Enable",
|
|
"domain.props.enable.enabled": "Enable",
|
|
"domain.props.enable.disabled": "Disable",
|
|
|
|
"domain.application.tab": "Apply Settings",
|
|
"domain.application.form.domain.added.message": "Domain added successfully",
|
|
"domain.application.form.domain.changed.message": "Domain updated successfully",
|
|
"domain.application.form.email.label": "Email",
|
|
"domain.application.form.email.tips": "(A email is required to apply for a certificate)",
|
|
"domain.application.form.email.placeholder": "Please select email",
|
|
"domain.application.form.email.add": "Add Email",
|
|
"domain.application.form.email.list": "Email List",
|
|
"domain.application.form.access.label": "DNS Provider Authorization Configuration",
|
|
"domain.application.form.access.placeholder": "Please select DNS provider authorization configuration",
|
|
"domain.application.form.access.list": "Provider Authorization Configurations",
|
|
"domain.application.form.advanced_settings.label": "Advanced Settings",
|
|
"domain.application.form.key_algorithm.label": "Certificate Key Algorithm (Default: RSA2048)",
|
|
"domain.application.form.key_algorithm.placeholder": "Please select certificate key algorithm",
|
|
"domain.application.form.timeout.label": "DNS Propagation Timeout (Seconds)",
|
|
"domain.application.form.timeoue.placeholder": "Please enter maximum waiting time for DNS propagation",
|
|
"domain.application.form.disable_follow_cname.label": "Disable DNS CNAME following",
|
|
"domain.application.form.disable_follow_cname.tips": "This option will disable Acme DNS authentication CNAME follow. If you don't understand this option, just keep it by default. ",
|
|
"domain.application.form.disable_follow_cname.tips_link": "Learn more",
|
|
"domain.application.unsaved.message": "Please save applyment configuration first",
|
|
|
|
"domain.deployment.tab": "Deploy Settings",
|
|
"domain.deployment.nodata": "Deployment not added yet",
|
|
"domain.deployment.form.type.label": "Deploy Method",
|
|
"domain.deployment.form.type.placeholder": "Please select deploy method",
|
|
"domain.deployment.form.type.list": "Deploy Method List",
|
|
"domain.deployment.form.access.label": "Access Configuration",
|
|
"domain.deployment.form.access.placeholder": "Please select provider authorization configuration",
|
|
"domain.deployment.form.access.list": "Provider Authorization Configurations",
|
|
"domain.deployment.form.cos_region.label": "Region",
|
|
"domain.deployment.form.cos_region.placeholder": "Please enter region, e.g. ap-guangzhou",
|
|
"domain.deployment.form.cos_bucket.label": "Bucket",
|
|
"domain.deployment.form.cos_bucket.placeholder": "Please enter bucket, e.g. example-1250000000",
|
|
"domain.deployment.form.domain.label": "Deploy to domain (Single domain only, not wildcard domain)",
|
|
"domain.deployment.form.domain.label.wildsupported": "Deploy to domain (Wildcard domain is also supported)",
|
|
"domain.deployment.form.domain.placeholder": "Please enter domain to be deployed",
|
|
"domain.deployment.form.ssh_key_path.label": "Private Key Save Path",
|
|
"domain.deployment.form.ssh_key_path.placeholder": "Please enter private key save path",
|
|
"domain.deployment.form.ssh_cert_path.label": "Certificate Save Path",
|
|
"domain.deployment.form.ssh_cert_path.placeholder": "Please enter certificate save path",
|
|
"domain.deployment.form.ssh_pre_command.label": "Pre-deployment Command",
|
|
"domain.deployment.form.ssh_pre_command.placeholder": "Command to be executed before deploying the certificate",
|
|
"domain.deployment.form.ssh_command.label": "Command",
|
|
"domain.deployment.form.ssh_command.placeholder": "Please enter command",
|
|
"domain.deployment.form.oss_endpoint.label": "Endpoint",
|
|
"domain.deployment.form.oss_endpoint.placeholder": "Please enter endpoint",
|
|
"domain.deployment.form.oss_bucket.label": "Bucket",
|
|
"domain.deployment.form.oss_bucket.placeholder": "Please enter bucket",
|
|
"domain.deployment.form.k8s_namespace.label": "Namespace",
|
|
"domain.deployment.form.k8s_namespace.placeholder": "Please enter namespace",
|
|
"domain.deployment.form.k8s_secret_name.label": "Secret Name",
|
|
"domain.deployment.form.k8s_secret_name.placeholder": "Please enter secret name",
|
|
"domain.deployment.form.k8s_secret_data_key_for_key.label": "Secret Data Key for PublicKey",
|
|
"domain.deployment.form.k8s_secret_data_key_for_key.placeholder": "Please enter secret data key for public key",
|
|
"domain.deployment.form.k8s_secret_data_key_for_crt.label": "Secret Data Key for Certificate",
|
|
"domain.deployment.form.k8s_secret_data_key_for_crt.placeholder": "Please enter secret data key for certificate",
|
|
"domain.deployment.form.variables.label": "Variable",
|
|
"domain.deployment.form.variables.key": "Name",
|
|
"domain.deployment.form.variables.value": "Value",
|
|
"domain.deployment.form.variables.empty": "Variable not added yet",
|
|
"domain.deployment.form.variables.key.required": "Variable name cannot be empty",
|
|
"domain.deployment.form.variables.value.required": "Variable value cannot be empty",
|
|
"domain.deployment.form.variables.key.placeholder": "Variable name",
|
|
"domain.deployment.form.variables.value.placeholder": "Variable value"
|
|
}
|