- Added new bulk action options for changing status, priority, and phase, as well as adding labels and assigning tasks. - Integrated translations for English, German, Spanish, and Portuguese in the task table bulk actions. - Updated the `OptimizedBulkActionBar` to utilize Redux state for status, priority, and phase selections. - Improved user experience with dynamic dropdown menus for bulk actions and confirmation prompts. - Refactored task selection handling to ensure proper state management during bulk actions.
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"taskSelected": "Tarea seleccionada",
|
|
"tasksSelected": "Tareas seleccionadas",
|
|
"changeStatus": "Cambiar estado/ prioridad/ fases",
|
|
"changeLabel": "Cambiar etiqueta",
|
|
"assignToMe": "Asignar a mí",
|
|
"changeAssignees": "Cambiar asignados",
|
|
"archive": "Archivar",
|
|
"unarchive": "Desarchivar",
|
|
"delete": "Eliminar",
|
|
"moreOptions": "Más opciones",
|
|
"deselectAll": "Deseleccionar todo",
|
|
"status": "Estado",
|
|
"priority": "Prioridad",
|
|
"phase": "Fase",
|
|
"member": "Miembro",
|
|
"createTaskTemplate": "Crear plantilla de tarea",
|
|
"apply": "Aplicar",
|
|
"createLabel": "+ Crear etiqueta",
|
|
"hitEnterToCreate": "Presione Enter para crear",
|
|
"pendingInvitation": "Invitación Pendiente",
|
|
"noMatchingLabels": "No hay etiquetas coincidentes",
|
|
"noLabels": "Sin etiquetas",
|
|
"CHANGE_STATUS": "Cambiar Estado",
|
|
"CHANGE_PRIORITY": "Cambiar Prioridad",
|
|
"CHANGE_PHASE": "Cambiar Fase",
|
|
"ADD_LABELS": "Agregar Etiquetas",
|
|
"ASSIGN_TO_ME": "Asignar a Mí",
|
|
"ASSIGN_MEMBERS": "Asignar Miembros",
|
|
"ARCHIVE": "Archivar",
|
|
"DELETE": "Eliminar",
|
|
"CANCEL": "Cancelar",
|
|
"CLEAR_SELECTION": "Limpiar Selección",
|
|
"TASKS_SELECTED": "{{count}} tarea seleccionada",
|
|
"TASKS_SELECTED_plural": "{{count}} tareas seleccionadas",
|
|
"DELETE_TASKS_CONFIRM": "¿Eliminar {{count}} tarea?",
|
|
"DELETE_TASKS_CONFIRM_plural": "¿Eliminar {{count}} tareas?",
|
|
"DELETE_TASKS_WARNING": "Esta acción no se puede deshacer."
|
|
} |