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

23 lines
740 B
JSON
Raw Normal View History

2020-05-29 00:04:16 +00:00
{
"config": {
"abort": {
"already_configured": "Este Smile ya est\u00e1 configurado"
},
"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": {
"host": "Direcci\u00f3n IP de Smile",
"password": "ID Smile"
},
"description": "Detalles",
"title": "Conectarse a Smile"
}
}
}
}