core/homeassistant/components/flunearyou/strings.json

22 lines
491 B
JSON

{
"config": {
"title": "Flu Near You",
"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."
}
}
}