hass-sncf/translations/en.json

22 lines
649 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"token": "SNCF API Token",
"source_stop_point": "Source stop point",
"dest_stop_point": "Destination stop point",
"max_transfers": "Max transfers",
"max_duration_secs": "Max duration in seconds"
}
}
}
}
}