24 lines
817 B
JSON
24 lines
817 B
JSON
{
|
|
"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",
|
|
"longitude": "Lengtegraad",
|
|
"radius": "Stationsradius (mijl; optioneel)"
|
|
},
|
|
"description": "Om een API sleutel te genereren ga naar https://docs.airnowapi.org/account/request/"
|
|
}
|
|
}
|
|
}
|
|
} |