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

27 lines
715 B
JSON
Raw Normal View History

2020-07-28 00:04:53 +00:00
{
"config": {
2020-08-05 00:02:19 +00:00
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-08-05 00:02:19 +00:00
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
2020-07-28 00:04:53 +00:00
"step": {
2020-07-29 00:02:39 +00:00
"device": {
"data": {
"device_name": "Enhet"
},
"title": "Velg WOLF-enhet"
},
2020-07-28 00:04:53 +00:00
"user": {
2020-08-05 00:02:19 +00:00
"data": {
"password": "Passord",
"username": "Brukernavn"
},
2020-07-28 00:04:53 +00:00
"title": "WOLF SmartSet-tilkobling"
}
}
}
}