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

19 lines
495 B
JSON

{
"config": {
"error": {
"invalid_auth": "Niepoprawne uwierzytelnienie."
},
"flow_title": "NZBGet: {name}",
"step": {
"user": {
"data": {
"host": "Nazwa hosta lub adres IP",
"name": "Nazwa",
"password": "Has\u0142o",
"port": "Port",
"username": "Nazwa u\u017cytkownika"
}
}
}
}
}