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

32 lines
1.3 KiB
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
2022-08-02 00:27:42 +00:00
"already_configured": "Det h\u00e4r kontot har redan konfigurerats.",
"reauth_successful": "\u00c5terautentisering lyckades"
2020-05-01 00:02:55 +00:00
},
"error": {
"cannot_connect": "Det gick inte att ansluta, f\u00f6rs\u00f6k igen",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
"step": {
2022-08-02 00:27:42 +00:00
"reauth_confirm": {
"data": {
"password": "L\u00f6senord"
},
"description": "L\u00f6senordet f\u00f6r {username} \u00e4r inte l\u00e4ngre giltigt.",
"title": "Autentisera ditt Flume-konto igen"
},
2020-05-01 00:02:55 +00:00
"user": {
"data": {
"client_id": "Klient ID",
2020-05-13 18:27:21 +00:00
"client_secret": "Klient Nyckel",
2020-05-01 00:02:55 +00:00
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
2020-05-13 18:27:21 +00:00
},
"description": "F\u00f6r att f\u00e5 tillg\u00e5ng till Flume Personal API m\u00e5ste du beg\u00e4ra ett 'klient-ID' och 'klienthemlighet' p\u00e5 https://portal.flumetech.com/settings#token",
"title": "Anslut till ditt Flume-konto"
2020-05-01 00:02:55 +00:00
}
}
}
}