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

21 lines
588 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "Kontoen er allerede konfigurert"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-05-13 18:27:21 +00:00
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
2020-10-06 00:08:09 +00:00
"api_token": "API-token"
2020-05-13 18:27:21 +00:00
},
"description": "Du trenger API-tokenet fra https://home.juice.net/Manage.",
"title": "Koble til JuiceNet"
}
}
}
}