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

51 lines
2.3 KiB
JSON
Raw Normal View History

2018-05-05 15:32:36 +00:00
{
"config": {
"abort": {
2020-05-03 00:02:26 +00:00
"all_configured": "Ya se han configurado todas las pasarelas Philips Hue",
"already_configured": "La pasarela ya esta configurada",
2020-06-18 00:08:13 +00:00
"already_in_progress": "El flujo de configuraci\u00f3n para la pasarela ya est\u00e1 en marcha.",
2020-05-03 00:02:26 +00:00
"cannot_connect": "No se puede conectar a la pasarela",
"discover_timeout": "Imposible encontrar pasarelas Philips Hue",
"no_bridges": "No se han encontrado pasarelas Philips Hue.",
"not_hue_bridge": "No es una pasarela Hue",
2018-05-05 15:32:36 +00:00
"unknown": "Se produjo un error desconocido"
},
"error": {
"linking": "Se produjo un error de enlace desconocido.",
"register_failed": "No se pudo registrar, intente de nuevo"
2018-11-15 13:30:37 +00:00
},
"step": {
"init": {
"data": {
"host": "Host"
},
2020-05-03 00:02:26 +00:00
"title": "Elige la pasarela Hue"
2018-11-15 13:30:37 +00:00
},
"link": {
2020-05-03 00:02:26 +00:00
"description": "Presione el bot\u00f3n en la pasarela para registrar Philips Hue con Home Assistant. \n\n![Ubicaci\u00f3n del bot\u00f3n en la pasarela](/static/images/config_philips_hue.jpg)",
2018-11-15 13:30:37 +00:00
"title": "Link Hub"
}
2020-04-15 16:51:07 +00:00
}
2020-04-03 00:04:03 +00:00
},
"device_automation": {
"trigger_subtype": {
"button_1": "Primer bot\u00f3n",
"button_2": "Segundo bot\u00f3n",
"button_3": "Tercer bot\u00f3n",
"button_4": "Cuarto bot\u00f3n",
"dim_down": "Bajar la intensidad",
"dim_up": "Subir la intensidad",
2020-04-18 00:04:07 +00:00
"double_buttons_1_3": "Botones Primero y Tercero",
"double_buttons_2_4": "Botones Segundo y Cuarto",
2020-04-03 00:04:03 +00:00
"turn_off": "Apagar",
"turn_on": "Encender"
},
"trigger_type": {
"remote_button_long_release": "Bot\u00f3n \"{subtype}\" soltado despu\u00e9s de una pulsaci\u00f3n larga",
"remote_button_short_press": "Bot\u00f3n \"{subtype}\" pulsado",
2020-04-18 00:04:07 +00:00
"remote_button_short_release": "Bot\u00f3n \"{subtype}\" soltado",
"remote_double_button_long_press": "Ambos \"{subtype}\" soltados despu\u00e9s de pulsaci\u00f3n larga",
"remote_double_button_short_press": "Ambos \"{subtype}\" soltados"
2020-04-03 00:04:03 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-05-05 15:32:36 +00:00
}