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
958 B
JSON
33 lines
958 B
JSON
{
|
|
"recurring": "Recorrente",
|
|
"recurringTaskConfiguration": "Configuração de tarefa recorrente",
|
|
"repeats": "Repete",
|
|
"weekly": "Semanal",
|
|
"everyXDays": "A cada X dias",
|
|
"everyXWeeks": "A cada X semanas",
|
|
"everyXMonths": "A cada X meses",
|
|
"monthly": "Mensal",
|
|
"selectDaysOfWeek": "Selecionar dias da semana",
|
|
"mon": "Seg",
|
|
"tue": "Ter",
|
|
"wed": "Qua",
|
|
"thu": "Qui",
|
|
"fri": "Sex",
|
|
"sat": "Sáb",
|
|
"sun": "Dom",
|
|
"monthlyRepeatType": "Tipo de repetição mensal",
|
|
"onSpecificDate": "Em uma data específica",
|
|
"onSpecificDay": "Em um dia específico",
|
|
"dateOfMonth": "Data do mês",
|
|
"weekOfMonth": "Semana do mês",
|
|
"dayOfWeek": "Dia da semana",
|
|
"first": "Primeira",
|
|
"second": "Segunda",
|
|
"third": "Terceira",
|
|
"fourth": "Quarta",
|
|
"last": "Última",
|
|
"intervalDays": "Intervalo (dias)",
|
|
"intervalWeeks": "Intervalo (semanas)",
|
|
"intervalMonths": "Intervalo (meses)",
|
|
"saveChanges": "Salvar alterações"
|
|
} |