From 42b482223c7f14e8338f36917351016b090669a4 Mon Sep 17 00:00:00 2001 From: tueddy Date: Thu, 19 Sep 2024 15:38:23 +0200 Subject: [PATCH] document the virtual cards in the UI #333 --- changelog.md | 1 + html/locales/de.json | 2 +- html/locales/en.json | 2 +- html/locales/fr.json | 2 +- html/management.html | 2 +- src/revision.h | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 1cb336c6..52555e0f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## DEV-branch +* 19.09.2024: Document the virtual cards in the UI #333, thanks to @caco3 ! * 18.09.2024: Re-designed tools page (#337), thanks to @caco3 ! * 16.09.2024: Fix sleep after playlist not toggling nightmode #336, thanks to @dneukirchen ! * 12.09.2024: PlatformIO package 6.8.1 (Arduino 2.0.17, ESP-IDF 4.4.7) diff --git a/html/locales/de.json b/html/locales/de.json index ee716786..cbdcc017 100644 --- a/html/locales/de.json +++ b/html/locales/de.json @@ -120,7 +120,7 @@ }, "rfid": { "title": "RFID-Zuweisungen", - "idNumber": "RFID-Chip-Nummer (12-stellig)", + "idNumber": "RFID-Chip-Nummer (12-stellig) oder virtuell", "music": "Musik", "modification": "Modifikation", "fileurl": { diff --git a/html/locales/en.json b/html/locales/en.json index b0c015b2..16c291ee 100644 --- a/html/locales/en.json +++ b/html/locales/en.json @@ -120,7 +120,7 @@ }, "rfid": { "title": "RFID Assignments", - "idNumber": "RFID number (12 digits)", + "idNumber": "RFID-number (12 digits) or virtual", "music": "Music", "modification": "Modification", "fileurl": { diff --git a/html/locales/fr.json b/html/locales/fr.json index 9121059a..8bafdfd3 100644 --- a/html/locales/fr.json +++ b/html/locales/fr.json @@ -120,7 +120,7 @@ }, "rfid": { "title": "Assignations RFID", - "idNumber": "Numéro RFID (12 chiffres)", + "idNumber": "Numéro RFID (12 chiffres) ou virtuelle", "music": "Musique", "modification": "Modification", "fileurl": { diff --git a/html/management.html b/html/management.html index 879a2d7e..cc0c10e7 100644 --- a/html/management.html +++ b/html/management.html @@ -724,7 +724,7 @@
- +
diff --git a/src/revision.h b/src/revision.h index f626a65d..d45dd285 100644 --- a/src/revision.h +++ b/src/revision.h @@ -1,4 +1,4 @@ #pragma once #include "gitrevision.h" -constexpr const char softwareRevision[] = "Software-revision: 20240918-1-DEV"; +constexpr const char softwareRevision[] = "Software-revision: 20240919-1-DEV";