feat: display actual reminder schedule from server config (#386)

- Expose REMINDER_HOUR and REMINDER_MINUTES_BEFORE env values via settings API
- Add reminderHour and reminderMinutesBefore to frontend Settings interface
- Replace hardcoded i18n strings with parameterized translations
- Settings page now shows configured schedule instead of static 6:00 / 15 min
This commit is contained in:
Daniel Volz
2026-03-06 19:51:19 +01:00
committed by GitHub
parent 30c97e2f0d
commit 5b6c6abb69
5 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -323,9 +323,9 @@
"schedule": {
"title": "Erinnerungsplan",
"stockCheck": "Bestands- & Rezeptprüfung",
"dailyAt6": "Täglich um 6:00 Uhr",
"dailyAtHour": "Täglich um {{hour}}:00 Uhr",
"intakeCheck": "Einnahmeprüfung",
"15minBefore": "15 Min. vor geplanter Zeit",
"minutesBefore": "{{minutes}} Min. vor geplanter Zeit",
"nextCheck": "Nächste Bestandsprüfung",
"lastSent": "Letzte Benachrichtigung",
"lastStockSent": "Letzte Bestands-Erinnerung",