2022-01-03 20:56:40 +01:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "Device is already configured"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2022-01-03 21:15:45 +01:00
|
|
|
"token": "SNCF API Token",
|
|
|
|
"source_stop_point": "Source stop point",
|
|
|
|
"dest_stop_point": "Destination stop point",
|
|
|
|
"max_transfers": "Max transfers",
|
2022-01-03 21:17:14 +01:00
|
|
|
"max_duration_secs": "Max duration in seconds"
|
2022-01-03 20:56:40 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|