Add ability to set alarm reminders
Some checks failed
CI / test (push) Failing after 3m25s
Lint / test (push) Failing after 25s
Trivy / test (push) Successful in 22s

This commit is contained in:
Miguel Jacq 2025-11-18 20:38:39 +11:00
parent 63cf561bfe
commit 83f25405db
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
8 changed files with 241 additions and 7 deletions

View file

@ -155,5 +155,12 @@
"bug_report_empty": "Please enter some details about the bug before sending.",
"bug_report_send_failed": "Could not send bug report.",
"bug_report_sent_ok": "Bug report sent. Thank you!",
"send": "Send"
"send": "Send",
"set_reminder": "Set reminder prompt",
"set_reminder_prompt": "Enter a time",
"reminder_no_text_fallback": "You scheduled a reminder to alert you now!",
"invalid_time_title": "Invalid time",
"invalid_time_message": "Please enter a time in the format HH:MM",
"dismiss": "Dismiss",
"toolbar_alarm": "Set reminder alarm"
}