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

16 lines
536 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"missing_configuration": "Die Komponente ist nicht konfiguriert. Bitte der Dokumentation folgen.",
"no_url_available": "Keine URL verf\u00fcgbar. Informationen zu diesem Fehler findest du [im Hilfebereich]({docs_url})."
2020-05-13 18:27:21 +00:00
},
"create_entry": {
2021-02-03 10:46:49 +00:00
"default": "Erfolgreich authentifiziert"
2020-05-13 18:27:21 +00:00
},
"step": {
"pick_implementation": {
2021-02-03 10:46:49 +00:00
"title": "W\u00e4hle die Authentifizierungsmethode"
2020-05-13 18:27:21 +00:00
}
}
}
}