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

17 lines
835 B
JSON
Raw Normal View History

2019-02-28 00:34:13 +00:00
{
"config": {
"abort": {
"not_internet_accessible": "Deine Home-Assistant-Instanz muss aus dem internet erreichbar sein, um Nachrichten von Geofency zu erhalten.",
"one_instance_allowed": "Nur eine einzige Instanz ist notwendig."
},
"create_entry": {
"default": "Um Standorte Home Assistant zu senden, muss das Webhook Feature in der Locative App konfiguriert werden.\n\n F\u00fcge die folgenden Informationen ein: \n\n - URL: ` {webhook_url} ` \n - Methode: POST \n \n Weitere Informationen finden sich in der [Dokumentation]({docs_url})."
},
"step": {
"user": {
2020-01-13 00:31:54 +00:00
"description": "M\u00f6chtest du den Locative Webhook wirklich einrichten?",
2019-02-28 00:34:13 +00:00
"title": "Locative Webhook einrichten"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-02-28 00:34:13 +00:00
}