Files
worklenz/worklenz-frontend/public/locales/pt/task-drawer/task-drawer-info-tab.json
2025-07-03 01:31:05 +05:30

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