- Expanded schedule options for recurring tasks, including new intervals for every X days, weeks, and months. - Added future task creation logic to ensure tasks are created within defined limits based on their schedule type. - Updated user guide to reflect new scheduling options and future task creation details. - Improved backend logic for recurring task creation, including batch processing and future limit calculations. - Added environment configuration for enabling recurring jobs. - Enhanced frontend localization for recurring task configuration labels.
34 lines
937 B
JSON
34 lines
937 B
JSON
{
|
|
"recurring": "Recurring",
|
|
"recurringTaskConfiguration": "Recurring task configuration",
|
|
"repeats": "Repeats",
|
|
"daily": "Daily",
|
|
"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"
|
|
} |