This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added German language * PYTHONEXE bugfix in case of spaces in path * add openssl path as a build flag * projectVersion in configuration * fixed fallback in index.js * Updated docs Co-authored-by: Lars Weimar <[email protected]> Co-authored-by: Jacek Banaszczyk <[email protected]>
- Loading branch information
1 parent
883ea9e
commit db52254
Showing
8 changed files
with
79 additions
and
26 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
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
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
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
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,55 @@ | ||
{ | ||
"titleWifi": "WiFi Einstellungen", | ||
"titleDash": "Dashboard", | ||
"titleConf": "Konfiguration", | ||
"titleFile": "Datei Manager", | ||
"titleFw": "Firmware Update", | ||
"globalSave": "Speichern", | ||
"globalCancel": "Abbrechen", | ||
"globalContinue": "Weiter", | ||
"globalOk": "OK", | ||
"globalStatus": "Status", | ||
"globalBack": "Zurück", | ||
"wifiIP": "IP Addresse", | ||
"wifiSub": "Subnetz", | ||
"wifiGW": "Gateway", | ||
"wifiSSID": "SSID", | ||
"wifiPass": "Passwort", | ||
"wifiDNS": "DNS", | ||
"wifiDHCP": "DHCP", | ||
"wifiConn": "Verbunden mit", | ||
"wifiForget": "Zurücksetzen", | ||
"wifiUpdate": "Kennwort aktualisieren", | ||
"wifiCP": "Captive portal ist aktiv", | ||
"wifiModal1": "Bist du dir sicher? Beim fortsetzen wird ein Captive Portal gestartet.", | ||
"wifiModal2": "Bist du dir sicher? Beim fortsetzen wird die vorhandene Verbindung zum Netzwerk getrennt.", | ||
"dashEmpty": "Es sind keine Inhalte in der JSON-Datei definiert.", | ||
"dashLive": "LIVE", | ||
"dashConn": "VERBINDE", | ||
"dashDisconn": "GETRENNT", | ||
"filesEmpty": "Keine Dateien verfügbar", | ||
"filesDl": "Datei herunterladen", | ||
"filesRm": "Datei löschen", | ||
"filesFwTitle": "Datei auswählen", | ||
"filesTitle": "Datei Liste", | ||
"filesUsed": "Datei ausgewählt", | ||
"filesBtn": "Hochladen", | ||
"filesMsg1": "Das Hochladen ist fehlgeschlagen. Die Datei ist entweder zu groß oder der Dateiname ist zu lang (>32).", | ||
"filesMsg2": "Die ausgewählte Datei hat ein falsches Format.", | ||
"fwSelect": "Auswählen", | ||
"fwFlash": "Schreiben", | ||
"fwReboot": "Neustart", | ||
"fwBtn": "Firmware aktualisieren", | ||
"fwBtn2": "Neu starten", | ||
"fwStep1a_preFilename": "Ausgewählte Datei", | ||
"fwStep1b_postFilename": "wird verwendet", | ||
"fwStep2a_preFilename": "Die Firmware", | ||
"fwStep2b_postFilename": "wurde hochgeladen", | ||
"fwStep2c": "Bitte warten, der Vorgang kann ein paar Minuten dauern. Gerät nicht ausschalten!", | ||
"fwStep3a_preFilename": "Die Firmware", | ||
"fwStep3b_postFilename": "wurde erfolgreich aktualisiert.", | ||
"fwStep3c": "Bitte das Gerät neu starten, damit die Firmware aktiv wird.", | ||
"fwModal1": "Bist du dir sicher? Beim Fortsetzen wird die aktuelle Firmware überschrieben.", | ||
"fwModal2": "Das Firmware update ist fehlgeschlagen.", | ||
"fwModal3": "Das Gerät startet neu. Bitte ein paar Sekunden warten und die Seite neu laden." | ||
} |
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
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
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