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

30 lines
876 B
JSON
Raw Normal View History

2020-01-15 00:31:56 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"authorize_url_timeout": "Time-out genereren autorisatie-URL.",
"missing_configuration": "Het component is niet geconfigureerd. Volg de documentatie."
},
2020-01-15 00:31:56 +00:00
"create_entry": {
"default": "Succesvol geauthenticeerd met Netatmo."
2020-11-07 00:04:02 +00:00
},
"step": {
"pick_implementation": {
"title": "Kies de verificatiemethode"
}
2020-04-15 16:51:07 +00:00
}
2020-07-10 00:03:39 +00:00
},
"options": {
"step": {
2020-12-04 00:05:42 +00:00
"public_weather": {
"data": {
"area_name": "Naam van het gebied",
"mode": "Berekening",
"show_on_map": "Toon op kaart"
}
},
2020-07-10 00:03:39 +00:00
"public_weather_areas": {
"description": "Configureer openbare weersensoren."
}
}
2020-04-16 20:00:10 +00:00
}
2020-01-15 00:31:56 +00:00
}