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

28 lines
850 B
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"reauth_successful": "\u00c5terautentisering lyckades"
},
2022-08-02 00:27:42 +00:00
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
2022-06-23 00:20:13 +00:00
"step": {
"reauth_confirm": {
"data": {
"token": "\u00c5tkomstnyckel"
2022-08-06 00:24:46 +00:00
},
"description": "Nuki-integrationen m\u00e5ste autentiseras p\u00e5 nytt med din brygga.",
"title": "\u00c5terautenticera integration"
2022-08-02 00:27:42 +00:00
},
"user": {
"data": {
"host": "V\u00e4rd",
"port": "Port",
"token": "\u00c5tkomstnyckel"
}
2022-06-23 00:20:13 +00:00
}
}
}
}