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

47 lines
1.9 KiB
JSON
Raw Normal View History

2018-03-15 02:47:31 +00:00
{
"config": {
"abort": {
"all_configured": "Vsi mostovi Philips Hue so \u017ee konfigurirani",
2018-05-05 15:32:36 +00:00
"already_configured": "Most je \u017ee konfiguriran",
2019-05-29 17:16:58 +00:00
"already_in_progress": "Konfiguracijski tok za most je \u017ee v teku.",
2018-05-05 15:32:36 +00:00
"cannot_connect": "Ni mogo\u010de vzpostaviti povezave z mostom",
2018-03-15 02:47:31 +00:00
"discover_timeout": "Ni bilo mogo\u010de odkriti Hue mostov",
2018-05-05 15:32:36 +00:00
"no_bridges": "Ni odkritih mostov Philips Hue",
2019-06-14 21:53:13 +00:00
"not_hue_bridge": "Ni Hue most",
2018-05-05 15:32:36 +00:00
"unknown": "Pri\u0161lo je do neznane napake"
2018-03-15 02:47:31 +00:00
},
"error": {
"linking": "Pri\u0161lo je do neznane napake pri povezavi.",
"register_failed": "Registracija ni uspela, poskusite znova"
},
"step": {
"init": {
"data": {
"host": "Host"
},
"title": "Izberite Hue most"
},
"link": {
2020-01-21 00:33:20 +00:00
"description": "Pritisnite gumb na mostu, da registrirate Philips Hue s Home Assistantom. \n\n![Polo\u017eaj gumba na mostu](/static/images/config_philips_hue.jpg)",
2018-03-15 02:47:31 +00:00
"title": "Link Hub"
}
2020-04-15 16:51:07 +00:00
}
},
2020-04-16 20:00:10 +00:00
"device_automation": {
"trigger_subtype": {
"button_1": "Prvi gumb",
"button_2": "Drugi gumb",
"button_3": "Tretji gumb",
"button_4": "\u010cetrti gumb",
"dim_down": "Zatemnite",
"dim_up": "pove\u010dajte mo\u010d",
"turn_off": "Ugasni",
"turn_on": "Pri\u017egi"
},
"trigger_type": {
"remote_button_long_release": "\"{subtype}\" gumb spro\u0161\u010den po dolgem pritisku",
"remote_button_short_press": "Pritisnjen \"{subtype}\" gumb",
"remote_button_short_release": "Gumb \"{subtype}\" spro\u0161\u010den"
}
}
2018-03-15 02:47:31 +00:00
}