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

26 lines
746 B
JSON

{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_path": "Nie znaleziono katalogu"
},
"step": {
"owserver": {
"data": {
"host": "Nazwa hosta lub adres IP",
"port": "Port"
},
"title": "Ustawienia owserver"
},
"user": {
"data": {
"type": "Rodzaj po\u0142\u0105czenia"
},
"title": "Konfiguracja 1-Wire"
}
}
}
}