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

20 lines
608 B
JSON
Raw Normal View History

2022-03-10 00:17:10 +00:00
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
},
"error": {
2022-04-29 00:22:21 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_system_id": "Nieprawid\u0142owy identyfikator systemu Airzone"
2022-03-10 00:17:10 +00:00
},
"step": {
"user": {
"data": {
"host": "Nazwa hosta lub adres IP",
"port": "Port"
},
"description": "Skonfiguruj integracj\u0119 Airzone."
}
}
}
}