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

21 lines
648 B
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"invalid_station": "Det gick inte att hitta en v\u00e4derstation med det angivna namnet",
"more_stations": "Hittade flera v\u00e4derstationer med det angivna namnet"
},
2022-06-23 00:20:13 +00:00
"step": {
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"api_key": "API-nyckel",
"station": "Station"
2022-06-23 00:20:13 +00:00
}
}
}
}
}