Allow notifications to be sent days ahead of time

This commit is contained in:
Manuel Vögele
2024-01-12 14:44:14 +01:00
parent 26fd84b827
commit a2b9384d5d
8 changed files with 131 additions and 35 deletions

View File

@@ -1,4 +1,10 @@
messages:
next_appointment: "Nächster Termin: %{weekday}, %{date}"
appointment_today: "Heute um %{start_time} Uhr geht's weiter"
appointment_tomorrow: "Morgen um %{start_time} Uhr geht's weiter"
appointment_soon: "In %{no_days} um %{start_time} Uhr geht's weiter"
starting_now: "Jetzt geht's weiter"
errors:
param_no_days: "Bitte gib die Anzahl Tage an, die du vorab erinnert werden möchtest, als Parameter an"
param_no_days_nonnegative: "Die Anzahl der Tage darf nicht negativ sein"