upd polish lang
This commit is contained in:
parent
95ffdc2756
commit
d109820c57
src/nginxconfig/i18n/pl/templates
|
@ -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',
|
||||
};
|
||||
|
|
|
@ -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 <code class="slim">nginx</code> and the pid to <code class="slim">/var/run/nginx.pid</code>`,
|
||||
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 <code class="slim">nginx</code> oraz ustawia pid na <code class="slim">/var/run/nginx.pid</code>`,
|
||||
includeDockerfile: `Dołącz ${dockerfile}, aby uruchomić ${common.nginx} z ${docker}`,
|
||||
includeDockerCompose: `Dołącz docker-compose, aby uruchomić ${common.nginx} z docker-compose`,
|
||||
};
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -27,6 +27,6 @@ THE SOFTWARE.
|
|||
import common from '../../common';
|
||||
|
||||
export default {
|
||||
nginxConfigDirectory: `${common.nginx} config directory`,
|
||||
nginxConfigDirectory: `ścieżka konfiguracji ${common.nginx}`,
|
||||
mb: 'MB',
|
||||
};
|
||||
|
|
|
@ -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: '?',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue