Merge pull request #238 from Worklenz/fix/task-drag-and-drop-improvement

Fix/task drag and drop improvement
This commit is contained in:
Chamika J
2025-07-07 07:05:59 +05:30
committed by GitHub
42 changed files with 1100 additions and 627 deletions

View File

@@ -52,5 +52,18 @@
"selectCategory": "Selecionar uma categoria",
"pleaseEnterAName": "Por favor, insira um nome",
"pleaseSelectACategory": "Por favor, selecione uma categoria",
"create": "Criar"
"create": "Criar",
"searchTasks": "Pesquisar tarefas...",
"searchPlaceholder": "Pesquisar...",
"fieldsText": "Campos",
"loadingFilters": "Carregando filtros...",
"noOptionsFound": "Nenhuma opção encontrada",
"filtersActive": "filtros ativos",
"filterActive": "filtro ativo",
"clearAll": "Limpar tudo",
"clearing": "Limpando...",
"cancel": "Cancelar",
"search": "Pesquisar",
"groupedBy": "Agrupado por"
}

View File

@@ -108,5 +108,19 @@
"key": "Chave",
"formula": "Fórmula"
}
},
"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": "A tarefa tem assinantes",
"dependencies": "A tarefa tem dependências",
"recurring": "Tarefa recorrente"
}
}
}