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

24 lines
945 B
JSON
Raw Normal View History

2019-10-09 00:32:17 +00:00
{
"config": {
"abort": {
"already_setup": "Du kannst nur ein einziges Soma-Konto konfigurieren.",
"authorize_url_timeout": "Zeit\u00fcberschreitung beim Erstellen der Authorisierungs-URL.",
2020-01-06 00:32:11 +00:00
"connection_error": "Verbindung zu SOMA Connect fehlgeschlagen.",
"missing_configuration": "Die Soma-Komponente ist nicht konfiguriert. Bitte folgen Sie der Dokumentation.",
"result_error": "SOMA Connect hat mit einem Fehlerstatus geantwortet."
2019-10-16 00:32:17 +00:00
},
"create_entry": {
"default": "Erfolgreich bei Soma authentifiziert."
},
2019-10-19 00:32:15 +00:00
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Bitte gib die Verbindungsinformationen f\u00fcr SOMA Connect ein.",
"title": "SOMA Connect"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-09 00:32:17 +00:00
}