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

51 lines
2.4 KiB
JSON
Raw Normal View History

2018-03-15 02:47:31 +00:00
{
"config": {
"abort": {
2020-02-09 00:31:39 +00:00
"all_configured": "Wszystkie mostki Hue s\u0105 ju\u017c skonfigurowane.",
"already_configured": "Mostek jest ju\u017c skonfigurowany.",
"already_in_progress": "Konfiguracja mostka jest ju\u017c w toku.",
2018-05-05 15:32:36 +00:00
"cannot_connect": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z mostkiem",
2018-03-15 02:47:31 +00:00
"discover_timeout": "Nie mo\u017cna wykry\u0107 \u017cadnych mostk\u00f3w Hue",
2020-05-20 00:03:49 +00:00
"no_bridges": "Nie wykryto mostk\u00f3w Hue.",
2019-06-18 18:54:56 +00:00
"not_hue_bridge": "To nie jest mostek Hue",
2020-05-15 00:02:56 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d."
2018-03-15 02:47:31 +00:00
},
"error": {
"linking": "Wyst\u0105pi\u0142 nieznany b\u0142\u0105d w trakcie \u0142\u0105czenia.",
2019-10-10 00:31:40 +00:00
"register_failed": "Nie uda\u0142o si\u0119 zarejestrowa\u0107. Spr\u00f3buj ponownie."
2018-03-15 02:47:31 +00:00
},
"step": {
"init": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Nazwa hosta lub adres IP"
2018-03-15 02:47:31 +00:00
},
"title": "Wybierz mostek Hue"
},
"link": {
2019-11-15 00:32:15 +00:00
"description": "Naci\u015bnij przycisk na mostku, aby zarejestrowa\u0107 Philips Hue w Home Assistant.\n\n![Location of button on bridge](/static/images/config_philips_hue.jpg)",
2018-03-15 02:47:31 +00:00
"title": "Hub Link"
}
2020-04-15 16:51:07 +00:00
}
2020-04-28 00:04:52 +00:00
},
"device_automation": {
"trigger_subtype": {
"button_1": "pierwszy przycisk",
"button_2": "drugi przycisk",
"button_3": "trzeci przycisk",
"button_4": "czwarty przycisk",
"dim_down": "nast\u0105pi zmniejszenie jasno\u015bci",
"dim_up": "nast\u0105pi zwi\u0119kszenie jasno\u015bci",
2020-05-20 00:03:49 +00:00
"double_buttons_1_3": "przyciski pierwszy i trzeci",
"double_buttons_2_4": "przyciski drugi i czwarty",
"turn_off": "wy\u0142\u0105cznik",
"turn_on": "w\u0142\u0105cznik"
2020-04-28 00:04:52 +00:00
},
"trigger_type": {
"remote_button_long_release": "\"{subtype}\" zostanie zwolniony po d\u0142ugim naci\u015bni\u0119ciu",
"remote_button_short_press": "\"{subtype}\" zostanie naci\u015bni\u0119ty",
"remote_button_short_release": "\"{subtype}\" zostanie zwolniony",
2020-05-20 00:03:49 +00:00
"remote_double_button_long_press": "oba \"{subtype}\" zostan\u0105 zwolnione po d\u0142ugim naci\u015bni\u0119ciu",
"remote_double_button_short_press": "oba \"{subtype}\" zostan\u0105 zwolnione"
2020-04-28 00:04:52 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-03-15 02:47:31 +00:00
}