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

30 lines
747 B
JSON

{
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
}
}
}
},
"options": {
"step": {
"user": {
"data": {
"interfaces": "Schnittstellen zum Scannen ausw\u00e4hlen",
"scan_interval": "Scanintervall"
}
}
}
}
}