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

23 lines
713 B
JSON

{
"config": {
"abort": {
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana.",
"duplicated_name": "Nazwa ju\u017c istnieje."
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia."
},
"step": {
"user": {
"data": {
"api_key": "Klucz API (opcjonalnie)",
"host": "Nazwa hosta lub adres IP",
"name": "Nazwa",
"port": "Port",
"ssl": "U\u017cyj SSL",
"verify_ssl": "Weryfikacja certyfikatu SSL"
}
}
}
}
}