Merge pull request #238 from Worklenz/fix/task-drag-and-drop-improvement
Fix/task drag and drop improvement
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user