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

22 lines
640 B
JSON
Raw Normal View History

2021-10-02 12:59:05 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"device_key": "Ger\u00e4teschl\u00fcssel",
"host": "Host",
"port": "Port",
"verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen"
}
}
}
}
}