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

25 lines
882 B
JSON
Raw Normal View History

2019-10-22 00:32:10 +00:00
{
"config": {
2020-02-08 00:31:45 +00:00
"abort": {
"already_configured": "Airly-integratie voor deze co\u00f6rdinaten is al geconfigureerd."
},
2019-10-22 00:32:10 +00:00
"error": {
"auth": "API-sleutel is niet correct.",
"name_exists": "Naam bestaat al.",
"wrong_location": "Geen Airly meetstations in dit gebied."
},
"step": {
"user": {
"data": {
"api_key": "Airly API-sleutel",
"latitude": "Breedtegraad",
"longitude": "Lengtegraad",
"name": "Naam van de integratie"
},
"description": "Airly-integratie van luchtkwaliteit instellen. Ga naar https://developer.airly.eu/register om de API-sleutel te genereren",
"title": "Airly"
}
},
"title": "Airly"
}
}