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

34 lines
1.3 KiB
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",
2021-11-16 00:18:33 +00:00
"no_locations": "F\u00fcr diesen Benutzer sind keine Standorte verf\u00fcgbar, \u00fcberpr\u00fcfe die TotalConnect-Einstellungen",
2021-03-01 00:09:01 +00:00
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2021-02-03 10:46:49 +00:00
},
"error": {
2021-05-03 00:05:16 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"usercode": "Der Benutzercode ist an dieser Stelle f\u00fcr diesen Benutzer nicht g\u00fcltig"
2020-04-14 00:07:23 +00:00
},
"step": {
2021-03-01 00:09:01 +00:00
"locations": {
"data": {
2021-06-06 00:19:43 +00:00
"location": "Standort",
"usercode": "Benutzercode"
2021-05-03 00:05:16 +00:00
},
2021-07-10 00:09:24 +00:00
"description": "Gib den Benutzercode f\u00fcr den Benutzer {location_id} an dieser Stelle ein",
2021-05-03 00:05:16 +00:00
"title": "Standort-Benutzercodes"
2021-03-01 00:09:01 +00:00
},
"reauth_confirm": {
2021-03-17 00:03:55 +00:00
"description": "Total Connect muss dein Konto neu authentifizieren",
2021-03-01 00:09:01 +00:00
"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
}