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
968 B
JSON
33 lines
968 B
JSON
{
|
|
"recurring": "Recurrente",
|
|
"recurringTaskConfiguration": "Configuración de tarea recurrente",
|
|
"repeats": "Repeticiones",
|
|
"weekly": "Semanal",
|
|
"everyXDays": "Cada X días",
|
|
"everyXWeeks": "Cada X semanas",
|
|
"everyXMonths": "Cada X meses",
|
|
"monthly": "Mensual",
|
|
"selectDaysOfWeek": "Seleccionar días de la semana",
|
|
"mon": "Lun",
|
|
"tue": "Mar",
|
|
"wed": "Mié",
|
|
"thu": "Jue",
|
|
"fri": "Vie",
|
|
"sat": "Sáb",
|
|
"sun": "Dom",
|
|
"monthlyRepeatType": "Tipo de repetición mensual",
|
|
"onSpecificDate": "En una fecha específica",
|
|
"onSpecificDay": "En un día específico",
|
|
"dateOfMonth": "Fecha del mes",
|
|
"weekOfMonth": "Semana del mes",
|
|
"dayOfWeek": "Día de la semana",
|
|
"first": "Primero",
|
|
"second": "Segundo",
|
|
"third": "Tercero",
|
|
"fourth": "Cuarto",
|
|
"last": "Último",
|
|
"intervalDays": "Intervalo (días)",
|
|
"intervalWeeks": "Intervalo (semanas)",
|
|
"intervalMonths": "Intervalo (meses)",
|
|
"saveChanges": "Guardar cambios"
|
|
} |