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

16 lines
720 B
JSON
Raw Normal View History

2018-11-21 19:18:56 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
2018-11-21 19:18:56 +00:00
},
2019-01-09 23:29:31 +00:00
"create_entry": {
"default": "Om evenementen naar de Home Assistant te verzenden, moet u [webhookintegratie van Dialogflow]({dialogflow_url}) instellen. \n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Method: POST \n - Content Type: application/json \n\nZie [de documentatie]({docs_url}) voor verdere informatie."
},
2018-11-21 19:18:56 +00:00
"step": {
"user": {
"description": "Weet u zeker dat u Dialogflow wilt instellen?",
"title": "Stel de Twilio Dialogflow in"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}