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

30 lines
947 B
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
2022-07-30 00:22:48 +00:00
"abort": {
"already_configured": "Konto \u00e4r redan konfigurerat",
"reauth_successful": "Omautentiseringen lyckades"
},
2022-06-23 00:20:13 +00:00
"error": {
2022-07-30 00:22:48 +00:00
"cannot_connect": "Misslyckades att ansluta",
"incorrect_api_key": "Ogiltig API-nyckel f\u00f6r valt konto",
"invalid_auth": "Ogiltig autentisering",
"invalid_route": "Kunde inte hitta rutt med tillhandah\u00e5llen information"
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 hamn",
"time": "Tid",
"to": "Till hamnen",
"weekday": "Veckodagar"
2022-06-23 00:20:13 +00:00
}
}
}
}
}