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

22 lines
735 B
JSON
Raw Normal View History

2020-02-14 00:31:49 +00:00
{
"config": {
2020-02-17 00:31:56 +00:00
"abort": {
"already_configured": "Die MELCloud-Integration ist bereits f\u00fcr diese E-Mail konfiguriert. Das Zugriffstoken wurde aktualisiert."
},
2020-02-14 00:31:49 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-02-14 00:31:49 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
2020-06-07 00:03:28 +00:00
"password": "Passwort",
2021-07-22 00:10:31 +00:00
"username": "E-Mail"
2020-02-14 00:31:49 +00:00
},
2021-07-11 00:09:40 +00:00
"description": "Verbinde dich mit deinem MELCloud-Konto.",
2021-07-10 00:09:24 +00:00
"title": "Stelle eine Verbindung zu MELCloud her"
2020-02-14 00:31:49 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-14 00:31:49 +00:00
}