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

32 lines
836 B
JSON
Raw Normal View History

2020-07-06 00:02:55 +00:00
{
"config": {
2020-08-05 00:02:19 +00:00
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Kontoen er allerede konfigurert"
2020-08-05 00:02:19 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-10-06 00:08:09 +00:00
"invalid_auth": "Ugyldig godkjenning",
2020-08-05 00:02:19 +00:00
"unknown": "Uventet feil"
},
2020-07-06 00:02:55 +00:00
"step": {
"user": {
"data": {
2020-08-05 00:02:19 +00:00
"password": "Passord",
2020-09-08 00:04:13 +00:00
"server": "",
2020-08-05 00:02:19 +00:00
"username": "Brukernavn"
2020-07-28 00:04:53 +00:00
},
"description": "Angi Dexcom Share-legitimasjon",
"title": "Setup Dexcom integrasjon"
}
}
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "M\u00e5leenhet"
2020-07-06 00:02:55 +00:00
}
}
}
}
}