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

21 lines
530 B
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "Enheten er allerede konfigurert"
2020-03-24 13:18:47 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-03-24 13:18:47 +00:00
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
2021-05-19 00:11:31 +00:00
"brand": "Merke",
2020-03-24 13:18:47 +00:00
"password": "Passord",
"username": "Brukernavn"
2022-05-19 00:26:11 +00:00
}
2020-03-24 13:18:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}