core/homeassistant/components/flunearyou/translations/en.json

20 lines
565 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "These coordinates are already registered."
},
"error": {
"general_error": "There was an unknown error."
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude"
},
2020-04-03 00:04:03 +00:00
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
"title": "Configure Flu Near You"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-04-03 00:04:03 +00:00
}