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

28 lines
735 B
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
2020-05-13 18:27:21 +00:00
"error": {
"general_error": "Tapahtui tuntematon virhe."
},
2020-05-01 00:02:55 +00:00
"step": {
"geography": {
"data": {
"api_key": "API-avain",
"latitude": "Leveysaste",
"longitude": "Pituusaste"
}
},
"node_pro": {
"data": {
"password": "Salasana"
}
},
"user": {
"data": {
"cloud_api": "Maantieteellinen sijainti",
2020-05-13 18:27:21 +00:00
"node_pro": "AirVisual Node Pro",
2020-05-01 00:02:55 +00:00
"type": "Integrointityyppi"
}
}
}
}
}