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

24 lines
942 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-10-20 00:08:00 +00:00
"address_already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane pod adresem {address}",
2020-10-13 00:03:24 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-13 00:03:24 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"unknown": "Nieoczekiwany b\u0142\u0105d",
2020-05-13 18:27:21 +00:00
"unsupported_version": "Urz\u0105dzenie BleBox ma nieaktualny firmware. Prosz\u0119 go najpierw zaktualizowa\u0107."
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name} ({host})",
2020-05-13 18:27:21 +00:00
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Adres IP",
"port": "Port"
2020-05-13 18:27:21 +00:00
},
2020-11-24 00:04:19 +00:00
"description": "Skonfiguruj BleBox, aby zintegrowa\u0107 si\u0119 z Home Assistantem.",
2020-10-26 00:03:36 +00:00
"title": "Konfiguracja urz\u0105dzenia BleBox"
2020-05-13 18:27:21 +00:00
}
}
}
}