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

19 lines
572 B
JSON

{
"config": {
"error": {
"already_configured": "Service is al geconfigureerd"
},
"step": {
"user": {
"data": {
"elevation": "Hoogte",
"latitude": "Breedtegraad",
"longitude": "Lengtegraad",
"name": "Naam"
},
"description": "Voer uw locatie in om weergegevens van de Met \u00c9ireann Public Weather Forecast API te gebruiken",
"title": "Locatie"
}
}
}
}