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

77 lines
3.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",
2020-10-06 00:08:09 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat",
2020-10-04 00:05:05 +00:00
"already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs",
2020-10-06 00:08:09 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
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",
2020-10-06 00:08:09 +00:00
"unknown": "Error inesperat"
2018-06-18 03:03:29 +00:00
},
"error": {
2020-10-06 00:08:09 +00:00
"linking": "Error inesperat",
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-07-03 00:03:38 +00:00
},
"manual": {
"data": {
"host": "Amfitri\u00f3"
},
"title": "Configuraci\u00f3 manual d'enlla\u00e7 Hue"
2018-06-18 03:03:29 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-05 00:03:15 +00:00
},
"device_automation": {
"trigger_subtype": {
2021-11-18 00:12:48 +00:00
"1": "Primer bot\u00f3",
"2": "Segon bot\u00f3",
"3": "Tercer bot\u00f3",
"4": "Quart bot\u00f3",
2020-04-05 00:03:15 +00:00
"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": {
2021-11-18 00:12:48 +00:00
"double_short_release": "Ambd\u00f3s \"{subtype}\" alliberats",
"initial_press": "Bot\u00f3 \"{subtype}\" premut inicialment",
"long_release": "Bot\u00f3 \"{subtype}\" alliberat despr\u00e9s d'una estona premut",
2020-04-05 00:03:15 +00:00
"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",
2021-11-18 00:12:48 +00:00
"remote_double_button_short_press": "Ambd\u00f3s \"{subtype}\" alliberats",
"repeat": "Bot\u00f3 \"{subtype}\" mantingut premut",
"short_release": "Bot\u00f3 \"{subtype}\" alliberat despr\u00e9s de pr\u00e9mer breument"
2020-04-05 00:03:15 +00:00
}
2020-07-03 00:03:38 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-07-08 00:02:43 +00:00
"allow_hue_groups": "Permet grups Hue",
2021-11-18 00:12:48 +00:00
"allow_hue_scenes": "Permet escenes Hue",
2020-07-03 00:03:38 +00:00
"allow_unreachable": "Permet que bombetes no accessibles puguin informar del seu estat correctament"
}
}
}
2020-04-16 20:00:10 +00:00
}
2018-06-18 03:03:29 +00:00
}