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

36 lines
997 B
JSON
Raw Normal View History

2020-02-08 00:31:45 +00:00
{
"config": {
"abort": {
2021-03-20 00:04:10 +00:00
"already_configured": "Locatie is al geconfigureerd.",
"unknown": "Onverwachte fout"
2020-02-08 00:31:45 +00:00
},
2021-03-19 00:03:03 +00:00
"error": {
2021-04-27 00:04:45 +00:00
"empty": "Geen resultaat bij het zoeken naar een stad: controleer het veld stad"
2021-03-19 00:03:03 +00:00
},
2020-02-08 00:31:45 +00:00
"step": {
2021-02-24 00:04:14 +00:00
"cities": {
2021-03-16 00:04:36 +00:00
"data": {
"city": "Stad"
},
2021-03-19 00:03:03 +00:00
"description": "Kies uw stad uit de lijst",
2021-02-24 00:04:14 +00:00
"title": "M\u00e9t\u00e9o-France"
},
2020-02-08 00:31:45 +00:00
"user": {
"data": {
"city": "Stad"
},
"description": "Vul de postcode (alleen voor Frankrijk, aanbevolen) of de plaatsnaam in",
"title": "M\u00e9t\u00e9o-France"
}
2020-04-15 16:51:07 +00:00
}
2021-03-16 00:04:36 +00:00
},
"options": {
"step": {
"init": {
"data": {
"mode": "Voorspellingsmodus"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-02-08 00:31:45 +00:00
}