23 lines
834 B
JSON
23 lines
834 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Service is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude",
|
|
"station": "METAR station code"
|
|
},
|
|
"description": "If a METAR station code is not specified, the latitude and longitude will be used to find the closest station. For now, an API Key can be anything. It is recommended to use a valid email address.",
|
|
"title": "Connect to the National Weather Service"
|
|
}
|
|
}
|
|
}
|
|
} |