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

18 lines
887 B
JSON
Raw Normal View History

2019-02-13 23:44:18 +00:00
{
"config": {
"abort": {
"not_internet_accessible": "Uw Home Assistant instantie moet toegankelijk zijn vanaf het internet om Geofency-berichten te ontvangen.",
2020-10-09 00:04:33 +00:00
"one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.",
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
2019-02-13 23:44:18 +00:00
},
"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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-02-13 23:44:18 +00:00
}