fix: add missing reminder translations
This commit is contained in:
parent
c5ddec0254
commit
3109fa4a72
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue