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

40 lines
1.2 KiB
JSON
Raw Normal View History

2022-06-21 00:22:51 +00:00
{
"config": {
2022-08-02 00:27:42 +00:00
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
2022-08-06 00:24:46 +00:00
"cannot_connect": "Det gick inte att ansluta.",
"invalid_access_token": "Ogiltig \u00e5tkomstnyckel",
2022-08-02 00:27:42 +00:00
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
2022-06-21 00:22:51 +00:00
"step": {
2022-08-02 00:27:42 +00:00
"2fa": {
"data": {
"2fa": "Tv\u00e5faktorkod"
},
"description": "Ange PIN-koden som skickades till din e-post",
"title": "Tv\u00e5faktorautentisering"
},
2022-06-21 00:22:51 +00:00
"user": {
"data": {
2022-08-02 00:27:42 +00:00
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-02 00:27:42 +00:00
},
"title": "Logga in med Blink-konto"
}
}
},
"options": {
"step": {
"simple_options": {
"data": {
"scan_interval": "Skanningsintervall (sekunder)"
},
"description": "Konfigurera Blink integrationen",
"title": "Blink alternativ"
2022-06-21 00:22:51 +00:00
}
}
}
}