From 3b14d96f5968854882e5135c8310bf65f04d1ddc Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Fri, 7 May 2021 16:35:36 +0100 Subject: [PATCH] Improve http3 warning string names --- .../i18n/en/templates/domain_sections/https.js | 10 +++++----- .../i18n/fr/templates/domain_sections/https.js | 10 +++++----- .../i18n/pt-br/templates/domain_sections/https.js | 10 +++++----- .../i18n/ru/templates/domain_sections/https.js | 10 +++++----- .../i18n/zh-cn/templates/domain_sections/https.js | 10 +++++----- .../i18n/zh-tw/templates/domain_sections/https.js | 10 +++++----- src/nginxconfig/templates/domain_sections/https.vue | 10 +++++----- 7 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/nginxconfig/i18n/en/templates/domain_sections/https.js b/src/nginxconfig/i18n/en/templates/domain_sections/https.js index d7635c7..9aefe26 100644 --- a/src/nginxconfig/i18n/en/templates/domain_sections/https.js +++ b/src/nginxconfig/i18n/en/templates/domain_sections/https.js @@ -42,9 +42,9 @@ export default { certificationType: 'Certification type', customCertificate: 'Custom certificate', letsEncryptEmail: `${common.letsEncrypt} email`, - http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, check the ', - http3Warning2: 'NGINX QUIC readme ', - http3Warning3: ' or the ', - http3Warning4: 'Cloudflare quiche project ', - http3Warning5: ' for how to build NGINX with HTTP/3!', + http3IsANonStandardModule: 'HTTP/3 isn\'t a standard NGINX module, check the ', + http3NginxQuicReadme: 'NGINX QUIC readme', + http3OrThe: ' or the ', + http3CloudflareQuicheProject: 'Cloudflare quiche project', + http3ForBuildingNginxWithHttp3: ' for how to build NGINX with HTTP/3!', }; diff --git a/src/nginxconfig/i18n/fr/templates/domain_sections/https.js b/src/nginxconfig/i18n/fr/templates/domain_sections/https.js index c39f9d3..1db8572 100644 --- a/src/nginxconfig/i18n/fr/templates/domain_sections/https.js +++ b/src/nginxconfig/i18n/fr/templates/domain_sections/https.js @@ -42,9 +42,9 @@ export default { certificationType: 'Type de certification', customCertificate: 'Certificat personnalisé', letsEncryptEmail: `E-mail ${common.letsEncrypt}`, - http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate - http3Warning2: 'NGINX QUIC readme ', // TODO: translate - http3Warning3: ' or the ', // TODO: translate - http3Warning4: 'Cloudflare quiche project ', // TODO: translate - http3Warning5: ' for how to build NGINX with HTTP/3!', // TODO: translate + http3IsANonStandardModule: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate + http3NginxQuicReadme: 'NGINX QUIC readme', // TODO: translate + http3OrThe: ' or the ', // TODO: translate + http3CloudflareQuicheProject: 'Cloudflare quiche project', // TODO: translate + http3ForBuildingNginxWithHttp3: ' for how to build NGINX with HTTP/3!', // TODO: translate }; diff --git a/src/nginxconfig/i18n/pt-br/templates/domain_sections/https.js b/src/nginxconfig/i18n/pt-br/templates/domain_sections/https.js index 46cfa8d..6c52840 100644 --- a/src/nginxconfig/i18n/pt-br/templates/domain_sections/https.js +++ b/src/nginxconfig/i18n/pt-br/templates/domain_sections/https.js @@ -42,9 +42,9 @@ export default { certificationType: 'Tipo de certificação', customCertificate: 'Certificado personalizado', letsEncryptEmail: `E-mail do ${common.letsEncrypt}`, - http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate - http3Warning2: 'NGINX QUIC readme ', // TODO: translate - http3Warning3: ' or the ', // TODO: translate - http3Warning4: 'Cloudflare quiche project ', // TODO: translate - http3Warning5: ' for how to build NGINX with HTTP/3!', // TODO: translate + http3IsANonStandardModule: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate + http3NginxQuicReadme: 'NGINX QUIC readme', // TODO: translate + http3OrThe: ' or the ', // TODO: translate + http3CloudflareQuicheProject: 'Cloudflare quiche project', // TODO: translate + http3ForBuildingNginxWithHttp3: ' for how to build NGINX with HTTP/3!', // TODO: translate }; diff --git a/src/nginxconfig/i18n/ru/templates/domain_sections/https.js b/src/nginxconfig/i18n/ru/templates/domain_sections/https.js index fa1a00d..97e24a9 100644 --- a/src/nginxconfig/i18n/ru/templates/domain_sections/https.js +++ b/src/nginxconfig/i18n/ru/templates/domain_sections/https.js @@ -42,9 +42,9 @@ export default { certificationType: 'Тип сертификации', customCertificate: 'Другой сертификат', letsEncryptEmail: `${common.letsEncrypt} email`, - http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate - http3Warning2: 'NGINX QUIC readme ', // TODO: translate - http3Warning3: ' or the ', // TODO: translate - http3Warning4: 'Cloudflare quiche project ', // TODO: translate - http3Warning5: ' for how to build NGINX with HTTP/3!', // TODO: translate + http3IsANonStandardModule: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate + http3NginxQuicReadme: 'NGINX QUIC readme', // TODO: translate + http3OrThe: ' or the ', // TODO: translate + http3CloudflareQuicheProject: 'Cloudflare quiche project', // TODO: translate + http3ForBuildingNginxWithHttp3: ' for how to build NGINX with HTTP/3!', // TODO: translate }; diff --git a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/https.js b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/https.js index 813fa21..0c9987f 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/https.js +++ b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/https.js @@ -42,9 +42,9 @@ export default { certificationType: '证书类型', customCertificate: '本地证书', letsEncryptEmail: `${common.letsEncrypt} 邮箱`, - http3Warning1: 'HTTP/3 并不是一个标准的 NGINX 模块, 请查看 ', - http3Warning2: 'NGINX QUIC 使用文档', - http3Warning3: ' 或者 ', - http3Warning4: 'Cloudflare quiche 项目', - http3Warning5: ' 以构建支持 HTTP/3 的 NGINX!', + http3IsANonStandardModule: 'HTTP/3 并不是一个标准的 NGINX 模块, 请查看 ', + http3NginxQuicReadme: 'NGINX QUIC 使用文档', + http3OrThe: ' 或者 ', + http3CloudflareQuicheProject: 'Cloudflare quiche 项目', + http3ForBuildingNginxWithHttp3: ' 以构建支持 HTTP/3 的 NGINX!', }; diff --git a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/https.js b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/https.js index 28e96d2..4c949f6 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/https.js +++ b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/https.js @@ -42,9 +42,9 @@ export default { certificationType: '證書類型', customCertificate: '本地證書', letsEncryptEmail: `${common.letsEncrypt} 郵箱`, - http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate - http3Warning2: 'NGINX QUIC readme ', // TODO: translate - http3Warning3: ' or the ', // TODO: translate - http3Warning4: 'Cloudflare quiche project ', // TODO: translate - http3Warning5: ' for how to build NGINX with HTTP/3!', // TODO: translate + http3IsANonStandardModule: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate + http3NginxQuicReadme: 'NGINX QUIC readme', // TODO: translate + http3OrThe: ' or the ', // TODO: translate + http3CloudflareQuicheProject: 'Cloudflare quiche project', // TODO: translate + http3ForBuildingNginxWithHttp3: ' for how to build NGINX with HTTP/3!', // TODO: translate }; diff --git a/src/nginxconfig/templates/domain_sections/https.vue b/src/nginxconfig/templates/domain_sections/https.vue index 2e7efcc..316ea77 100644 --- a/src/nginxconfig/templates/domain_sections/https.vue +++ b/src/nginxconfig/templates/domain_sections/https.vue @@ -80,15 +80,15 @@ THE SOFTWARE.