mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 17:51:58 +00:00
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Location in Sweden",
|
|
"data": {
|
|
"name": "Name",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": "Name already exists",
|
|
"wrong_location": "Location Sweden only"
|
|
}
|
|
}
|
|
}
|