diff --git a/src/nginxconfig/i18n/pl/templates/callouts/droplet.js b/src/nginxconfig/i18n/pl/templates/callouts/droplet.js
index d726dc4..6ca9af4 100644
--- a/src/nginxconfig/i18n/pl/templates/callouts/droplet.js
+++ b/src/nginxconfig/i18n/pl/templates/callouts/droplet.js
@@ -26,5 +26,5 @@ THE SOFTWARE.
export default {
lookingForAPlaceToDeploy: '👋 Szukasz miejsca do wdrożenia nowej konfiguracji? ',
- tryOutDigitalOceansDroplet: 'Wypróbuj LEMP Droplet z NGINX na DigitalOcean',
+ tryOutDigitalOceansDroplet: 'Wypróbuj LEMP Droplet z NGINX od DigitalOcean',
};
diff --git a/src/nginxconfig/i18n/pl/templates/global_sections/docker.js b/src/nginxconfig/i18n/pl/templates/global_sections/docker.js
index a8aaf7a..c246f68 100644
--- a/src/nginxconfig/i18n/pl/templates/global_sections/docker.js
+++ b/src/nginxconfig/i18n/pl/templates/global_sections/docker.js
@@ -35,7 +35,7 @@ export default {
dockerCompose: `${docker} Compose`,
applyDockerTweaks: `Zastosuj poprawki pod ${docker}a`,
applyDockerTweaksForNginx: `Zastosuj poprawki konfiguracyjne pod ${common.nginx} z ${docker}em`,
- applyDockerTweaksExplainer: `Updates the ${common.nginx} user to be nginx
and the pid to /var/run/nginx.pid
`,
- includeDockerfile: `Include ${dockerfile} to run ${common.nginx} with ${docker}`,
- includeDockerCompose: `Include docker-compose to run ${common.nginx} with docker-compose`,
+ applyDockerTweaksExplainer: `Aktualizuje urzytkownika ${common.nginx} na nginx
oraz ustawia pid na /var/run/nginx.pid
`,
+ includeDockerfile: `Dołącz ${dockerfile}, aby uruchomić ${common.nginx} z ${docker}`,
+ includeDockerCompose: `Dołącz docker-compose, aby uruchomić ${common.nginx} z docker-compose`,
};
diff --git a/src/nginxconfig/i18n/pl/templates/global_sections/logging.js b/src/nginxconfig/i18n/pl/templates/global_sections/logging.js
index 26e6db9..8056c06 100644
--- a/src/nginxconfig/i18n/pl/templates/global_sections/logging.js
+++ b/src/nginxconfig/i18n/pl/templates/global_sections/logging.js
@@ -27,9 +27,9 @@ THE SOFTWARE.
import common from '../../common';
export default {
- enableFileNotFoundErrorLogging: `${common.enable} file not found error logging in`,
+ enableFileNotFoundErrorLogging: `${common.enable} logowanie błędów o nieznalezionych plikach`,
logformat: 'log_format',
- enableCloudflare: 'add Cloudflare request headers to the default log format',
+ enableCloudflare: 'dodaj nagłówki żądań Cloudflare do domyślnego formatu dziennika ',
cfRay: 'CF-Ray',
cfConnectingIp: 'CF-Connecting-IP',
xForwardedFor: 'X-Forwarded-For',
diff --git a/src/nginxconfig/i18n/pl/templates/global_sections/nginx.js b/src/nginxconfig/i18n/pl/templates/global_sections/nginx.js
index 9380957..bea549f 100644
--- a/src/nginxconfig/i18n/pl/templates/global_sections/nginx.js
+++ b/src/nginxconfig/i18n/pl/templates/global_sections/nginx.js
@@ -1,32 +1,32 @@
-/*
-Copyright 2020 DigitalOcean
-
-This code is licensed under the MIT License.
-You may obtain a copy of the License at
-https://github.com/digitalocean/nginxconfig.io/blob/master/LICENSE or https://mit-license.org/
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions :
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-*/
-
-import common from '../../common';
-
-export default {
- nginxConfigDirectory: `${common.nginx} config directory`,
- mb: 'MB',
-};
+/*
+Copyright 2020 DigitalOcean
+
+This code is licensed under the MIT License.
+You may obtain a copy of the License at
+https://github.com/digitalocean/nginxconfig.io/blob/master/LICENSE or https://mit-license.org/
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions :
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+
+import common from '../../common';
+
+export default {
+ nginxConfigDirectory: `ścieżka konfiguracji ${common.nginx}`,
+ mb: 'MB',
+};
diff --git a/src/nginxconfig/i18n/pl/templates/global_sections/tools.js b/src/nginxconfig/i18n/pl/templates/global_sections/tools.js
index e33b1d6..f439f4d 100644
--- a/src/nginxconfig/i18n/pl/templates/global_sections/tools.js
+++ b/src/nginxconfig/i18n/pl/templates/global_sections/tools.js
@@ -43,11 +43,11 @@ export default {
yesImSure: 'Tak, jestem pewien',
noCancel: 'Nie, poniechaj',
tools: 'Narzędzia',
- resetGlobalConfigBody: 'Are you sure you want to reset all configuration options in the global config section?',
- resetAllDomainsConfigBody: 'Are you sure you want to reset the configuration of ALL domains?',
- removeAllDomainsBody: 'Are you sure you want to remove ALL domain configurations?',
- areYouSureYouWantToResetAllConfigurationOptionsForThe: 'Are you sure you want to reset all configuration options for the',
- domain: 'domain?',
- areYouSureYouWantToRemoveThe: 'Are you sure you want to remove the ',
- domainConfiguration: 'domain configuration?',
+ resetGlobalConfigBody: 'Czy na pewno chcesz zresetować wszystkie opcje konfiguracji w sekcji konfiguracji globalnej?',
+ resetAllDomainsConfigBody: 'Czy na pewno chcesz zresetować konfigurację WSZYSTKICH domen?',
+ removeAllDomainsBody: 'Czy na pewno chcesz usunąć WSZYSTKIE konfiguracje domeny?',
+ areYouSureYouWantToResetAllConfigurationOptionsForThe: 'Czy na pewno chcesz zresetować wszystkie opcje konfiguracji domeny',
+ domain: '?',
+ areYouSureYouWantToRemoveThe: 'Czy napewno chcesz usunąć konfigurację dla domeny ',
+ domainConfiguration: '?',
};