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

24 lines
855 B
JSON
Raw Normal View History

2022-08-02 00:27:42 +00:00
{
"config": {
2022-08-05 00:28:51 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"account_locked": "Kontot \u00e4r l\u00e5st. V\u00e4nligen f\u00f6rs\u00f6k igen senare.",
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
2022-08-02 00:27:42 +00:00
"step": {
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"email": "E-post",
2022-08-02 00:27:42 +00:00
"password": "L\u00f6senord",
"region": "Region"
2022-08-06 00:24:46 +00:00
},
"description": "Ange den e-postadress och det l\u00f6senord som du anv\u00e4nder f\u00f6r att logga in i MyMazda-mobilappen."
2022-08-02 00:27:42 +00:00
}
}
}
}