core/homeassistant/components/pi_hole/translations/pl.json

29 lines
872 B
JSON

{
"config": {
"abort": {
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
},
"step": {
"api_key": {
"data": {
"api_key": "Klucz API"
}
},
"user": {
"data": {
"api_key": "Klucz API",
"host": "Nazwa hosta lub adres IP",
"location": "Lokalizacja",
"name": "Nazwa",
"port": "Port",
"ssl": "Certyfikat SSL",
"statistics_only": "Tylko statystyki",
"verify_ssl": "Weryfikacja certyfikatu SSL"
}
}
}
}
}