Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning up management.html #348

Merged
merged 4 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions html/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"desc": "Einen Ordner samt Inhalt (und allen Unterordnern) hochladen"
},
"search": {
"placeholder": "Dateien suchen.."
"placeholder": "Dateien suchen..."
},
"upload": {
"title": "Upload",
Expand All @@ -111,12 +111,12 @@
"selectFile": "Wähle eine Datei zum Hochladen!",
"success": "Upload erfolgreich ({{elapsed}}, {{speed}} KB/s)",
"error": "Upload fehlgeschlagen",
"timeCalc": "Verbleibende Zeit wird berechnet..",
"timeCalc": "Verbleibende Zeit wird berechnet...",
"minutes_one": "Minute",
"minutes_other": "Minuten",
"seconds": "Sekunden",
"fewSec": "wenige",
"progress": "{{percent}}% ({{speed}} KB/s), {{remaining.value}} {{remaining.unit}} verbleibend.."
"progress": "{{percent}}% ({{speed}} KB/s), {{remaining.value}} {{remaining.unit}} verbleibend..."
},
"rfid": {
"title": "RFID-Zuweisungen",
Expand Down
8 changes: 4 additions & 4 deletions html/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"infos": "Infos",
"darkmode": "Dark Mode",
"restartinfo": "ESPuino is being restarted...<br>Page reloads automatically after restart finished.",
"shutdowninfo": "ESPuino is now switched off...<br>Page reloads automatically when the ESPuino is switched on again..",
"shutdowninfo": "ESPuino is now switched off...<br>Page reloads automatically when the ESPuino is switched on again.",
"toast": {
"rfidDetect": "RFID tag {{rfidId}} detected.",
"success": "Action performed successfully.",
Expand Down Expand Up @@ -102,7 +102,7 @@
"desc": "Upload directory with all files and subdirectories"
},
"search": {
"placeholder": "Search files.."
"placeholder": "Search files..."
},
"upload": {
"title": "Upload",
Expand All @@ -111,12 +111,12 @@
"selectFile": "Please select files to upload!",
"success": "Upload successful ({{elapsed}}, {{speed}} KB/s)",
"error": "Upload error",
"timeCalc": "Remaining time is being calculated..",
"timeCalc": "Remaining time is being calculated...",
"minutes_one": "minute",
"minutes_other": "minutes",
"seconds": "seconds",
"fewSec": "few",
"progress": "{{percent}}% ({{speed}} KB/s), {{remaining.value}} {{remaining.unit}} remaining.."
"progress": "{{percent}}% ({{speed}} KB/s), {{remaining.value}} {{remaining.unit}} remaining..."
},
"rfid": {
"title": "RFID Assignments",
Expand Down
6 changes: 3 additions & 3 deletions html/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"desc": "Télécharger un répertoire avec tous les fichiers et sous-répertoires"
},
"search": {
"placeholder": "Rechercher des fichiers.."
"placeholder": "Rechercher des fichiers..."
},
"upload": {
"title": "Télécharger",
Expand All @@ -111,12 +111,12 @@
"selectFile": "Veuillez sélectionner les fichiers à télécharger!",
"success": "Téléchargement réussi ({{elapsed}}, {{speed}} Ko/s)",
"error": "Erreur de téléchargement",
"timeCalc": "Le temps restant est calculé..",
"timeCalc": "Le temps restant est calculé...",
"minutes_one": "minute",
"minutes_other": "minutes",
"seconds": "secondes",
"fewSec": "quelques",
"progress": "{{percent}}% ({{speed}} Ko/s), {{remaining.value}} {{remaining.unit}} restant.."
"progress": "{{percent}}% ({{speed}} Ko/s), {{remaining.value}} {{remaining.unit}} restant..."
},
"rfid": {
"title": "Assignations RFID",
Expand Down
Loading
Loading