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

31 lines
910 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"
}
}
}
},
"entity": {
"sensor": {
"printer_state": {
"state": {
"cancelling": "anulowanie",
"idle": "bezczynna",
"paused": "wstrzymana",
"pausing": "wstrzymywanie",
"printing": "drukowanie"
}
}
}
}
}