core/homeassistant/components/airvisual/translations/es-419.json

49 lines
1.6 KiB
JSON
Raw Normal View History

2020-04-13 00:07:30 +00:00
{
"config": {
"abort": {
"already_configured": "Estas coordenadas ya han sido registradas."
},
"error": {
"invalid_api_key": "Clave de API inv\u00e1lida"
},
"step": {
2020-05-02 00:04:57 +00:00
"geography": {
2020-04-13 00:07:30 +00:00
"data": {
"api_key": "Clave API",
"latitude": "Latitud",
"longitude": "Longitud"
},
2020-05-02 00:04:57 +00:00
"title": "Configurar una geograf\u00eda"
},
"node_pro": {
"data": {
"password": "Contrase\u00f1a de la unidad"
},
"title": "Configurar un AirVisual Node/Pro"
},
"user": {
"data": {
"api_key": "Clave API",
"cloud_api": "Localizaci\u00f3n geogr\u00e1fica",
"latitude": "Latitud",
"longitude": "Longitud",
"node_pro": "AirVisual Node Pro",
"type": "Tipo de integraci\u00f3n"
},
2020-04-13 00:07:30 +00:00
"description": "Monitoree la calidad del aire en una ubicaci\u00f3n geogr\u00e1fica.",
"title": "Configurar AirVisual"
}
2020-04-15 16:51:07 +00:00
}
2020-04-13 00:07:30 +00:00
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Mostrar geograf\u00eda monitoreada en el mapa"
},
"description": "Establezca varias opciones para la integraci\u00f3n de AirVisual.",
"title": "Configurar AirVisual"
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-13 00:07:30 +00:00
}