33 lines
677 B
JSON
33 lines
677 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "2GIS Weather",
|
|
"description": "Configure 2GIS Weather integration",
|
|
"data": {
|
|
"api_key": "API key",
|
|
"name": "Name",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude",
|
|
"language": "Language"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid API key",
|
|
"unknown": "Unexpected error"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"update_interval": "Update interval (minutes)",
|
|
"language": "Language"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|