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

30 lines
853 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Locatie is al geconfigureerd."
},
"error": {
"invalid_api_key": "Ongeldige API-sleutel"
},
"step": {
"user": {
"data": {
"api_key": "API-sleutel",
"latitude": "Breedtegraad",
"longitude": "Lengtegraad",
"name": "Naam van de integratie"
},
2022-05-19 00:26:11 +00:00
"description": "Om een API sleutel te genereren ga naar https://opendata.aemet.es/centrodedescargas/altaUsuario"
2021-02-24 00:04:14 +00:00
}
}
2021-05-18 00:12:13 +00:00
},
"options": {
"step": {
"init": {
"data": {
"station_updates": "Verzamel gegevens van AEMET-weerstations"
}
}
}
2021-02-24 00:04:14 +00:00
}
}