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

23 lines
725 B
JSON
Raw Normal View History

2021-10-27 00:11:52 +00:00
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
},
"error": {
2021-11-10 00:17:39 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
2021-10-27 00:11:52 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
2021-11-08 00:12:31 +00:00
},
"step": {
"user": {
"data": {
2021-11-10 00:17:39 +00:00
"host": "Nazwa hosta lub adres IP",
2021-11-08 00:12:31 +00:00
"password": "Has\u0142o",
2021-11-10 00:17:39 +00:00
"pin": "Kod PIN",
"ssl": "Certyfikat SSL",
"username": "Nazwa u\u017cytkownika"
},
"title": "Po\u0142\u0105cz z termostatem Venstar"
2021-11-08 00:12:31 +00:00
}
2021-10-27 00:11:52 +00:00
}
}
}