diff --git a/src/nginxconfig/i18n/de/templates/domain_sections/logging.js b/src/nginxconfig/i18n/de/templates/domain_sections/logging.js index cd95e8f..285f24b 100644 --- a/src/nginxconfig/i18n/de/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/de/templates/domain_sections/logging.js @@ -29,4 +29,5 @@ export default { enableForThisDomain: 'Für diese Domain aktivieren', arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate }; diff --git a/src/nginxconfig/i18n/es/templates/domain_sections/logging.js b/src/nginxconfig/i18n/es/templates/domain_sections/logging.js index e11d310..e30750e 100644 --- a/src/nginxconfig/i18n/es/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/es/templates/domain_sections/logging.js @@ -31,4 +31,5 @@ export default { enableForThisDomain: `${common.enable} para este dominio`, arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate }; diff --git a/src/nginxconfig/i18n/fr/templates/domain_sections/logging.js b/src/nginxconfig/i18n/fr/templates/domain_sections/logging.js index ce9c09d..9b46e2c 100644 --- a/src/nginxconfig/i18n/fr/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/fr/templates/domain_sections/logging.js @@ -31,4 +31,5 @@ export default { enableForThisDomain: `${common.enable} pour ce domaine`, arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate }; diff --git a/src/nginxconfig/i18n/ja/templates/domain_sections/logging.js b/src/nginxconfig/i18n/ja/templates/domain_sections/logging.js index f53efae..bcefbef 100644 --- a/src/nginxconfig/i18n/ja/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/ja/templates/domain_sections/logging.js @@ -31,4 +31,5 @@ export default { enableForThisDomain: `このドメインで${common.enable}`, arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate }; diff --git a/src/nginxconfig/i18n/pl/templates/domain_sections/logging.js b/src/nginxconfig/i18n/pl/templates/domain_sections/logging.js index b4e1a9f..2bab9ee 100644 --- a/src/nginxconfig/i18n/pl/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/pl/templates/domain_sections/logging.js @@ -31,4 +31,5 @@ export default { enableForThisDomain: `${common.enable} dla tej domeny`, arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate }; diff --git a/src/nginxconfig/i18n/pt-br/templates/domain_sections/logging.js b/src/nginxconfig/i18n/pt-br/templates/domain_sections/logging.js index 7c235b2..378acad 100644 --- a/src/nginxconfig/i18n/pt-br/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/pt-br/templates/domain_sections/logging.js @@ -31,4 +31,5 @@ export default { enableForThisDomain: `${common.enable} para este domínio`, arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate }; diff --git a/src/nginxconfig/i18n/ru/templates/domain_sections/logging.js b/src/nginxconfig/i18n/ru/templates/domain_sections/logging.js index aee6469..596f865 100644 --- a/src/nginxconfig/i18n/ru/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/ru/templates/domain_sections/logging.js @@ -31,4 +31,5 @@ export default { enableForThisDomain: `${common.enable} для этого домена`, arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate }; diff --git a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/logging.js b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/logging.js index ec65ae9..1e69b69 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/logging.js @@ -31,4 +31,5 @@ export default { enableForThisDomain: `为此站点${common.enable}`, arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate }; diff --git a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/logging.js b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/logging.js index 49ccb8d..a5260b8 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/logging.js +++ b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/logging.js @@ -31,4 +31,5 @@ export default { enableForThisDomain: `為此網域${common.enable}`, arguments: 'arguments', // TODO: translate level: 'logging level', // TODO: translate + forRedirects: 'for redirects', // TODO: translate };