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

30 lines
855 B
JSON

{
"config": {
"abort": {
"already_configured": "Platsen \u00e4r redan konfigurerad"
},
"error": {
"invalid_api_key": "Ogiltig API-nyckel"
},
"step": {
"user": {
"data": {
"api_key": "API-nyckel",
"latitude": "Latitud",
"longitude": "Longitud",
"name": "Integrationens namn"
},
"description": "F\u00f6r att generera API-nyckel g\u00e5 till https://opendata.aemet.es/centrodedescargas/altaUsuario"
}
}
},
"options": {
"step": {
"init": {
"data": {
"station_updates": "Samla data fr\u00e5n AEMET v\u00e4derstationer"
}
}
}
}
}