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

21 lines
588 B
JSON

{
"config": {
"abort": {
"already_configured": "Kontoen er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
"api_token": "API-token"
},
"description": "Du trenger API-tokenet fra https://home.juice.net/Manage.",
"title": "Koble til JuiceNet"
}
}
}
}