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

18 lines
416 B
JSON
Raw Normal View History

2022-02-04 00:13:58 +00:00
{
"config": {
"abort": {
"already_configured": "Kontoen er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_auth": "Ugyldig autentisering"
},
"step": {
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API-n\u00f8kkel"
2022-02-04 00:13:58 +00:00
}
}
}
}
}