core/homeassistant/components/wwlln/strings.json

19 lines
427 B
JSON
Raw Normal View History

{
"title": "World Wide Lightning Location Network (WWLLN)",
"config": {
"step": {
"user": {
"title": "Fill in your location information.",
"data": {
"latitude": "Latitude",
"longitude": "Longitude",
"radius": "Radius (using your base unit system)"
}
}
},
"abort": {
"already_configured": "This location is already registered."
}
}
}