Skip to content

Commit

Permalink
update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 13, 2024
1 parent 1288f8e commit 2b5b76c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 30 deletions.
6 changes: 3 additions & 3 deletions contrib/data/www/web/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/web/static/css/main.02a3b3b6.css",
"main.js": "/web/static/js/main.1392ef7d.js",
"main.js": "/web/static/js/main.3230122d.js",
"static/js/125.c581c2fe.chunk.js": "/web/static/js/125.c581c2fe.chunk.js",
"static/js/330.ad792767.chunk.js": "/web/static/js/330.ad792767.chunk.js",
"static/js/982.9ce0f4e3.chunk.js": "/web/static/js/982.9ce0f4e3.chunk.js",
Expand All @@ -15,7 +15,7 @@
"index.html": "/web/index.html",
"static/media/getFetch.cjs": "/web/static/media/getFetch.c4cca45e22bc1b2c7d0d.cjs",
"main.02a3b3b6.css.map": "/web/static/css/main.02a3b3b6.css.map",
"main.1392ef7d.js.map": "/web/static/js/main.1392ef7d.js.map",
"main.3230122d.js.map": "/web/static/js/main.3230122d.js.map",
"125.c581c2fe.chunk.js.map": "/web/static/js/125.c581c2fe.chunk.js.map",
"330.ad792767.chunk.js.map": "/web/static/js/330.ad792767.chunk.js.map",
"982.9ce0f4e3.chunk.js.map": "/web/static/js/982.9ce0f4e3.chunk.js.map",
Expand All @@ -28,6 +28,6 @@
},
"entrypoints": [
"static/css/main.02a3b3b6.css",
"static/js/main.1392ef7d.js"
"static/js/main.3230122d.js"
]
}
2 changes: 1 addition & 1 deletion contrib/data/www/web/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/web/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="TeddyCloud Admin"/><link rel="manifest" href="/web/manifest.json"/><title>TeddyCloud</title><script defer="defer" src="/web/static/js/main.1392ef7d.js"></script><link href="/web/static/css/main.02a3b3b6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/web/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="TeddyCloud Admin"/><link rel="manifest" href="/web/manifest.json"/><title>TeddyCloud</title><script defer="defer" src="/web/static/js/main.3230122d.js"></script><link href="/web/static/css/main.02a3b3b6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions contrib/data/www/web/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@
"esp32BoxFlashing": {
"attention": "Achtung",
"browserNotSupported": "ESP32 Box Flashing kann nur mit Browsern genutzt werden, die die Web Serial API unterstützen. Dein genutzter Browser unterstützt diese Funktion leider nicht. Bitte verwende einen Browser, der die Web Serial API unterstützt, wie z.B. Chrome oder Edge.",
"disableHttpOnlyForFlashing": "Bitte deaktiviere \"Webinterface http only\" und öffne diese Seite mit HTTPS.",
"enabledWebHttpOnly": "\"Webinterface HTTP only\" aktiv",
"enabledWebHttpsClientCertAuth": "\"HTTPS client cert auth\" aktiv",
"esp32flasher": {
"cancel": "Abbrechen",
"chipMAC": "Chip-MAC",
Expand Down Expand Up @@ -403,16 +400,14 @@
"writingFinished": "Schreiben abgeschlossen",
"writingFlash": "Schreibe {{size}} MiB Flash..."
},
"hint": "Dieser Abschnitt ist nur verfügbar, wenn HTTPS verwendet wird und du einen Browser nutzt, der die Web Serial API unterstützt, wie z.B. Chrome oder Edge. Wenn du deine ESP32 Toniebox flashen willst, dann deaktiviere bitte vorübergehend die Optionen \"Webinterface HTTP only\" und \"HTTPS client cert auth\".",
"hint": "Dieser Abschnitt ist nur verfügbar, wenn HTTPS verwendet wird und du einen Browser nutzt, der die Web Serial API unterstützt, wie z.B. Chrome oder Edge. Wenn du deine ESP32 Toniebox flashen willst, dann klicke bitte auf \"Weiter zu HTTPS\", du wirst dann automatisch auf die HTTPS Version weitergeleitet. Es kann sein, dass dein Browser meldet, dass die Verbindung nicht sicher ist. Dies ist ok, bestätige es und öffne die Seite dennoch. Eventuell musst du dafür weitere Details bei der Meldung anzeigen.",
"hintWiki": "Falls du keinen WebSerial fähigen Browser nutzen möchtest, hier findest du eine Schritt-für-Schritt-Anleitung:",
"hintWiki2": "Bitte folge dann dem ESP32-Pfad:",
"linkWikiGeneral": "Patching deiner Toniebox zur Nutzung mit TeddyCloud",
"linkWikiSpecific": "ESP32 spezifische Einrichtung",
"httpsSettings": "HTTPS Settings",
"navigationTitle": "ESP32 Box Flashing",
"redirectToHttpAfterActivation": "Bei Aktivierung \"Webinterface HTTP only\" wird nach Speichern auf die HTTP Seite weitergeleitet (falls HTTPS aktiv).",
"redirectToHttpsAfterDeactivation": "Bei Deaktivierung \"Webinterface HTTP only\" und \"HTTPS client cert auth\" wird nach Speichern auf die HTTPS Seite weitergeleitet.",
"save": "Settings speichern",
"redirect": "Weiter zu HTTPS",
"title": "ESP32 Box Flashing"
},
"lastOnline": "zuletzt online",
Expand Down
9 changes: 2 additions & 7 deletions contrib/data/www/web/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@
"esp32BoxFlashing": {
"attention": "Attention",
"browserNotSupported": "ESP32 Box Flashing can only be used with browsers that support the Web Serial API. Unfortunately, your current browser does not support this feature. Please use a browser that supports the Web Serial API, such as Chrome or Edge.",
"disableHttpOnlyForFlashing": "Please disable \"Webinterface http only\" and open page with https.",
"enabledWebHttpOnly": "\"Webinterface HTTP only\" enabled",
"enabledWebHttpsClientCertAuth": "\"HTTPS client cert auth\" enabled",
"esp32flasher": {
"cancel": "Cancel",
"chipMAC": "Chip MAC",
Expand Down Expand Up @@ -402,16 +399,14 @@
"writingFinished": "Writing finished",
"writingFlash": "Writing {{size}} MiB flash..."
},
"hint": "This section is only available if HTTPS is used and you are using a browser that supports the Web Serial API, such as Chrome or Edge. If you want to flash your ESP32 Toniebox, then please temporarily disable the \"Webinterface HTTP only\" and \"HTTPS client cert auth\" options.",
"hint": "This section is only available when using HTTPS and a browser that supports the Web Serial API, such as Chrome or Edge. If you want to flash your ESP32 Toniebox, please click on \"Proceed to HTTPS\", and you will be automatically redirected to the HTTPS version. Your browser might warn that the connection is not secure. This is okay; confirm it and proceed to open the page anyway. You may need to display more details in the warning.",
"hintWiki": "If you prefer not to use a browser that supports WebSerial, you can find step-by-step guidance here:",
"hintWiki2": "Please follow then the ESP32 path:",
"linkWikiGeneral": "Patching your Toniebox for using with TeddyCloud",
"linkWikiSpecific": "ESP32 specific setup",
"httpsSettings": "HTTPS Settings",
"navigationTitle": "ESP32 Box Flashing",
"redirectToHttpAfterActivation": "After enabling \"Webinterface HTTP only\" and saving, you will be redirected to HTTP page (if HTTPS is active).",
"redirectToHttpsAfterDeactivation": "After disabling \"Webinterface HTTP only\" and \"HTTPS client cert auth\" and saving, you will be redirected to HTTPS page.",
"save": "Save settings",
"redirect": "Proceed to HTTPS",
"title": "ESP32 Box Flashing"
},
"lastOnline": "last online",
Expand Down
9 changes: 2 additions & 7 deletions contrib/data/www/web/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@
"esp32BoxFlashing": {
"attention": "Attention",
"browserNotSupported": "Le flashage de la boîte ESP32 ne peut être utilisé qu'avec des navigateurs prenant en charge l'API Web Serial. Malheureusement, votre navigateur actuel ne prend pas en charge cette fonctionnalité. Veuillez utiliser un navigateur prenant en charge l'API Web Serial, comme Chrome ou Edge.",
"disableHttpOnlyForFlashing": "Veuillez désactiver \"Interface web uniquement HTTP\" et ouvrir la page avec HTTPS.",
"enabledWebHttpOnly": "\"Interface web uniquement HTTP\" activée",
"enabledWebHttpsClientCertAuth": "\"Authentification du certificat client HTTPS\" activée",
"esp32flasher": {
"cancel": "Annuler",
"chipMAC": "MAC du chip",
Expand Down Expand Up @@ -403,16 +400,14 @@
"writingFinished": "Écriture terminée",
"writingFlash": "Écriture de {{size}} MiB de mémoire flash..."
},
"hint": "Cette section est uniquement disponible si HTTPS est utilisé et que vous utilisez un navigateur qui prend en charge l'API Web Serial, comme Chrome ou Edge. Si vous souhaitez flasher votre ESP32 Toniebox, veuillez temporairement désactiver les options \"Webinterface HTTP only\" et \"HTTPS client cert auth\".",
"hint": "Cette section est uniquement disponible si vous utilisez HTTPS et un navigateur compatible avec l'API Web Serial, comme Chrome ou Edge. Si vous souhaitez flasher votre ESP32 Toniebox, cliquez sur \"Continuer vers HTTPS\", vous serez alors automatiquement redirigé vers la version HTTPS. Il est possible que votre navigateur indique que la connexion n'est pas sécurisée. C'est normal, confirmez-le et ouvrez la page quand même. Vous devrez peut-être afficher plus de détails dans l’avertissement.",
"hintWiki": "Si vous ne souhaitez pas utiliser un navigateur qui prend en charge WebSerial, vous trouverez ici un guide étape par étape :",
"hintWiki2": "Veuillez suivre ensuite le chemin ESP32 :",
"linkWikiGeneral": "Patch de votre Toniebox pour l'utiliser avec TeddyCloud",
"linkWikiSpecific": "Configuration spécifique ESP32",
"httpsSettings": "Paramètres HTTPS",
"navigationTitle": "ESP32 Flashage de la boîte",
"redirectToHttpAfterActivation": "Après avoir activé \"Interface web uniquement HTTP\" et sauvegardé, vous serez redirigé vers la page HTTP (si HTTPS est actif).",
"redirectToHttpsAfterDeactivation": "Après avoir désactivé \"Webinterface HTTP only\" et \"HTTPS client cert auth\" et enregistré, vous serez redirigé vers la page HTTPS.",
"save": "Enregistrer les paramètres",
"redirect": "Continuer vers HTTPS",
"title": "ESP32 Flashage de la boîte"
},
"lastOnline": "dernière connexion",
Expand Down

0 comments on commit 2b5b76c

Please sign in to comment.