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

44 lines
1.4 KiB
JSON
Raw Normal View History

2022-07-23 00:25:17 +00:00
{
"config": {
2022-07-24 00:28:19 +00:00
"abort": {
2022-07-27 00:28:57 +00:00
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana",
2022-08-26 00:27:16 +00:00
"no_adapters": "Nie znaleziono nieskonfigurowanych adapter\u00f3w Bluetooth"
2022-07-24 00:28:19 +00:00
},
2022-07-23 00:25:17 +00:00
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Czy chcesz skonfigurowa\u0107 {name}?"
},
2022-09-16 00:29:29 +00:00
"multiple_adapters": {
"data": {
"adapter": "Adapter"
},
"description": "Wybierz adapter Bluetooth do konfiguracji"
},
"single_adapter": {
"description": "Czy chcesz skonfigurowa\u0107 adapter Bluetooth {name}?"
},
2022-07-23 00:25:17 +00:00
"user": {
"data": {
"address": "Urz\u0105dzenie"
},
"description": "Wybierz urz\u0105dzenie do skonfigurowania"
}
}
2022-07-27 00:28:57 +00:00
},
2022-09-23 00:32:50 +00:00
"issues": {
"haos_outdated": {
"description": "Aby poprawi\u0107 niezawodno\u015b\u0107 i wydajno\u015b\u0107 Bluetooth, zdecydowanie zalecamy aktualizacj\u0119 Home Assistant OS do wersji 9.0 lub nowszej.",
"title": "Aktualizacja Home Assistant OS do wersji 9.0 lub nowszej"
}
},
2022-07-27 00:28:57 +00:00
"options": {
"step": {
"init": {
"data": {
2022-08-31 00:31:51 +00:00
"passive": "Skanowanie pasywne"
2022-11-24 00:26:32 +00:00
}
2022-07-27 00:28:57 +00:00
}
}
2022-07-23 00:25:17 +00:00
}
}