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

28 lines
779 B
JSON
Raw Normal View History

2020-04-14 00:07:23 +00:00
{
"config": {
"abort": {
2021-03-01 00:09:01 +00:00
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2021-02-03 10:46:49 +00:00
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
2020-04-14 00:07:23 +00:00
},
"step": {
2021-03-01 00:09:01 +00:00
"locations": {
"data": {
"location": "Standort"
}
},
"reauth_confirm": {
"title": "Integration erneut authentifizieren"
},
2020-04-14 00:07:23 +00:00
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
"title": "Total Connect"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-04-14 00:07:23 +00:00
}