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

34 lines
894 B
JSON

{
"config": {
"abort": {
"already_configured": "Locatie is al geconfigureerd",
"unknown": "Onverwachte fout"
},
"error": {
"empty": "Geen resultaat bij het zoeken naar een stad: controleer het veld stad"
},
"step": {
"cities": {
"data": {
"city": "Stad"
},
"description": "Kies uw stad uit de lijst"
},
"user": {
"data": {
"city": "Stad"
},
"description": "Vul de postcode (alleen voor Frankrijk, aanbevolen) of de plaatsnaam in"
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "Voorspellingsmodus"
}
}
}
}
}