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

30 lines
920 B
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_route": "Could not find route with provided information"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API Key"
}
},
"user": {
"data": {
"api_key": "API Key",
"from": "From Harbour",
"time": "Time",
"to": "To Harbour",
"weekday": "Weekdays"
}
}
}
}
}