Skip to content

Commit

Permalink
Update frontend (make web)
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Jan 6, 2025
1 parent 018d8dc commit 39b2f89
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/data/www/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-->
<link rel="manifest" href="/web/manifest.json" />
<title>TeddyCloud</title>
<script type="module" crossorigin src="/web/assets/index-BWOSK_Vl.js"></script>
<script type="module" crossorigin src="/web/assets/index-DuKEIM2E.js"></script>
<link rel="stylesheet" crossorigin href="/web/assets/index-Dljhv4sL.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion contrib/data/www/web/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
"intro": "Die Installation des neuen Bootloaders ist in zwei Stufen unterteilt und unterscheidet sich je nachdem, ob es sich um eine Erstinstallation oder ein Update einer vorhandenen Installation handelt:",
"title": "Vorwort"
},
"resetCommand": "Wenn dein UART-Programmer einen DTR-Pin hat, benutze `--reset dtr` vor jedem Befehl (z. B. `cc3200tool -p COM3 --reset dtr ...`). Andernfalls musst du den RTS-Pin kurz mit GND verbinden, bevor du jeden Befehl ausführst. Wenn du diesen Schritt auslässt, zeigt die Konsole \"timed out while waiting for ack\" an und bricht die Operation ab.",
"resetCommand": "Wenn dein UART-Programmer einen DTR-Pin hat, benutze `--reset dtr` vor jedem Befehl (z. B. `cc3200tool -p COM3 --reset dtr ...`). Andernfalls musst du den RST-Pin (Toniebox) kurz mit GND verbinden, bevor du jeden Befehl ausführst. Wenn du diesen Schritt auslässt, zeigt die Konsole \"timed out while waiting for ack\" an und bricht die Operation ab.",
"stage1": "Stufe 1: Installation des Preloaders",
"stage2": "Stufe 2: Installation des Bootloaders",
"verifyBackup": "Stelle sicher, dass die backup.bin deutlich größer als 0 KB ist. Überprüfe, ob das Dump und die gesicherten Dateien alle wichtigen Toniebox-Dateien enthalten:"
Expand Down
2 changes: 1 addition & 1 deletion contrib/data/www/web/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
"intro": "Installing the new bootloader is split into two stages and differs whether it's a first install or and update to an existing installation: ",
"title": "Preface"
},
"resetCommand": "If your UART programmer has a DTR pin, use `--reset dtr` before each command (e.g., `cc3200tool -p COM3 --reset dtr ...`). Otherwise, you'll need to briefly connect the RTS pin to GND before each command. If you skip this step, the console will display \"timed out while waiting for ack\" and abort the operation.",
"resetCommand": "If your UART programmer has a DTR pin, use `--reset dtr` before each command (e.g., `cc3200tool -p COM3 --reset dtr ...`). Otherwise, you'll need to briefly connect the RST Pin (Toniebox) to GND before each command. If you skip this step, the console will display \"timed out while waiting for ack\" and abort the operation.",
"stage1": "Stage 1: Installing the Preloader",
"stage2": "Stage 2: Installing the Bootloader",
"verifyBackup": "Ensure the backup.bin is a way bigger than 0 kb. Please check if the dump and the dumped files contain all important Toniebox files:"
Expand Down
2 changes: 1 addition & 1 deletion contrib/data/www/web/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
"intro": "La instalación del nuevo bootloader se divide en dos etapas y varía dependiendo de si es una instalación inicial o una actualización de una instalación existente:",
"title": "Prefacio"
},
"resetCommand": "Si tu programador UART tiene un pin DTR, usa `--reset dtr` antes de cada comando (por ejemplo, `cc3200tool -p COM3 --reset dtr ...`). De lo contrario, tendrás que conectar brevemente el pin RTS a GND antes de cada comando. Si te saltas este paso, la consola mostrará \"timed out while waiting for ack\" y abortará la operación.",
"resetCommand": "Si tu programador UART tiene un pin DTR, usa `--reset dtr` antes de cada comando (por ejemplo, `cc3200tool -p COM3 --reset dtr ...`). De lo contrario, tendrás que conectar brevemente el pin RST (Toniebox) a GND antes de cada comando. Si te saltas este paso, la consola mostrará \"timed out while waiting for ack\" y abortará la operación.",
"stage1": "Etapa 1: Instalación del Preloader",
"stage2": "Etapa 2: Instalación del Bootloader",
"verifyBackup": "Asegúrate de que backup.bin sea significativamente mayor que 0 KB. Verifica que el volcado y los archivos extraídos contengan todos los archivos importantes de Toniebox:"
Expand Down
2 changes: 1 addition & 1 deletion contrib/data/www/web/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
"intro": "L'installation du nouveau bootloader est divisée en deux étapes et diffère selon qu'il s'agit d'une première installation ou d'une mise à jour d'une installation existante :",
"title": "Préface"
},
"resetCommand": "Si ton programmeur UART a une broche DTR, utilise `--reset dtr` avant chaque commande (par exemple, `cc3200tool -p COM3 --reset dtr ...`). Sinon, tu devras brièvement connecter la broche RTS à GND avant chaque commande. Si tu sautes cette étape, la console affichera « timed out while waiting for ack » et l’opération sera annulée.",
"resetCommand": "Si ton programmeur UART a une broche DTR, utilise `--reset dtr` avant chaque commande (par exemple, `cc3200tool -p COM3 --reset dtr ...`). Sinon, tu devras brièvement connecter la broche RST (Toniebox) à GND avant chaque commande. Si tu sautes cette étape, la console affichera « timed out while waiting for ack » et l’opération sera annulée.",
"stage1": "Étape 1 : Installation du Preloader",
"stage2": "Étape 2 : Installation du Bootloader",
"verifyBackup": "Assure-toi que le fichier backup.bin est bien plus grand que 0 KB. Vérifie que le dump et les fichiers extraits contiennent tous les fichiers importants de la Toniebox :"
Expand Down
6 changes: 3 additions & 3 deletions contrib/data/www/web/web_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"web_version": "vX.X.X",
"web_gitDirty": "0",
"web_gitTag": "undefined",
"web_gitDateTime": "2024-12-25 11:41:35 +0100",
"web_gitSha": "dfb0cc78e734259302f075ce8f0d38c4cf62f504",
"web_gitDateTime": "2025-01-06 09:28:23 +0100",
"web_gitSha": "514140d169f5e821299a452fa33dac155eef3a85",
"web_gitTagPrefix": "undefined",
"web_gitShortSha": "dfb0cc7",
"web_gitShortSha": "514140d",
"_eof":""
}

0 comments on commit 39b2f89

Please sign in to comment.