From a2bf05bc1916bd0d4628c57547a486dabc182d85 Mon Sep 17 00:00:00 2001
From: Zulcom <s01@ngs.ru>
Date: Fri, 1 Oct 2021 16:13:21 +0300
Subject: [PATCH] Add Russian translations for HTTP3 words

---
 .../i18n/ru/templates/domain_sections/https.js         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/nginxconfig/i18n/ru/templates/domain_sections/https.js b/src/nginxconfig/i18n/ru/templates/domain_sections/https.js
index c326207..5c8a624 100644
--- a/src/nginxconfig/i18n/ru/templates/domain_sections/https.js
+++ b/src/nginxconfig/i18n/ru/templates/domain_sections/https.js
@@ -40,9 +40,9 @@ export default {
     certificationType: 'Тип сертификации',
     customCertificate: 'Другой сертификат',
     letsEncryptEmail: `${common.letsEncrypt} email`,
-    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
+    http3IsANonStandardModule: 'HTTP/3 не является стандартным модулем NGINX, ознакомьтесь с ',
+    http3NginxQuicReadme: 'readme NGINX QUIC',
+    http3OrThe: ' или с ',
+    http3CloudflareQuicheProject: 'проектом Cloudflare quiche',
+    http3ForBuildingNginxWithHttp3: ' чтобы узнать как собрать NGINX с HTTP/3!',
 };