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

25 lines
841 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Konto wurde bereits konfiguriert",
2021-03-01 00:09:01 +00:00
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
"error": {
2021-05-12 00:04:03 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung"
2021-03-01 00:09:01 +00:00
},
"step": {
2021-05-03 00:05:16 +00:00
"reauth_confirm": {
2021-05-12 00:04:03 +00:00
"description": "Die SmartTub-Integration muss dein Konto neu authentifizieren",
2021-05-03 00:05:16 +00:00
"title": "Integration erneut authentifizieren"
},
2021-03-01 00:09:01 +00:00
"user": {
"data": {
"email": "E-Mail",
"password": "Passwort"
2021-03-17 00:03:55 +00:00
},
"description": "Gib deine SmartTub E-Mail-Adresse und Passwort f\u00fcr die Anmeldung ein",
"title": "Anmeldung"
2021-03-01 00:09:01 +00:00
}
}
}
}