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

21 lines
581 B
JSON
Raw Normal View History

2022-07-30 00:22:48 +00:00
{
"config": {
"abort": {
2022-09-09 00:28:55 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
"reauth_successful": "\u00c5terautentisering lyckades"
2022-07-30 00:22:48 +00:00
},
"error": {
"invalid_auth": "Ogiltig autentisering",
"no_locations": "Inga platser hittades",
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
}
}
}
}
}