Skip to content

Commit

Permalink
new dist
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Feb 18, 2021
1 parent d7bb668 commit da4b1ce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion dist/assets/i18n/translations_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
"collapseAP": "Erweiterte Einstellungen für Nutzer, die wissen was sie tun »",
"connect": "Wähle die Art deines Surfsticks aus. Auftretende Verbindungsprobleme können dadurch korrekt im Protokoll vermerkt werden.",
"connectHiLink": "Surfstick im HiLink Modus verbinden (meist verwendet)",
"connectModem": "Surfstick mit wvdial verwenden",
"connectModem": "Modem mit wvdial verwenden",
"connectNothing": "Es ist kein Surfstick angeschlossen",
"connectSelect": "Wähle die Art deines Surfsticks aus...",
"connectWifi": "Mit vorhandenem WLAN-Netzwerk verbinden, wenn in Reichweite?",
"defaultGW": "Default Gateway (Surfstick-Konfigurationsseite) öffnen.",
"honeypiAP": "HoneyPi Wartungsmodus",
"honeypiAPtext": "Ändere die SSID und das Passwort des AccessPoints.",
"honeypiModem": "Surfstick",
Expand All @@ -80,6 +81,7 @@
"wpa_type": "WPA-Verschlüsselung"
},
"log": {
"copy": "In Zwischenablage kopieren",
"delete": "Löschen",
"empty": "Das Protokoll auf diesem Gerät ist leer.",
"export": "Einstellungen exportieren",
Expand Down
6 changes: 4 additions & 2 deletions dist/assets/i18n/translations_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
"collapseAP": "Advanced settings for users who know what they're doing »",
"connect": "Choose the type of your internet modem. Any connection problems that occur can thus be correctly noted in the log.",
"connectHiLink": "Connect surfstick in HiLink mode (most used)",
"connectModem": "Connect internet modem (surfstick) with Wvdial",
"connectModem": "Connect internet modem with Wvdial",
"connectNothing": "No surfstick connected",
"connectSelect": "Choose the type of your internet modem...",
"connectWifi": "Connect to existing WiFi network when reachable?",
"defaultGW": "Open Default Gateway (surfstick configuration page).",
"honeypiAP": "HoneyPi Maintenance Mode",
"honeypiAPtext": "Change the SSID and password of the AccessPoint.",
"honeypiModem": "Internet Modem",
Expand All @@ -80,6 +81,7 @@
"wpa_type": "WiFi-Encyrption"
},
"log": {
"copy": "Copy to Clipboard",
"delete": "Clear log",
"empty": "The log on this device is empty.",
"export": "Export settings",
Expand All @@ -93,7 +95,7 @@
"construction": "This view is only provisional so far and will be extended in the next firmware version.",
"get": "Recall new measurement",
"info": "The sensors configured and stored in the \"<strong>{{tab}}</strong>\" tab are displayed here. There is no upload of measurement data to ThingSpeak. Measurement takes up to 1 minute.",
"noData": "No measurement data measured. Were the sensors configured in the \"<strong>{{{tab}}</strong>\" tab?",
"noData": "No measurement data measured. Were the sensors configured in the \"<strong>{{tab}}</strong>\" tab?",
"title": "Measurement data"
},
"offline": {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<script type="text/javascript" src="assets/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="assets/popper.min.js"></script>
<script type="text/javascript" src="assets/bootstrap-4.1.1/js/bootstrap.min.js"></script>
<script src="runtime-es2015.681bd8a4edb177c86959.js" type="module"></script><script src="runtime-es5.681bd8a4edb177c86959.js" nomodule defer></script><script src="polyfills-es5.0a18749ad841716a5ee0.js" nomodule defer></script><script src="polyfills-es2015.ecb75b73aa8d38aaedc1.js" type="module"></script><script src="main-es2015.b8999568cc77b912c364.js" type="module"></script><script src="main-es5.b8999568cc77b912c364.js" nomodule defer></script></body>
<script src="runtime-es2015.681bd8a4edb177c86959.js" type="module"></script><script src="runtime-es5.681bd8a4edb177c86959.js" nomodule defer></script><script src="polyfills-es5.0a18749ad841716a5ee0.js" nomodule defer></script><script src="polyfills-es2015.ecb75b73aa8d38aaedc1.js" type="module"></script><script src="main-es2015.23efeffec81b1c2e5f1b.js" type="module"></script><script src="main-es5.23efeffec81b1c2e5f1b.js" nomodule defer></script></body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit da4b1ce

Please sign in to comment.