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

28 lines
870 B
JSON
Raw Normal View History

2021-06-19 00:10:05 +00:00
{
"config": {
2021-10-02 12:59:05 +00:00
"abort": {
"reauth_successful": "La reautenticaci\u00f3n se realiz\u00f3 correctamente"
},
"error": {
"cannot_connect": "No se pudo conectar",
"invalid_api_key": "Clave API no v\u00e1lida"
},
2021-06-19 00:10:05 +00:00
"step": {
"reauth_confirm": {
"data": {
2021-10-02 12:59:05 +00:00
"api_key": "Clave API",
2021-06-19 00:10:05 +00:00
"description": "Vuelva a autenticarse con su cuenta de Ambee."
}
},
"user": {
2021-10-02 12:59:05 +00:00
"data": {
"api_key": "Clave API",
"latitude": "Latitud",
"longitude": "Longitud",
"name": "Nombre"
},
2021-06-19 00:10:05 +00:00
"description": "Configure Ambee para que se integre con Home Assistant."
}
}
}
}