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

22 lines
814 B
JSON
Raw Normal View History

2022-08-02 00:27:42 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
2022-08-05 00:28:51 +00:00
"invalid_auth": "Ogiltig autentisering",
2022-08-02 00:27:42 +00:00
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {
2022-08-05 00:28:51 +00:00
"api_key": "API-nyckel",
2022-08-02 00:27:42 +00:00
"url": "URL"
2022-08-05 00:28:51 +00:00
},
"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."
2022-08-02 00:27:42 +00:00
}
}
}
}