fix: add missing reminder translations

This commit is contained in:
kolaente 2025-09-03 19:03:36 +02:00
parent c5ddec0254
commit 3109fa4a72
1 changed files with 4 additions and 6 deletions

View File

@ -68,7 +68,10 @@
"task": {
"reminder": {
"subject": "Reminder for \"%[1]s\" (%[2]s)",
"message": "This is a friendly reminder of the task \"%[1]s\" (%[2]s)."
"message": "This is a friendly reminder of the task \"%[1]s\" (%[2]s).",
"only_due_today_subject": "Tasks due today",
"overdue_intro": "You have the following overdue tasks:",
"today_intro": "You have the following tasks due today:"
},
"comment": {
"subject": "Re: %[1]s (%[2]s)",
@ -100,11 +103,6 @@
"overdue_since": "since %[1]s",
"overdue_now": "now",
"overdue": "overdue %[1]s"
},
"reminder": {
"only_due_today_subject": "Tasks due today",
"overdue_intro": "You have the following overdue tasks:",
"today_intro": "You have the following tasks due today:"
}
},
"project": {