Add support for configuring recurring tasks in the task drawer. This includes adding a new `schedule_id` field to the task type, creating a new `TaskDrawerRecurringConfig` component, and updating localization files for English, Spanish, and Portuguese. The configuration allows setting repeat intervals, days of the week, and monthly recurrence options.
33 lines
917 B
JSON
33 lines
917 B
JSON
{
|
|
"recurring": "Recurring",
|
|
"recurringTaskConfiguration": "Recurring task configuration",
|
|
"repeats": "Repeats",
|
|
"weekly": "Weekly",
|
|
"everyXDays": "Every X Days",
|
|
"everyXWeeks": "Every X Weeks",
|
|
"everyXMonths": "Every X Months",
|
|
"monthly": "Monthly",
|
|
"selectDaysOfWeek": "Select Days of the Week",
|
|
"mon": "Mon",
|
|
"tue": "Tue",
|
|
"wed": "Wed",
|
|
"thu": "Thu",
|
|
"fri": "Fri",
|
|
"sat": "Sat",
|
|
"sun": "Sun",
|
|
"monthlyRepeatType": "Monthly repeat type",
|
|
"onSpecificDate": "On a specific date",
|
|
"onSpecificDay": "On a specific day",
|
|
"dateOfMonth": "Date of the month",
|
|
"weekOfMonth": "Week of the month",
|
|
"dayOfWeek": "Day of the week",
|
|
"first": "First",
|
|
"second": "Second",
|
|
"third": "Third",
|
|
"fourth": "Fourth",
|
|
"last": "Last",
|
|
"intervalDays": "Interval (days)",
|
|
"intervalWeeks": "Interval (weeks)",
|
|
"intervalMonths": "Interval (months)",
|
|
"saveChanges": "Save Changes"
|
|
} |