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

23 lines
733 B
JSON
Raw Normal View History

2022-05-17 00:23:03 +00:00
{
"config": {
"abort": {
2022-05-21 00:22:49 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"ipv6_not_supported": "IPv6 nie jest obs\u0142ugiwany."
2022-05-17 00:23:03 +00:00
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
2022-05-21 00:22:49 +00:00
"flow_title": "{name} - {model} ({ip_address})",
2022-05-17 00:23:03 +00:00
"step": {
2022-05-21 00:22:49 +00:00
"discovery_confirm": {
"description": "Czy chcesz skonfigurowa\u0107 {name} - {model} ({ip_address})?"
},
2022-05-17 00:23:03 +00:00
"user": {
"data": {
"ip_address": "Adres IP"
}
}
}
}
}