1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/wolflink/translations/no.json
2020-10-15 00:03:50 +00:00

27 lines
715 B
JSON

{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
"step": {
"device": {
"data": {
"device_name": "Enhet"
},
"title": "Velg WOLF-enhet"
},
"user": {
"data": {
"password": "Passord",
"username": "Brukernavn"
},
"title": "WOLF SmartSet-tilkobling"
}
}
}
}