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

23 lines
686 B
JSON
Raw Normal View History

2020-05-15 00:02:56 +00:00
{
"config": {
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana."
2020-05-15 00:02:56 +00:00
},
"error": {
2020-09-15 00:09:18 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
2020-05-15 00:02:56 +00:00
},
"step": {
"user": {
"data": {
2020-09-06 00:03:25 +00:00
"api_key": "Klucz API",
2020-05-15 00:02:56 +00:00
"host": "Nazwa hosta lub adres IP",
2020-07-19 00:03:02 +00:00
"location": "Lokalizacja",
2020-05-22 00:05:00 +00:00
"name": "Nazwa",
"port": "Port",
"ssl": "U\u017cyj SSL",
"verify_ssl": "Weryfikacja certyfikatu SSL"
2020-05-15 00:02:56 +00:00
}
}
}
}
}