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

20 lines
538 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "Location is already configured"
},
"error": {
2020-10-06 00:08:09 +00:00
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude"
},
2020-10-31 00:04:15 +00:00
"description": "Monitor user-based and CDC reports 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
}