21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"config": {
|
|
"title": "Met.no",
|
|
"step": {
|
|
"user": {
|
|
"title": "Location",
|
|
"description": "Meteorologisk institutt",
|
|
"data": {
|
|
"name": "Name",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude",
|
|
"elevation": "Elevation"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": "Location already exists"
|
|
}
|
|
}
|
|
}
|