21 lines
506 B
JSON
21 lines
506 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": "Name already exists"
|
||
|
}
|
||
|
}
|
||
|
}
|