34 lines
772 B
JSON
34 lines
772 B
JSON
{
|
|
"config": {
|
|
"title": "AirVisual",
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure AirVisual",
|
|
"description": "Monitor air quality in a geographical location.",
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_api_key": "Invalid API key"
|
|
},
|
|
"abort": {
|
|
"already_configured": "These coordinates have already been registered."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure AirVisual",
|
|
"description": "Set various options for the AirVisual integration.",
|
|
"data": {
|
|
"show_on_map": "Show monitored geography on the map"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|