Files
worklenz/worklenz-frontend/public/locales/pt/task-management.json
chamikaJ 808731387b feat(localization): update task and project view translations across multiple languages
- Enhanced localization files for task management and project view headers in Albanian, German, Spanish, Portuguese, Chinese, and others.
- Standardized translations for terms related to tasks, project settings, and notifications, including default task names.
- Improved clarity and consistency in language usage to enhance user experience across different locales.
2025-07-11 18:29:15 +05:30

40 lines
1.3 KiB
JSON

{
"noTasksInGroup": "Nenhuma tarefa neste grupo",
"noTasksInGroupDescription": "Adicione uma tarefa para começar",
"addFirstTask": "Adicione sua primeira tarefa",
"openTask": "Abrir",
"subtask": "subtarefa",
"subtasks": "subtarefas",
"comment": "comentário",
"comments": "comentários",
"attachment": "anexo",
"attachments": "anexos",
"enterSubtaskName": "Digite o nome da subtarefa...",
"add": "Adicionar",
"cancel": "Cancelar",
"renameGroup": "Renomear Grupo",
"renameStatus": "Renomear Status",
"renamePhase": "Renomear Fase",
"changeCategory": "Alterar Categoria",
"clickToEditGroupName": "Clique para editar o nome do grupo",
"enterGroupName": "Digite o nome do grupo",
"todo": "A Fazer",
"inProgress": "Em Andamento",
"done": "Concluído",
"defaultTaskName": "Tarefa Sem Título",
"indicators": {
"tooltips": {
"subtasks": "{{count}} subtarefa",
"subtasks_plural": "{{count}} subtarefas",
"comments": "{{count}} comentário",
"comments_plural": "{{count}} comentários",
"attachments": "{{count}} anexo",
"attachments_plural": "{{count}} anexos",
"subscribers": "Tarefa tem assinantes",
"dependencies": "Tarefa tem dependências",
"recurring": "Tarefa recorrente"
}
}
}