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

17 lines
781 B
JSON

{
"config": {
"abort": {
"not_internet_accessible": "Uw Home Assistant instantie moet toegankelijk zijn vanaf het internet om Geofency-berichten te ontvangen.",
"one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig."
},
"create_entry": {
"default": "Om locaties naar Home Assistant te sturen, moet u de Webhook-functie instellen in Geofency.\n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Methode: POST \n\n Zie [de documentatie]({docs_url}) voor meer informatie."
},
"step": {
"user": {
"description": "Weet u zeker dat u de Geofency Webhook wilt instellen?",
"title": "Geofency Webhook instellen"
}
}
}
}