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

21 lines
653 B
JSON

{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
"reauth_failed_existing": "Det gick inte att uppdatera konfigurationsposten, ta bort integrationen och konfigurera den igen.",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {
"email": "E-post",
"password": "L\u00f6senord"
}
}
}
}
}