feat: support multiple flexible event reminders #170

This commit is contained in:
Linus Rath
2026-05-18 17:31:44 +02:00
parent dcd2f4b079
commit 3d2ed71f3a
2 changed files with 202 additions and 73 deletions
+12 -3
View File
@@ -2357,12 +2357,21 @@
"delete": "Delete"
},
"alerts": {
"title": "Reminder",
"none": "No reminder",
"title": "Reminders",
"none": "No reminders",
"at_time": "At time of event",
"minutes_before": "{count, plural, one {# minute before} other {# minutes before}}",
"hours_before": "{count, plural, one {# hour before} other {# hours before}}",
"days_before": "{count, plural, one {# day before} other {# days before}}"
"days_before": "{count, plural, one {# day before} other {# days before}}",
"weeks_before": "{count, plural, one {# week before} other {# weeks before}}",
"unit_minutes_before": "minutes before",
"unit_hours_before": "hours before",
"unit_days_before": "days before",
"unit_weeks_before": "weeks before",
"add": "Add reminder",
"remove": "Remove reminder",
"amount": "Reminder amount",
"unit": "Reminder unit"
},
"settings": {
"title": "Calendar settings",