Allow notifications to be sent days ahead of time
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user