feat(reminders): translate all reminder form strings
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user