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

20 lines
588 B
JSON

{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "No se pudo conectar",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "Clave API"
},
"description": "Por favor, introduce la clave API obtenida de https://home.freedompro.eu",
"title": "Clave API de Freedompro"
}
}
}
}