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

30 lines
1.0 KiB
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
2020-01-18 00:31:52 +00:00
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada"
2020-01-18 00:31:52 +00:00
},
2019-10-07 00:32:19 +00:00
"error": {
2020-10-04 00:05:05 +00:00
"invalid_api_key": "Clave API no v\u00e1lida",
2019-10-07 00:32:19 +00:00
"wrong_location": "No hay estaciones de medici\u00f3n Airly en esta zona."
},
"step": {
"user": {
"data": {
2020-07-20 00:03:01 +00:00
"api_key": "Clave API",
2019-10-07 00:32:19 +00:00
"latitude": "Latitud",
"longitude": "Longitud",
2020-10-09 00:04:33 +00:00
"name": "Nombre"
2019-10-07 00:32:19 +00:00
},
"description": "Establecer la integraci\u00f3n de la calidad del aire de Airly. Para generar la clave de la API vaya a https://developer.airly.eu/register",
"title": "Airly"
}
2020-04-15 16:51:07 +00:00
}
2020-12-05 00:03:50 +00:00
},
"system_health": {
"info": {
2021-03-16 00:04:36 +00:00
"can_reach_server": "Alcanzar el servidor Airly",
"requests_per_day": "Solicitudes permitidas por d\u00eda",
"requests_remaining": "Solicitudes permitidas restantes"
2020-12-05 00:03:50 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}