Files
worklenz/worklenz-frontend/public/locales/pt/task-drawer/task-drawer-info-tab.json
chamikaJ 62548e5c37 feat(task-drawer): add recurring task configuration
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.
2025-05-14 15:41:09 +05:30

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"
}
}