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

23 lines
685 B
JSON
Raw Normal View History

2021-04-08 00:03:23 +00:00
{
"config": {
"abort": {
2021-05-03 00:05:16 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2021-05-10 00:04:47 +00:00
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2021-04-08 00:03:23 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
2021-05-23 00:13:25 +00:00
"flow_title": "{serial} ({host})",
2021-04-08 00:03:23 +00:00
"step": {
"user": {
"data": {
"host": "Host",
"password": "Passwort",
"username": "Benutzername"
}
}
}
}
}