diff --git a/src/nginxconfig/i18n/es/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/es/templates/domain_sections/reverse_proxy.js index 0f493bd..5e74e12 100644 --- a/src/nginxconfig/i18n/es/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/es/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `${common.reverseProxy} no se puede habilitar mientras ${common.php} está habilitado.`, reverseProxyCannotBeEnabledWithPython: `${common.reverseProxy} no se puede habilitar mientras ${common.python} está habilitado.`, enableReverseProxy: `${common.enable} ${common.reverseProxyLower}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate }; diff --git a/src/nginxconfig/i18n/fr/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/fr/templates/domain_sections/reverse_proxy.js index 29f05d1..530cf38 100644 --- a/src/nginxconfig/i18n/fr/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/fr/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `Le ${common.reverseProxyLower} ne peut pas être activé en même temps que ${common.php}.`, reverseProxyCannotBeEnabledWithPython: `Le ${common.reverseProxyLower} ne peut pas être activé en même temps que ${common.python}.`, enableReverseProxy: `${common.enable} le ${common.reverseProxyLower}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate }; diff --git a/src/nginxconfig/i18n/ja/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/ja/templates/domain_sections/reverse_proxy.js index d7add45..75a909e 100644 --- a/src/nginxconfig/i18n/ja/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/ja/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `${common.php} が有効な場合は、 ${common.reverseProxy} を有効にすることはできません。`, reverseProxyCannotBeEnabledWithPython: `${common.python} が有効な場合は、 ${common.reverseProxy} を有効にすることはできません。`, enableReverseProxy: `${common.reverseProxyLower}を${common.enable}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate }; diff --git a/src/nginxconfig/i18n/pl/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/pl/templates/domain_sections/reverse_proxy.js index 2a69abe..6fb294a 100644 --- a/src/nginxconfig/i18n/pl/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/pl/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `${common.reverseProxy} nie może zostać włączony dopóki włączony jest ${common.php}.`, reverseProxyCannotBeEnabledWithPython: `${common.reverseProxy} nie może zostać włączony dopóki włączony jest ${common.python}.`, enableReverseProxy: `${common.enable} ${common.reverseProxyLower}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate }; diff --git a/src/nginxconfig/i18n/pt-br/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/pt-br/templates/domain_sections/reverse_proxy.js index 84c1bfc..23f51ac 100644 --- a/src/nginxconfig/i18n/pt-br/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/pt-br/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `O ${common.reverseProxy} não pode ser habilitado enquanto o ${common.php} estiver habilitado.`, reverseProxyCannotBeEnabledWithPython: `O ${common.reverseProxy} não pode ser habilitado enquanto o ${common.python} estiver habilitado.`, enableReverseProxy: `${common.enable} ${common.reverseProxyLower}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate }; diff --git a/src/nginxconfig/i18n/ru/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/ru/templates/domain_sections/reverse_proxy.js index 6d109dd..d04a686 100644 --- a/src/nginxconfig/i18n/ru/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/ru/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `${common.reverseProxy} не может быть включен, пока включен ${common.php}.`, reverseProxyCannotBeEnabledWithPython: `${common.reverseProxy} не может быть включен, пока включен ${common.python}.`, enableReverseProxy: `${common.enable} ${common.reverseProxyLower}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate }; diff --git a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/reverse_proxy.js index e43313f..42d4dfd 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `${common.reverseProxy}在启用${common.php}时无法启用。`, reverseProxyCannotBeEnabledWithPython: `${common.reverseProxy}在启用${common.python}时无法启用。`, enableReverseProxy: `${common.enable} ${common.reverseProxyLower}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate }; diff --git a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/reverse_proxy.js index 41a8da2..be2a781 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `${common.reverseProxy} 在啟用 ${common.php} 時無法啟用。`, reverseProxyCannotBeEnabledWithPython: `${common.reverseProxy} 在啟用 ${common.python} 時無法啟用。`, enableReverseProxy: `${common.enable}${common.reverseProxyLower}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate };