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

36 lines
1.3 KiB
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
2022-08-02 00:27:42 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats",
"no_devices_found": "Inga enheter hittades i n\u00e4tverket",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"invalid_access_token": "Ogiltig \u00e5tkomstnyckel",
"unknown": "Ov\u00e4ntat fel"
},
2022-06-23 00:20:13 +00:00
"step": {
2022-08-02 00:27:42 +00:00
"reauth": {
"data": {
"access_token": "\u00c5tkomstnyckel",
"email": "E-post"
},
"description": "Ange din Awair-utvecklar\u00e5tkomsttoken igen."
},
2022-07-30 00:22:48 +00:00
"reauth_confirm": {
"data": {
"access_token": "\u00c5tkomsttoken",
"email": "Epost"
},
"description": "Ange din Awair-utvecklar\u00e5tkomsttoken igen."
},
2022-06-23 00:20:13 +00:00
"user": {
"data": {
2022-08-02 00:27:42 +00:00
"access_token": "\u00c5tkomstnyckel",
"email": "E-post"
2022-08-06 00:24:46 +00:00
},
"description": "Du m\u00e5ste registrera dig f\u00f6r en Awair-utvecklar\u00e5tkomsttoken p\u00e5: https://developer.getawair.com/onboard/login"
2022-06-23 00:20:13 +00:00
}
}
}
}