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

20 lines
538 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"email": "E-Mail",
"password": "Passwort"
}
}
}
}
}