From 0795de8572bb987454f73686d4df50483e3851a5 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 4 Dec 2025 16:37:25 +1100 Subject: [PATCH] Add missing locale strings --- bouquin/locales/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bouquin/locales/en.json b/bouquin/locales/en.json index f14fb41..5bc7f95 100644 --- a/bouquin/locales/en.json +++ b/bouquin/locales/en.json @@ -297,6 +297,9 @@ "edit_reminder": "Edit Reminder", "delete_reminder": "Delete Reminder", "delete_reminders": "Delete Reminders", + "deleting_it_will_remove_all_future_occurrences": "Deleting it will remove all future occurrences.", + "this_is_a_reminder_of_type": "Note: This is a reminder of type", + "this_will_delete_the_actual_reminders": "Note: This will delete the actual reminders, not just individual occurrences.", "reminder": "Reminder", "reminders": "Reminders", "time": "Time",