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

29 lines
961 B
JSON

{
"config": {
"abort": {
"already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada"
},
"error": {
"invalid_api_key": "Clave API no v\u00e1lida",
"wrong_location": "No hay estaciones de medici\u00f3n Airly en esta \u00e1rea."
},
"step": {
"user": {
"data": {
"api_key": "Clave API",
"latitude": "Latitud",
"longitude": "Longitud",
"name": "Nombre"
},
"description": "Para generar la clave API, ve a https://developer.airly.eu/register"
}
}
},
"system_health": {
"info": {
"can_reach_server": "Se puede llegar al servidor Airly",
"requests_per_day": "Solicitudes permitidas por d\u00eda",
"requests_remaining": "Solicitudes permitidas restantes"
}
}
}