2022-03-29 18:32:38 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "Account is already configured",
|
|
|
|
"reauth_successful": "Re-authentication was successful"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect",
|
2022-04-29 00:22:21 +00:00
|
|
|
"incorrect_api_key": "Invalid API key for selected account",
|
2022-03-29 18:32:38 +00:00
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"invalid_station": "Could not find a station with the specified name",
|
|
|
|
"invalid_time": "Invalid time provided",
|
2022-04-29 00:22:21 +00:00
|
|
|
"more_stations": "Found multiple stations with the specified name"
|
2022-03-29 18:32:38 +00:00
|
|
|
},
|
|
|
|
"step": {
|
2022-04-29 00:22:21 +00:00
|
|
|
"reauth_confirm": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "API Key"
|
|
|
|
}
|
|
|
|
},
|
2022-03-29 18:32:38 +00:00
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "API Key",
|
|
|
|
"from": "From station",
|
|
|
|
"time": "Time (optional)",
|
2022-04-29 00:22:21 +00:00
|
|
|
"to": "To station",
|
2022-03-29 18:32:38 +00:00
|
|
|
"weekday": "Days"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|