fixed eslint
This commit is contained in:
parent
8b9374f037
commit
98064a9178
|
@ -47,7 +47,7 @@ export default {
|
||||||
ipv4Only: `${ipv4} only`,
|
ipv4Only: `${ipv4} only`,
|
||||||
ipv6Only: `${ipv6} only`,
|
ipv6Only: `${ipv6} only`,
|
||||||
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
||||||
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `,
|
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ',
|
||||||
http3Warning2: `NGINX quic readme `,
|
http3Warning2: 'NGINX quic readme ',
|
||||||
http3Warning3: `on how to build NGINX with HTTP/3!`
|
http3Warning3: 'on how to build NGINX with HTTP/3!',
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,7 +47,7 @@ export default {
|
||||||
ipv4Only: `${ipv4} seulement`,
|
ipv4Only: `${ipv4} seulement`,
|
||||||
ipv6Only: `${ipv6} seulement`,
|
ipv6Only: `${ipv6} seulement`,
|
||||||
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
||||||
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
|
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
|
||||||
http3Warning2: `NGINX quic readme `, // TODO: translate
|
http3Warning2: 'NGINX quic readme ', // TODO: translate
|
||||||
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
|
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,7 +47,7 @@ export default {
|
||||||
ipv4Only: `${ipv4} apenas`,
|
ipv4Only: `${ipv4} apenas`,
|
||||||
ipv6Only: `${ipv6} apenas`,
|
ipv6Only: `${ipv6} apenas`,
|
||||||
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
||||||
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
|
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
|
||||||
http3Warning2: `NGINX quic readme `, // TODO: translate
|
http3Warning2: 'NGINX quic readme ', // TODO: translate
|
||||||
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
|
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,7 +47,7 @@ export default {
|
||||||
ipv4Only: `только ${ipv4}`,
|
ipv4Only: `только ${ipv4}`,
|
||||||
ipv6Only: `только ${ipv6}`,
|
ipv6Only: `только ${ipv6}`,
|
||||||
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
||||||
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
|
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
|
||||||
http3Warning2: `NGINX quic readme `, // TODO: translate
|
http3Warning2: 'NGINX quic readme ', // TODO: translate
|
||||||
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
|
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
|
||||||
};
|
};
|
|
@ -47,7 +47,7 @@ export default {
|
||||||
ipv4Only: `${ipv4}`,
|
ipv4Only: `${ipv4}`,
|
||||||
ipv6Only: `${ipv6}`,
|
ipv6Only: `${ipv6}`,
|
||||||
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
||||||
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `, // TODO: translate
|
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
|
||||||
http3Warning2: `NGINX quic readme `, // TODO: translate
|
http3Warning2: 'NGINX quic readme ', // TODO: translate
|
||||||
http3Warning3: `on how to build NGINX with HTTP/3!`, // TODO: translate
|
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,7 +47,7 @@ export default {
|
||||||
ipv4Only: `${ipv4}`,
|
ipv4Only: `${ipv4}`,
|
||||||
ipv6Only: `${ipv6}`,
|
ipv6Only: `${ipv6}`,
|
||||||
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
ipv4AndIpv6: `${ipv4} & ${ipv6}`,
|
||||||
http3Warning1: `HTTP/3 isn't a standard NGINX module, Check `,
|
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, Check ', // TODO: translate
|
||||||
http3Warning2: `NGINX quic readme `,
|
http3Warning2: 'NGINX quic readme ', // TODO: translate
|
||||||
http3Warning3: `on how to build NGINX with HTTP/3!`,
|
http3Warning3: 'on how to build NGINX with HTTP/3!', // TODO: translate
|
||||||
};
|
};
|
||||||
|
|
|
@ -231,7 +231,7 @@ THE SOFTWARE.
|
||||||
<div class="message-body">
|
<div class="message-body">
|
||||||
{{ $t('templates.globalSections.https.http3Warning1') }}
|
{{ $t('templates.globalSections.https.http3Warning1') }}
|
||||||
<ExternalLink :text="$t('templates.globalSections.https.http3Warning2')"
|
<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>
|
></ExternalLink>
|
||||||
{{ $t('templates.globalSections.https.http3Warning3') }}
|
{{ $t('templates.globalSections.https.http3Warning3') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue