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

37 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana",
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie"
},
"step": {
"api_key": {
"data": {
"api_key": "Klucz API"
}
},
"reauth_confirm": {
"data": {
"api_key": "Klucz API"
},
"description": "Wprowad\u017a nowy klucz API PI-Hole dla {host}/{location}",
"title": "Ponownie uwierzytelnij integracj\u0119 PI-Hole"
},
"user": {
"data": {
"api_key": "Klucz API",
"host": "Nazwa hosta lub adres IP",
"location": "Lokalizacja",
"name": "Nazwa",
"port": "Port",
"ssl": "Certyfikat SSL",
"verify_ssl": "Weryfikacja certyfikatu SSL"
}
}
}
}
}