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

28 lines
764 B
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"error": {
2021-02-03 10:46:49 +00:00
"general_error": "Ett ok\u00e4nt fel intr\u00e4ffade.",
"invalid_api_key": "Ogiltig API-nyckel"
2020-05-01 00:02:55 +00:00
},
"step": {
"geography": {
"data": {
"latitude": "Latitud",
"longitude": "Longitud"
}
},
"node_pro": {
"data": {
"ip_address": "Enhets IP-adress / v\u00e4rdnamn",
"password": "Enhetsl\u00f6senord"
}
},
"user": {
"data": {
"cloud_api": "Geografisk Plats",
"type": "Integrationstyp"
}
}
}
}
}