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

32 lines
870 B
JSON
Raw Normal View History

2022-06-21 00:22:51 +00:00
{
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats"
},
2022-08-02 00:27:42 +00:00
"error": {
"cannot_connect": "Det gick inte att ansluta.",
2022-08-06 00:24:46 +00:00
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
2022-08-02 00:27:42 +00:00
},
2022-06-21 00:22:51 +00:00
"step": {
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"password": "L\u00f6senord",
"server": "Server",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-06 00:24:46 +00:00
},
"description": "Ange Dexcom Share-uppgifter",
"title": "St\u00e4ll in Dexcom-integration"
}
}
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "M\u00e5ttenhet"
2022-06-21 00:22:51 +00:00
}
}
}
}
}