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

24 lines
819 B
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": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
2022-08-06 00:24:46 +00:00
"invalid_auth": "Ogiltig autentisering",
"invalid_location": "Inga resultat hittades f\u00f6r den platsen",
"unknown": "Ov\u00e4ntat fel"
2022-08-02 00:27:42 +00:00
},
2022-06-23 00:20:13 +00:00
"step": {
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"api_key": "API-nyckel",
"latitude": "Latitud",
"longitude": "Longitud",
"radius": "Stationsradie (miles; valfritt)"
},
"description": "F\u00f6r att generera API-nyckel g\u00e5 till https://docs.airnowapi.org/account/request/"
2022-06-23 00:20:13 +00:00
}
}
}
}