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

22 lines
800 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-09-29 00:03:20 +00:00
"invalid_auth": "Ugyldig godkjenning",
2020-08-27 00:04:55 +00:00
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
2020-09-29 00:03:20 +00:00
"api_key": "API-n\u00f8kkel",
2020-08-27 00:04:55 +00:00
"url": "URL"
2020-09-29 00:03:20 +00:00
},
2021-10-02 12:59:05 +00:00
"description": "- URL: adressen til nightscout -forekomsten din. Dvs: https://myhomeassistant.duckdns.org:5423\n - API -n\u00f8kkel (valgfritt): Bruk bare hvis forekomsten din er beskyttet (auth_default_roles! = Lesbar).",
2020-09-29 00:03:20 +00:00
"title": "Skriv inn informasjon om Nightscout-serveren."
2020-08-27 00:04:55 +00:00
}
}
}
}