|
|
|
@@ -79,7 +79,7 @@
|
|
|
|
|
"ssl-certificate": "SSL Certificate",
|
|
|
|
|
"none": "None",
|
|
|
|
|
"new-cert": "Request a new SSL Certificate",
|
|
|
|
|
"with-le": "with Let's Encrypt",
|
|
|
|
|
"with-le": "with Certbot",
|
|
|
|
|
"no-ssl": "This host will not use HTTPS",
|
|
|
|
|
"advanced": "Advanced",
|
|
|
|
|
"advanced-warning": "Enter your custom Nginx configuration here at your own risk!",
|
|
|
|
@@ -97,14 +97,14 @@
|
|
|
|
|
"delete": "Delete"
|
|
|
|
|
},
|
|
|
|
|
"ssl": {
|
|
|
|
|
"letsencrypt": "Let's Encrypt",
|
|
|
|
|
"letsencrypt": "Certbot",
|
|
|
|
|
"other": "Custom",
|
|
|
|
|
"none": "HTTP only",
|
|
|
|
|
"letsencrypt-email": "Email Address for Let's Encrypt",
|
|
|
|
|
"letsencrypt-agree": "I Agree to the <a href=\"{url}\" target=\"_blank\">Let's Encrypt Terms of Service</a>",
|
|
|
|
|
"letsencrypt-email": "Email Address for Certbot",
|
|
|
|
|
"letsencrypt-agree": "I Agree to the <a href=\"{url}\" target=\"_blank\">Let's Encrypt Terms of Service</a> / ToS of custom set CA",
|
|
|
|
|
"delete-ssl": "The SSL certificates attached will NOT be removed, they will need to be removed manually.",
|
|
|
|
|
"hosts-warning": "These domains must be already configured to point to this installation",
|
|
|
|
|
"no-wildcard-without-dns": "Cannot request Let's Encrypt Certificate for wildcard domains when not using DNS challenge",
|
|
|
|
|
"no-wildcard-without-dns": "Cannot request Certificate for wildcard domains when not using DNS challenge",
|
|
|
|
|
"dns-challenge": "Use a DNS Challenge",
|
|
|
|
|
"certbot-warning": "This section requires some knowledge about Certbot and its DNS plugins. Please consult the respective plugins documentation.",
|
|
|
|
|
"dns-provider": "DNS Provider",
|
|
|
|
@@ -185,11 +185,11 @@
|
|
|
|
|
"title": "SSL Certificates",
|
|
|
|
|
"empty": "There are no SSL Certificates",
|
|
|
|
|
"add": "Add SSL Certificate",
|
|
|
|
|
"form-title": "Add {provider, select, letsencrypt{Let's Encrypt} other{Custom}} Certificate",
|
|
|
|
|
"form-title": "Add {provider, select, letsencrypt{Certbot} other{Custom}} Certificate",
|
|
|
|
|
"delete": "Delete SSL Certificate",
|
|
|
|
|
"delete-confirm": "Are you sure you want to delete this SSL Certificate? Any hosts using it will need to be updated later.",
|
|
|
|
|
"help-title": "SSL Certificates",
|
|
|
|
|
"help-content": "SSL certificates (correctly known as TLS Certificates) are a form of encryption key which allows your site to be encrypted for the end user.\nNPM uses a service called Let's Encrypt to issue SSL certificates for free.\nIf you have any sort of personal information, passwords, or sensitive data behind NPM, it's probably a good idea to use a certificate.\nNPM also supports DNS authentication for if you're not running your site facing the internet, or if you just want a wildcard certificate.",
|
|
|
|
|
"help-content": "SSL certificates (correctly known as TLS Certificates) are a form of encryption key which allows your site to be encrypted for the end user.\nNPM uses by default a service called Let's Encrypt to issue SSL certificates for free.\nIf you have any sort of personal information, passwords, or sensitive data behind NPM, it's probably a good idea to use a certificate.\nNPM also supports DNS authentication for if you're not running your site facing the internet, or if you just want a wildcard certificate.",
|
|
|
|
|
"other-certificate": "Certificate",
|
|
|
|
|
"other-certificate-key": "Certificate Key",
|
|
|
|
|
"other-intermediate-certificate": "Intermediate Certificate",
|
|
|
|
@@ -205,7 +205,7 @@
|
|
|
|
|
"reachability-wrong-data": "There is a server found at this domain but it returned an unexpected data. Is it the NPM server? Please make sure your domain points to the IP where your NPM instance is running.",
|
|
|
|
|
"reachability-other": "There is a server found at this domain but it returned an unexpected status code {code}. Is it the NPM server? Please make sure your domain points to the IP where your NPM instance is running.",
|
|
|
|
|
"download": "Download",
|
|
|
|
|
"renew-title": "Renew Let's Encrypt Certificate",
|
|
|
|
|
"renew-title": "Renew Certificate",
|
|
|
|
|
"search": "Search Certificate…"
|
|
|
|
|
},
|
|
|
|
|
"access-lists": {
|
|
|
|
|