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

19 lines
468 B
JSON
Raw Normal View History

2020-04-28 00:04:52 +00:00
{
"config": {
"abort": {
2020-10-13 00:03:24 +00:00
"already_configured": "Konto jest ju\u017c skonfigurowane"
2020-04-28 00:04:52 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie"
2020-04-28 00:04:52 +00:00
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"password": "Has\u0142o",
"username": "Nazwa u\u017cytkownika"
2020-04-28 00:04:52 +00:00
},
"title": "Total Connect"
}
}
}
}