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

21 lines
592 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
"user": {
"data": {
"email": "E-Mail",
"password": "Passwort"
}
}
}
}
}