- Added localization entries for task statuses (To Do, In Progress, Done) across multiple languages including Albanian, German, Spanish, Portuguese, and Chinese. - Updated the GroupProgressBar component to improve visual representation of task progress with distinct color coding for each status. - Enhanced TaskGroupHeader to calculate and display group progress dynamically based on task completion and status distribution. - Integrated a new Convert To Subtask Drawer for improved task management functionality.
39 lines
1.2 KiB
JSON
39 lines
1.2 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",
|
|
|
|
"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"
|
|
}
|
|
}
|
|
}
|