core/homeassistant/components/trafikverket_train/translations/en.json

32 lines
1.0 KiB
JSON

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