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

33 lines
1.1 KiB
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
}
},
"issues": {
"integration_removal": {
"fix_flow": {
"step": {
"confirm": {
2022-08-05 00:28:51 +00:00
"description": "The external data source powering the Flu Near You integration is no longer available; thus, the integration no longer works.\n\nPress SUBMIT to remove Flu Near You from your Home Assistant instance.",
"title": "Remove Flu Near You"
}
}
},
"title": "Flu Near You is no longer available"
}
2020-04-16 20:00:10 +00:00
}
2020-04-03 00:04:03 +00:00
}