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