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

24 lines
817 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"invalid_location": "Geen resultaten gevonden voor die locatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"api_key": "API-sleutel",
"latitude": "Breedtegraad",
2021-03-26 00:04:15 +00:00
"longitude": "Lengtegraad",
"radius": "Stationsradius (mijl; optioneel)"
2021-02-24 00:04:14 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Om een API sleutel te genereren ga naar https://docs.airnowapi.org/account/request/"
2021-02-24 00:04:14 +00:00
}
}
2022-05-19 00:26:11 +00:00
}
2021-02-24 00:04:14 +00:00
}