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

23 lines
736 B
JSON

{
"config": {
"abort": {
"already_configured": "Kontoen er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_auth": "Ugyldig godkjenning",
"invalid_station": "Kunne ikke finne en v\u00e6rstasjon med det angitte navnet",
"more_stations": "Fant flere v\u00e6rstasjoner med det angitte navnet"
},
"step": {
"user": {
"data": {
"api_key": "API-n\u00f8kkel",
"conditions": "Overv\u00e5kede forhold",
"name": "Brukernavn",
"station": "Stasjon"
}
}
}
}
}