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

32 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-15 16:51:07 +00:00
{
"config": {
2020-04-16 20:00:10 +00:00
"abort": {
2021-05-05 00:04:27 +00:00
"already_configured": "Kontoen er allerede konfigurert",
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
2020-04-16 20:00:10 +00:00
},
2020-04-15 16:51:07 +00:00
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-04-16 20:00:10 +00:00
"invalid_auth": "Ugyldig godkjenning",
2020-04-15 16:51:07 +00:00
"unknown": "Uventet feil"
},
"step": {
2021-05-05 00:04:27 +00:00
"reauth_confirm": {
"data": {
"password": "Passord"
},
"description": "Passordet for {username} er ikke lenger gyldig.",
"title": "Godkjenn Flume-kontoen din p\u00e5 nytt"
},
2020-04-15 16:51:07 +00:00
"user": {
"data": {
2020-11-16 00:03:40 +00:00
"client_id": "Klient ID",
2020-04-15 16:51:07 +00:00
"client_secret": "Klienthemmelighet",
"password": "Passord",
"username": "Brukernavn"
},
2020-05-13 18:27:21 +00:00
"description": "For \u00e5 f\u00e5 tilgang til Flume Personal API, m\u00e5 du be om en 'Client ID' og 'Client Secret' p\u00e5 https://portal.flumetech.com/settings#token",
2020-04-15 16:51:07 +00:00
"title": "Koble til Flume-kontoen din"
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-15 16:51:07 +00:00
}