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

18 lines
541 B
JSON

{
"config": {
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie",
"not_supported": "Obs\u0142ugiwane jest tylko PrusaLink API v2",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"step": {
"user": {
"data": {
"api_key": "Klucz API",
"host": "Nazwa hosta lub adres IP"
}
}
}
}
}