- Added localization support for task management messages in multiple languages, including Albanian, German, English, Spanish, and Portuguese. - Implemented subtask addition feature in the `TaskRow` component, allowing users to create and manage subtasks directly within the task interface. - Introduced hover effects and improved styling for task rows to enhance user experience and interaction. - Updated task indicators to display counts for subtasks, comments, and attachments, providing better visibility of task details.
15 lines
456 B
JSON
15 lines
456 B
JSON
{
|
|
"noTasksInGroup": "No hay tareas en este grupo",
|
|
"noTasksInGroupDescription": "Añade una tarea para comenzar",
|
|
"addFirstTask": "Añade tu primera tarea",
|
|
"openTask": "Abrir",
|
|
"subtask": "subtarea",
|
|
"subtasks": "subtareas",
|
|
"comment": "comentario",
|
|
"comments": "comentarios",
|
|
"attachment": "adjunto",
|
|
"attachments": "adjuntos",
|
|
"enterSubtaskName": "Ingresa el nombre de la subtarea...",
|
|
"add": "Añadir",
|
|
"cancel": "Cancelar"
|
|
} |