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

28 lines
779 B
JSON

{
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
"locations": {
"data": {
"location": "Standort"
}
},
"reauth_confirm": {
"title": "Integration erneut authentifizieren"
},
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
"title": "Total Connect"
}
}
}
}