1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/nightscout/translations/sv.json
2022-08-05 00:28:51 +00:00

22 lines
814 B
JSON

{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {
"api_key": "API-nyckel",
"url": "URL"
},
"description": "- URL: adressen till din nightscout-instans. Det vill s\u00e4ga: https://myhomeassistant.duckdns.org:5423\n- API-nyckel (valfritt): Anv\u00e4nd endast om din instans \u00e4r skyddad (auth_default_roles != readable).",
"title": "Ange din Nightscout-serverinformation."
}
}
}
}