mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Validate WWLLN window size in config schema * Cleanup * Clean up imports * Fix tests
19 lines
429 B
JSON
19 lines
429 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)"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "This location is already registered."
|
|
}
|
|
}
|
|
}
|