1
0

feat(reminders): translate all reminder form strings

This commit is contained in:
kolaente
2023-06-09 13:54:17 +02:00
parent 95487d7569
commit e6c4c18974
3 changed files with 89 additions and 24 deletions

View File

@ -721,10 +721,13 @@
}
},
"reminder": {
"hoursShort": "HH",
"minutesShort": "MM",
"daysShort": "d",
"days": "days"
"before": "{amount} {unit} before {type}",
"after": "{amount} {unit} after {type}",
"beforeShort": "before",
"afterShort": "after",
"onDueDate": "On the due date",
"onStartDate": "On the start date",
"onEndDate": "On the end date"
},
"repeat": {
"everyDay": "Every Day",
@ -990,5 +993,16 @@
"title": "About",
"frontendVersion": "Frontend Version: {version}",
"apiVersion": "API Version: {version}"
},
"time": {
"units": {
"seconds": "second|seconds",
"minutes": "minute|minutes",
"hours": "hour|hours",
"days": "day|days",
"weeks": "week|weeks",
"months": "month|months",
"years": "year|years"
}
}
}