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

37 lines
984 B
JSON

{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"unknown": "Unerwarteter Fehler"
},
"step": {
"ups": {
"data": {
"alias": "Alias"
},
"title": "W\u00e4hle die zu \u00fcberwachende USV"
},
"user": {
"data": {
"host": "Host",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
},
"title": "Stelle eine Verbindung zum NUT-Server her"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Scan-Intervall (Sekunden)"
}
}
}
}
}