core/homeassistant/components/flunearyou/strings.json

19 lines
515 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"title": "Configure Flu Near You",
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
"data": {
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
}
},
"error": { "general_error": "There was an unknown error." },
"abort": {
"already_configured": "These coordinates are already registered."
}
}
}