- Added optional fields for project color, task status, and status color in IUserRecentTask and IUserTimeLoggedTask interfaces. - Optimized SQL queries to include team filtering and additional data such as project color and task status. - Updated frontend components to support new data fields and improved styling for better user experience. - Enhanced dark mode detection and styling in task activity lists. - Implemented refetching of data on tab change in the user activity feed.
58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"todoList": {
|
|
"title": "Lista de tarefas",
|
|
"refreshTasks": "Atualizar tarefas",
|
|
"addTask": "+ Adicionar tarefa",
|
|
"noTasks": "Nenhuma tarefa",
|
|
"pressEnter": "Pressione",
|
|
"toCreate": "para criar.",
|
|
"markAsDone": "Marcar como feito"
|
|
},
|
|
"projects": {
|
|
"title": "Projetos",
|
|
"refreshProjects": "Atualizar projetos",
|
|
"noRecentProjects": "Você não está atribuído a nenhum projeto.",
|
|
"noFavouriteProjects": "Nenhum projeto foi marcado como favorito.",
|
|
"recent": "Recentes",
|
|
"favourites": "Favoritos"
|
|
},
|
|
"tasks": {
|
|
"assignedToMe": "Atribuído a mim",
|
|
"assignedByMe": "Atribuído por mim",
|
|
"all": "Todas",
|
|
"today": "Hoje",
|
|
"upcoming": "Próximas",
|
|
"overdue": "Vencidas",
|
|
"noDueDate": "Sem data de vencimento",
|
|
"noTasks": "Nenhuma tarefa para mostrar.",
|
|
"addTask": "+ Adicionar tarefa",
|
|
"name": "Nome",
|
|
"project": "Projeto",
|
|
"status": "Status",
|
|
"dueDate": "Data de vencimento",
|
|
"dueDatePlaceholder": "Definir data de vencimento",
|
|
"tomorrow": "Amanhã",
|
|
"nextWeek": "Semana que vem",
|
|
"nextMonth": "Próximo mês",
|
|
"projectRequired": "Por favor selecione um projeto",
|
|
"dueOn": "Tarefas vencidas em",
|
|
"taskRequired": "Por favor adicione uma tarefa",
|
|
"list": "Lista",
|
|
"calendar": "Calendário",
|
|
"tasks": "Tarefas",
|
|
"refresh": "Atualizar",
|
|
"recentActivity": "Atividade Recente",
|
|
"recentTasks": "Tarefas Recentes",
|
|
"timeLoggedTasks": "Tempo Registrado",
|
|
"noRecentTasks": "Nenhuma tarefa recente",
|
|
"noTimeLoggedTasks": "Nenhuma tarefa com tempo registrado",
|
|
"activityTag": "Atividade",
|
|
"timeLogTag": "Registro de Tempo",
|
|
"timerTag": "Cronômetro",
|
|
"activitySingular": "atividade",
|
|
"activityPlural": "atividades",
|
|
"recentTaskAriaLabel": "Tarefa recente:",
|
|
"timeLoggedTaskAriaLabel": "Tarefa com tempo registrado:"
|
|
}
|
|
}
|