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"
|
||||
@@ -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