Merge pull request #238 from Worklenz/fix/task-drag-and-drop-improvement
Fix/task drag and drop improvement
This commit is contained in:
@@ -51,5 +51,18 @@
|
||||
"selectCategory": "Seleccionar una categoría",
|
||||
"pleaseEnterAName": "Por favor, ingrese un nombre",
|
||||
"pleaseSelectACategory": "Por favor, seleccione una categoría",
|
||||
"create": "Crear"
|
||||
"create": "Crear",
|
||||
|
||||
"searchTasks": "Buscar tareas...",
|
||||
"searchPlaceholder": "Buscar...",
|
||||
"fieldsText": "Campos",
|
||||
"loadingFilters": "Cargando filtros...",
|
||||
"noOptionsFound": "No se encontraron opciones",
|
||||
"filtersActive": "filtros activos",
|
||||
"filterActive": "filtro activo",
|
||||
"clearAll": "Limpiar todo",
|
||||
"clearing": "Limpiando...",
|
||||
"cancel": "Cancelar",
|
||||
"search": "Buscar",
|
||||
"groupedBy": "Agrupado por"
|
||||
}
|
||||
|
||||
@@ -108,5 +108,19 @@
|
||||
"key": "Clave",
|
||||
"formula": "Fórmula"
|
||||
}
|
||||
},
|
||||
|
||||
"indicators": {
|
||||
"tooltips": {
|
||||
"subtasks": "{{count}} subtarea",
|
||||
"subtasks_plural": "{{count}} subtareas",
|
||||
"comments": "{{count}} comentario",
|
||||
"comments_plural": "{{count}} comentarios",
|
||||
"attachments": "{{count}} archivo adjunto",
|
||||
"attachments_plural": "{{count}} archivos adjuntos",
|
||||
"subscribers": "La tarea tiene suscriptores",
|
||||
"dependencies": "La tarea tiene dependencias",
|
||||
"recurring": "Tarea recurrente"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user