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

18 lines
1015 B
JSON
Raw Normal View History

2019-02-28 00:34:13 +00:00
{
"config": {
2022-06-14 00:26:59 +00:00
"abort": {
2022-08-06 00:24:46 +00:00
"cloud_not_connected": "Ej ansluten till Home Assistant Cloud.",
2022-08-02 00:27:42 +00:00
"single_instance_allowed": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig.",
2022-06-14 00:26:59 +00:00
"webhook_not_internet_accessible": "Din Home Assistant instans m\u00e5ste kunna n\u00e5s fr\u00e5n Internet f\u00f6r att ta emot webhook meddelanden"
},
2019-02-28 00:34:13 +00:00
"create_entry": {
"default": "F\u00f6r att skicka h\u00e4ndelser till Home Assistant m\u00e5ste du konfigurera [webhook funktionen i Dialogflow]({dialogflow_url}).\n\n Fyll i f\u00f6ljande information:\n \n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/json\n\nSe [dokumentation]({docs_url}) om hur du konfigurerar detta f\u00f6r mer information."
},
"step": {
"user": {
"description": "\u00c4r du s\u00e4ker p\u00e5 att du vill konfigurera Dialogflow?",
"title": "Konfigurera Dialogflow Webhook"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-02-28 00:34:13 +00:00
}