upd polish lang

This commit is contained in:
Yasio 2021-05-27 21:56:17 +02:00
parent 95ffdc2756
commit d109820c57
5 changed files with 45 additions and 45 deletions

View File

@ -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',
}; };

View File

@ -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`,
}; };

View File

@ -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',

View File

@ -27,6 +27,6 @@ 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',
}; };

View File

@ -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: '?',
}; };