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

42 lines
1.3 KiB
JSON
Raw Normal View History

2020-05-29 00:04:16 +00:00
{
"config": {
"abort": {
2020-10-14 00:04:41 +00:00
"already_configured": "El servicio ya est\u00e1 configurado"
2020-05-29 00:04:16 +00:00
},
"error": {
"cannot_connect": "No se ha podido conectar, por favor, int\u00e9ntelo de nuevo.",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida, comprueba los 8 caracteres de tu Smile ID",
"unknown": "Error inesperado"
},
2020-07-08 00:02:43 +00:00
"flow_title": "Smile: {name}",
2020-05-29 00:04:16 +00:00
"step": {
"user": {
"data": {
2020-11-11 11:10:09 +00:00
"flow_type": "Tipo de conexi\u00f3n"
2020-05-29 00:04:16 +00:00
},
"description": "Detalles",
"title": "Conectarse a Smile"
2020-10-09 00:04:33 +00:00
},
"user_gateway": {
"data": {
"host": "Direcci\u00f3n IP",
"password": "ID Smile",
2020-11-11 11:10:09 +00:00
"port": "Puerto",
"username": "Nombre de usuario Smile"
2020-10-09 00:04:33 +00:00
},
"description": "Por favor introduce:",
"title": "Conectarse a Smile"
2020-05-29 00:04:16 +00:00
}
}
2020-09-15 00:09:18 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Intervalo de escaneo (segundos)"
},
"description": "Ajustar las opciones de Plugwise"
}
}
2020-05-29 00:04:16 +00:00
}
}