1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00
ha-core/homeassistant/components/dialogflow/translations/da.json
2020-11-11 12:10:09 +01:00

13 lines
609 B
JSON

{
"config": {
"create_entry": {
"default": "For at sende h\u00e6ndelser til Home Assistant skal du konfigurere [webhook-integration med Dialogflow]({dialogflow_url}).\n\n Udfyld f\u00f8lgende oplysninger: \n\n - Webadresse: `{webhook_url}`\n - Metode: POST\n - Indholdstype: application/json\n\nSe [dokumentationen]({docs_url}) for yderligere oplysninger."
},
"step": {
"user": {
"description": "Er du sikker p\u00e5 at du vil konfigurere Dialogflow?",
"title": "Konfigurer Dialogflow Webhook"
}
}
}
}