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

20 lines
520 B
JSON
Raw Normal View History

2021-10-21 00:12:43 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert",
2022-10-12 00:40:30 +00:00
"reauth_successful": "Re-autentisering var vellykket"
2021-10-21 00:12:43 +00:00
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
"api_key": "API-n\u00f8kkel"
2022-05-19 00:26:11 +00:00
}
2021-10-21 00:12:43 +00:00
}
}
}
}