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.
30 lines
876 B
JSON
30 lines
876 B
JSON
{
|
|
"details": {
|
|
"task-key": "Chave da tarefa",
|
|
"phase": "Fase",
|
|
"assignees": "Responsáveis",
|
|
"due-date": "Data de vencimento",
|
|
"time-estimation": "Estimativa de tempo",
|
|
"priority": "Prioridade",
|
|
"labels": "Etiquetas",
|
|
"billable": "Faturável",
|
|
"notify": "Notificar",
|
|
"when-done-notify": "Quando concluída, notificar",
|
|
"start-date": "Data de início",
|
|
"end-date": "Data de término",
|
|
"hide-start-date": "Ocultar data de início",
|
|
"show-start-date": "Mostrar data de início",
|
|
"hours": "Horas",
|
|
"minutes": "Minutos",
|
|
"recurring": "Recorrente"
|
|
},
|
|
"description": {
|
|
"title": "Descrição",
|
|
"placeholder": "Adicionar uma descrição mais detalhada..."
|
|
},
|
|
"subTasks": {
|
|
"title": "Subtarefas",
|
|
"add-sub-task": "+ Adicionar subtarefa",
|
|
"refresh-sub-tasks": "Atualizar subtarefas"
|
|
}
|
|
} |