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

20 lines
509 B
JSON
Raw Normal View History

2022-08-18 00:25:40 +00:00
{
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Passwort"
}
}
}
}
}