Allow notifications to be sent days ahead of time
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
messages:
|
||||
next_appointment: "Next meeting: %{weekday}, %{date} (%{uk_time} UK time)"
|
||||
appointment_today: "Next meeting is today at %{start_time} (%{uk_time} UK time)"
|
||||
appointment_tomorrow: "Next meeting is tomorrow at %{start_time} (%{uk_time} UK time)"
|
||||
appointment_soon: "Next meeting is in %{no_days} at %{start_time} (%{uk_time} UK time)"
|
||||
starting_now: "The meeting starts now"
|
||||
|
||||
errors:
|
||||
param_no_days: "Please specify the number of days that you want to be reminded in advance as parameter"
|
||||
param_no_days_nonnegative: "The number of days may not be negative"
|
||||
Reference in New Issue
Block a user