core/homeassistant/components/airvisual/strings.json

29 lines
718 B
JSON

{
"config": {
"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" }
}
}
}
}