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

33 lines
995 B
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-07-24 00:28:19 +00:00
"enable_bluetooth": {
"description": "Czy chcesz skonfigurowa\u0107 Bluetooth?"
},
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
},
"options": {
"step": {
"init": {
"data": {
2022-08-31 00:31:51 +00:00
"adapter": "Adapter Bluetooth u\u017cywany do skanowania",
"passive": "Skanowanie pasywne"
2022-07-27 00:28:57 +00:00
}
}
}
2022-07-23 00:25:17 +00:00
}
}