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

20 lines
528 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-08 00:12:31 +00:00
"cannot_connect": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107",
2021-10-27 00:11:52 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
2021-11-08 00:12:31 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Has\u0142o",
"pin": "Kod PIN"
}
}
2021-10-27 00:11:52 +00:00
}
}
}