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

35 lines
1.1 KiB
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"config": {
"abort": {
2020-12-18 00:03:48 +00:00
"reauth_successful": "Die erneute Authentifizierung war erfolgreich",
2019-10-16 00:32:17 +00:00
"single_instance_allowed": "Es ist nur eine einzige Konfiguration von Abode erlaubt."
},
2020-12-18 00:03:48 +00:00
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"invalid_mfa_code": "Ung\u00fcltiger MFA-Code"
},
2019-10-16 00:32:17 +00:00
"step": {
2020-12-18 00:03:48 +00:00
"mfa": {
"data": {
"mfa_code": "MFA-Code (6-stellig)"
},
"title": "Gib deinen MFA-Code f\u00fcr Abode ein"
},
2020-12-16 00:03:31 +00:00
"reauth_confirm": {
"data": {
2020-12-18 00:03:48 +00:00
"password": "Passwort",
"username": "E-Mail"
},
"title": "Gib deine Abode-Anmeldeinformationen ein"
2020-12-16 00:03:31 +00:00
},
2019-10-16 00:32:17 +00:00
"user": {
"data": {
"password": "Passwort",
"username": "E-Mail-Adresse"
},
"title": "Gib deine Abode-Anmeldeinformationen ein"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-16 00:32:17 +00:00
}