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

20 lines
575 B
JSON
Raw Normal View History

2021-07-17 00:09:24 +00:00
{
"config": {
2021-07-18 00:10:14 +00:00
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "No se pudo conectar",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
},
2021-07-17 00:09:24 +00:00
"step": {
"user": {
2021-07-18 00:10:14 +00:00
"data": {
"api_key": "Clave API"
},
2021-09-04 00:13:17 +00:00
"description": "Ingresa la clave API obtenida de https://home.freedompro.eu",
2021-07-17 00:09:24 +00:00
"title": "Clave API de Freedompro"
}
}
}
}