core/homeassistant/components/wwlln/strings.json

19 lines
419 B
JSON

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