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

16 lines
667 B
JSON
Raw Normal View History

2019-02-13 23:44:18 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"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 de Locative app. \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 Locative Webhook wilt instellen?",
"title": "Stel de Locative Webhook in"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-02-13 23:44:18 +00:00
}