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": {
2023-01-15 00:25:52 +00:00
"already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada",
"wrong_location": "No hay estaciones de medici\u00f3n Airly en esta \u00e1rea."
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",
2022-08-14 00:25:47 +00:00
"wrong_location": "No hay estaciones de medici\u00f3n Airly en esta \u00e1rea."
2019-10-07 00:32:19 +00:00
},
"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
},
2022-08-13 00:25:00 +00:00
"description": "Para generar la clave API, ve a https://developer.airly.eu/register"
2019-10-07 00:32:19 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-12-05 00:03:50 +00:00
},
"system_health": {
"info": {
2022-08-14 00:25:47 +00:00
"can_reach_server": "Se puede llegar al servidor Airly",
2021-03-16 00:04:36 +00:00
"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
}