feat(schedule): add schedule header with title and tooltip for configuration hints

This commit is contained in:
Daniel Volz
2025-12-27 23:21:02 +01:00
parent 27af4dd14b
commit be68fb5dad
4 changed files with 27 additions and 2 deletions
+3 -1
View File
@@ -165,12 +165,14 @@
"supports": "Unterstützt ntfy, Discord, Telegram, Slack"
},
"schedule": {
"title": "Erinnerungsplan",
"stockCheck": "Bestandsprüfung",
"dailyAt6": "Täglich um 6:00 Uhr",
"intakeCheck": "Einnahmeprüfung",
"15minBefore": "15 Min. vor geplanter Zeit",
"nextCheck": "Nächste Bestandsprüfung",
"lastSent": "Zuletzt gesendet"
"lastSent": "Zuletzt gesendet",
"envHint": "Diese Werte können über REMINDER_HOUR und REMINDER_MINUTES_BEFORE in .env konfiguriert werden"
},
"stock": {
"title": "Bestand",
+3 -1
View File
@@ -167,12 +167,14 @@
"supports": "Supports ntfy, Discord, Telegram, Slack"
},
"schedule": {
"title": "Reminder Schedule",
"stockCheck": "Stock check",
"dailyAt6": "Daily at 6:00 AM",
"intakeCheck": "Intake check",
"15minBefore": "15 min before scheduled time",
"nextCheck": "Next stock check",
"lastSent": "Last sent"
"lastSent": "Last sent",
"envHint": "These values can be configured via REMINDER_HOUR and REMINDER_MINUTES_BEFORE in .env"
},
"stock": {
"title": "Stock",