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

21 lines
597 B
JSON

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