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

36 lines
1.2 KiB
JSON
Raw Normal View History

2020-02-27 00:31:50 +00:00
{
"config": {
"abort": {
2022-02-23 00:20:00 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2020-02-27 00:31:50 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-02-27 00:31:50 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
2022-02-23 00:20:00 +00:00
"reauth_validate": {
"data": {
"password": "Passwort"
},
"description": "Die Sense-Integration muss dein Konto {email} erneut authentifizieren.",
"title": "Integration erneut authentifizieren"
},
2020-02-27 00:31:50 +00:00
"user": {
"data": {
2021-07-22 00:10:31 +00:00
"email": "E-Mail",
2021-10-29 00:30:22 +00:00
"password": "Passwort",
"timeout": "Zeit\u00fcberschreitung"
2020-02-27 00:31:50 +00:00
},
2021-07-10 00:09:24 +00:00
"title": "Stelle eine Verbindung zu deinem Sense Energy Monitor her"
2022-02-23 00:20:00 +00:00
},
"validation": {
"data": {
"code": "Verifizierungs-Code"
},
"title": "Sense Multi-Faktor-Authentifizierung"
2020-02-27 00:31:50 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-27 00:31:50 +00:00
}