core/homeassistant/components/flunearyou/strings.json

16 lines
424 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"title": "Configure Flu Near You",
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
"data": { "latitude": "Latitude", "longitude": "Longitude" }
}
},
"error": { "general_error": "There was an unknown error." },
"abort": {
"already_configured": "These coordinates are already registered."
}
}
}