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

51 lines
2.4 KiB
JSON
Raw Normal View History

2018-06-18 03:03:29 +00:00
{
"config": {
"abort": {
"all_configured": "Tots els enlla\u00e7os Philips Hue ja estan configurats",
"already_configured": "L'enlla\u00e7 ja est\u00e0 configurat",
2019-05-29 17:16:58 +00:00
"already_in_progress": "El flux de dades de configuraci\u00f3 per l'enlla\u00e7 ja est\u00e0 en curs.",
2018-12-10 08:54:12 +00:00
"cannot_connect": "No s'ha pogut connectar amb l'enlla\u00e7",
2018-06-18 03:03:29 +00:00
"discover_timeout": "No s'han pogut descobrir enlla\u00e7os Hue",
"no_bridges": "No s'han trobat enlla\u00e7os Philips Hue",
2019-06-04 15:50:48 +00:00
"not_hue_bridge": "No \u00e9s un enlla\u00e7 Hue",
2018-06-18 03:03:29 +00:00
"unknown": "S'ha produ\u00eft un error desconegut"
},
"error": {
"linking": "S'ha produ\u00eft un error desconegut al vincular.",
2018-12-10 08:54:12 +00:00
"register_failed": "No s'ha pogut registrar, torna-ho a provar"
2018-06-18 03:03:29 +00:00
},
"step": {
"init": {
"data": {
"host": "Amfitri\u00f3"
},
2018-12-10 08:54:12 +00:00
"title": "Tria de l'enlla\u00e7 Hue"
2018-06-18 03:03:29 +00:00
},
"link": {
2020-05-13 18:27:21 +00:00
"description": "Prem el bot\u00f3 de l'enlla\u00e7 per registrar Philips Hue amb Home Assistant. \n\n ![Ubicaci\u00f3 del bot\u00f3 a l'element d'enlla\u00e7](/static/images/config_philips_hue.jpg)",
2018-06-18 03:03:29 +00:00
"title": "Vincular concentrador"
}
2020-04-15 16:51:07 +00:00
}
2020-04-05 00:03:15 +00:00
},
"device_automation": {
"trigger_subtype": {
"button_1": "Primer bot\u00f3",
"button_2": "Segon bot\u00f3",
"button_3": "Tercer bot\u00f3",
"button_4": "Quart bot\u00f3",
"dim_down": "Atenua la brillantor",
"dim_up": "Augmenta la brillantor",
2020-04-18 00:04:07 +00:00
"double_buttons_1_3": "primer i tercer botons",
"double_buttons_2_4": "segon i quart botons",
2020-04-05 00:03:15 +00:00
"turn_off": "Apaga",
"turn_on": "Enc\u00e9n"
},
"trigger_type": {
"remote_button_long_release": "Bot\u00f3 \"{subtype}\" alliberat despr\u00e9s d'una estona premut",
"remote_button_short_press": "Bot\u00f3 \"{subtype}\" premut",
2020-04-18 00:04:07 +00:00
"remote_button_short_release": "Bot\u00f3 \"{subtype}\" alliberat",
"remote_double_button_long_press": "Ambd\u00f3s \"{subtype}\" alliberats despr\u00e9s d'una estona premuts",
"remote_double_button_short_press": "Ambd\u00f3s \"{subtype}\" alliberats"
2020-04-05 00:03:15 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-06-18 03:03:29 +00:00
}