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

32 lines
883 B
JSON

{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
"host": "Vert",
"password": "Passord",
"switch_as_light": "Initialiser brytere som lysenheter",
"username": "Brukernavn"
},
"description": "Sett opp SwitchBee-integrasjon med Home Assistant."
}
}
},
"options": {
"step": {
"init": {
"data": {
"devices": "Enheter som skal inkluderes"
}
}
}
}
}