fixed eslint

This commit is contained in:
Jeffrey Kosse 2021-03-26 14:51:17 +01:00
parent 8b9374f037
commit 98064a9178
7 changed files with 19 additions and 19 deletions

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4} only`,
ipv6Only: `${ipv6} only`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `,
http3Warning2: `NGINX quic readme `,
http3Warning3: `on how to build NGINX with HTTP/3!`
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ',
http3Warning2: 'NGINX quic readme ',
http3Warning3: 'on how to build NGINX with HTTP/3!',
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4} seulement`,
ipv6Only: `${ipv6} seulement`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
http3Warning2: `NGINX quic readme `, // TODO: translate
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4} apenas`,
ipv6Only: `${ipv6} apenas`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
http3Warning2: `NGINX quic readme `, // TODO: translate
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `только ${ipv4}`,
ipv6Only: `только ${ipv6}`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
http3Warning2: `NGINX quic readme `, // TODO: translate
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4}`,
ipv6Only: `${ipv6}`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
http3Warning2: `NGINX quic readme `, // TODO: translate
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -47,7 +47,7 @@ export default {
ipv4Only: `${ipv4}`,
ipv6Only: `${ipv6}`,
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `,
http3Warning2: `NGINX quic readme `,
http3Warning3: `on how to build NGINX with HTTP/3!`,
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
http3Warning2: 'NGINX quic readme ', // TODO: translate
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
};

View File

@ -231,7 +231,7 @@ THE SOFTWARE.
<div class="message-body">
{{ $t('templates.globalSections.https.http3Warning1') }}
<ExternalLink :text="$t('templates.globalSections.https.http3Warning2')"
link="https://github.com/cloudflare/quiche/tree/master/extras/nginx"
link="https://github.com/cloudflare/quiche/tree/master/extras/nginx"
></ExternalLink>
{{ $t('templates.globalSections.https.http3Warning3') }}
</div>