- Added a date picker to the TaskCard for selecting and updating task due dates. - Implemented real-time updates for due date changes using socket communication. - Enhanced UI with a custom calendar popup and improved date selection options. - Updated localization files to include new strings related to date management in multiple languages.
31 lines
855 B
JSON
31 lines
855 B
JSON
{
|
|
"rename": "Renombrar",
|
|
"delete": "Eliminar",
|
|
"addTask": "Agregar tarea",
|
|
"addSectionButton": "Agregar sección",
|
|
"changeCategory": "Cambiar categoría",
|
|
|
|
"deleteTooltip": "Eliminar",
|
|
"deleteConfirmationTitle": "¿Estás seguro?",
|
|
"deleteConfirmationOk": "Sí",
|
|
"deleteConfirmationCancel": "Cancelar",
|
|
|
|
"dueDate": "Fecha de vencimiento",
|
|
"cancel": "Cancelar",
|
|
|
|
"today": "Hoy",
|
|
"tomorrow": "Mañana",
|
|
"assignToMe": "Asignarme",
|
|
"archive": "Archivar",
|
|
|
|
"newTaskNamePlaceholder": "Escribe un nombre de tarea",
|
|
"newSubtaskNamePlaceholder": "Escribe un nombre de subtarea",
|
|
"untitledSection": "Sección sin título",
|
|
"unmapped": "Sin asignar",
|
|
"clickToChangeDate": "Haz clic para cambiar la fecha",
|
|
"noDueDate": "Sin fecha de vencimiento",
|
|
"save": "Guardar",
|
|
"clear": "Limpiar",
|
|
"nextWeek": "Próxima semana"
|
|
}
|