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

32 lines
1.1 KiB
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
2022-07-31 00:25:44 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats",
"reauth_successful": "\u00c5terautentisering lyckades"
},
2022-07-30 00:22:48 +00:00
"error": {
2022-07-31 00:25:44 +00:00
"cannot_connect": "Det gick inte att ansluta.",
2022-07-30 00:22:48 +00:00
"incorrect_api_key": "Ogiltig API-nyckel f\u00f6r valt konto",
"invalid_auth": "Ogiltig autentisering",
"invalid_station": "Det gick inte att hitta en station med det angivna namnet",
"invalid_time": "Ogiltig tid har angetts",
"more_stations": "Hittade flera stationer med det angivna namnet"
},
2022-06-23 00:20:13 +00:00
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
2022-07-30 00:22:48 +00:00
"api_key": "API-nyckel",
"from": "Fr\u00e5n station",
"time": "Tid (valfritt)",
"to": "Till station",
"weekday": "Dagar"
2022-06-23 00:20:13 +00:00
}
}
}
}
}