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

28 lines
902 B
JSON
Raw Normal View History

2022-06-21 00:22:51 +00:00
{
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
2022-06-21 00:22:51 +00:00
"step": {
2022-08-06 00:24:46 +00:00
"reauth_confirm": {
"data": {
"password": "L\u00f6senord"
},
"description": "Ange l\u00f6senordet f\u00f6r {anv\u00e4ndarnamn} p\u00e5 nytt:",
"title": "\u00c5terautenticera integration"
},
2022-06-21 00:22:51 +00:00
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-06 00:24:46 +00:00
},
"description": "Ange ditt anv\u00e4ndarnamn och l\u00f6senord:"
2022-06-21 00:22:51 +00:00
}
}
}
}