34 lines
874 B
JSON
34 lines
874 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Location is already configured",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"error": {
|
|
"empty": "No result in city search: please check the city field"
|
|
},
|
|
"step": {
|
|
"cities": {
|
|
"data": {
|
|
"city": "City"
|
|
},
|
|
"description": "Choose your city from the list"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"city": "City"
|
|
},
|
|
"description": "Enter the postal code (only for France, recommended) or city name"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"mode": "Forecast mode"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |