1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/twilio/.translations/da.json
2020-04-15 09:51:07 -07:00

18 lines
950 B
JSON

{
"config": {
"abort": {
"not_internet_accessible": "Din Home Assistant-instans skal v\u00e6re tilg\u00e6ngelig fra internettet for at modtage Twilio-meddelelser.",
"one_instance_allowed": "Det er kun n\u00f8dvendigt med en ops\u00e6tning."
},
"create_entry": {
"default": "For at sende h\u00e6ndelser til Home Assistant skal du konfigurere [Webhooks med Twilio]({twilio_url}).\n\n Udfyld f\u00f8lgende oplysninger: \n\n - Webadresse: `{webhook_url}`\n - Metode: POST\n - Indholdstype: application/x-www-form-urlencoded\n\nSe [dokumentationen]({docs_url}) om hvordan du konfigurerer automatiseringer til at h\u00e5ndtere indg\u00e5ende data."
},
"step": {
"user": {
"description": "Er du sikker p\u00e5 at du vil konfigurere Twilio?",
"title": "Konfigurer Twilio Webhook"
}
}
},
"title": "Twilio"
}