Files
worklenz/worklenz-frontend/public/locales/pt/home.json
chamikaJ 53a28cf489 refactor(localization): update task-related translations and improve user activity feed
- Added new translation keys for recent tasks and time logged tasks in Albanian, German, English, Spanish, Portuguese, and Chinese localization files.
- Enhanced user activity feed to switch between recent tasks and time logged tasks, improving user experience.
- Updated the date formatting utility to support locale-specific formatting for better internationalization.
- Refactored task activity list and time logged task list components to utilize a table layout for improved readability.
2025-07-29 10:19:28 +05:30

62 lines
2.1 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",
"recentTasksSegment": "Tarefas Recentes",
"timeLogged": "Tempo Registrado",
"timeLoggedSegment": "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:",
"errorLoadingRecentTasks": "Erro ao carregar tarefas recentes",
"errorLoadingTimeLoggedTasks": "Erro ao carregar tarefas com tempo registrado"
}
}