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

23 lines
817 B
JSON
Raw Normal View History

2022-08-31 00:31:51 +00:00
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"already_in_progress": "Konfiguracja jest ju\u017c w toku",
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci",
2022-09-16 00:29:29 +00:00
"no_unconfigured_devices": "Nie znaleziono nieskonfigurowanych urz\u0105dze\u0144.",
2022-08-31 00:31:51 +00:00
"not_supported": "Urz\u0105dzenie nie jest obs\u0142ugiwane"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
2022-09-16 00:29:29 +00:00
"flow_title": "{name}",
"step": {
"user": {
"data": {
"address": "Adres Bluetooth"
}
}
}
2022-08-31 00:31:51 +00:00
}
}