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

27 lines
748 B
JSON
Raw Normal View History

2021-04-12 00:04:19 +00:00
{
"config": {
2022-08-02 00:27:42 +00:00
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
2021-04-12 00:04:19 +00:00
"step": {
2022-08-02 00:27:42 +00:00
"device": {
"data": {
"device_name": "Enhet"
},
"title": "V\u00e4lj WOLF-enhet"
},
2021-04-12 00:04:19 +00:00
"user": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
2022-08-02 00:27:42 +00:00
},
"title": "WOLF SmartSet-anslutning"
2021-04-12 00:04:19 +00:00
}
}
}
}