-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add german translation
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"title": "iDRAC-Leistungsmonitor", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"host": "Hostname der iDRAC-Instanz", | ||
"username": "iDRAC-Benutzername", | ||
"password": "iDRAC-Passwort", | ||
"interval": "Intervall in Sekunden zwischen den Abfragen" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Verbindung kann nicht hergestellt werden", | ||
"invalid_auth": "Ungültige Anmeldedaten", | ||
"redfish_config": "Redfish ist nicht aktiviert. Öffnen Sie die iDRAC-GUI mit einem Webbrowser und navigieren Sie zur Seite Netzwerksdienste - Server -> iDRAC-Einstellungen -> Netzwerk -> Dienste -> Redfish. Überprüfen Sie, ob \"Aktiviert\" ausgewählt ist.", | ||
"unknown": "Unbekannter Fehler" | ||
}, | ||
"abort": { | ||
"already_configured": "Diese Integration wurde bereits konfiguriert" | ||
} | ||
} | ||
} |