Change link and translation

This commit is contained in:
ArtemBaskal 2020-09-08 10:17:39 +03:00
parent 4d1666eff1
commit 9f3c27c03a
3 changed files with 5 additions and 3 deletions

View File

@ -332,7 +332,7 @@
"encryption_dot": "DNS-over-TLS port", "encryption_dot": "DNS-over-TLS port",
"encryption_dot_desc": "If this port is configured, AdGuard Home will run a DNS-over-TLS server on this port.", "encryption_dot_desc": "If this port is configured, AdGuard Home will run a DNS-over-TLS server on this port.",
"encryption_doq": "DNS-over-QUIC port", "encryption_doq": "DNS-over-QUIC port",
"encryption_doq_desc": "If this port is configured, AdGuard Home will run a DNS-over-QUIC server on this port. It's experimental and may not be reliable at the moment. The only DNS provider that supports it now is AdGuard DNS", "encryption_doq_desc": "If this port is configured, AdGuard Home will run a DNS-over-QUIC server on this port. It's experimental and may not be reliable. Also, there are not too many clients that support it at the moment.",
"encryption_certificates": "Certificates", "encryption_certificates": "Certificates",
"encryption_certificates_desc": "In order to use encryption, you need to provide a valid SSL certificates chain for your domain. You can get a free certificate on <0>{{link}}</0> or you can buy it from one of the trusted Certificate Authorities.", "encryption_certificates_desc": "In order to use encryption, you need to provide a valid SSL certificates chain for your domain. You can get a free certificate on <0>{{link}}</0> or you can buy it from one of the trusted Certificate Authorities.",
"encryption_certificates_input": "Copy/paste your PEM-encoded certificates here.", "encryption_certificates_input": "Copy/paste your PEM-encoded certificates here.",

View File

@ -69,7 +69,7 @@ const Examples = (props) => (
<Trans <Trans
components={[ components={[
<a <a
href="https://wikipedia.org/wiki/QUIC" href="https://tools.ietf.org/html/draft-huitema-quic-dnsoquic-07"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
key="0" key="0"
@ -80,6 +80,8 @@ const Examples = (props) => (
> >
example_upstream_doq example_upstream_doq
</Trans> </Trans>
&nbsp;
<span className="text-lowercase">(<Trans>experimental</Trans>)</span>
</span> </span>
</li> </li>
<li> <li>

View File

@ -199,7 +199,7 @@ let Form = (props) => {
<label className="form__label" htmlFor="port_dns_over_quic"> <label className="form__label" htmlFor="port_dns_over_quic">
<Trans>encryption_doq</Trans> <Trans>encryption_doq</Trans>
&nbsp; &nbsp;
(<Trans>experimental</Trans>) <span className="text-lowercase">(<Trans>experimental</Trans>)</span>
</label> </label>
<Field <Field
id="port_dns_over_quic" id="port_dns_over_quic"