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

41 lines
1.1 KiB
JSON
Raw Normal View History

2018-10-05 15:50:00 +00:00
{
"config": {
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
2020-05-20 00:03:49 +00:00
"incomplete_discovery": "Wykrywanie niekompletne",
2020-10-10 00:05:05 +00:00
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci"
2018-10-05 15:50:00 +00:00
},
2020-10-07 00:06:20 +00:00
"error": {
"few": "kilka",
"many": "wiele",
"one": "jeden",
"other": "inne"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2018-10-05 15:50:00 +00:00
"step": {
2020-10-07 00:06:20 +00:00
"init": {
"few": "kilka",
"many": "wiele",
"one": "jeden",
"other": "inne"
},
2020-05-13 18:27:21 +00:00
"ssdp_confirm": {
"description": "Czy chcesz skonfigurowa\u0107 to urz\u0105dzenie UPnP/IGD?"
2018-10-05 15:50:00 +00:00
},
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"unique_id": "Urz\u0105dzenie"
2020-05-29 00:04:16 +00:00
}
2018-10-05 15:50:00 +00:00
}
2020-04-15 16:51:07 +00:00
}
2021-05-27 00:17:03 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Cz\u0119stotliwo\u015b\u0107 aktualizacji (sekundy, minimum 30)"
}
}
}
2020-04-16 20:00:10 +00:00
}
2018-10-05 15:50:00 +00:00
}