Files
worklenz/worklenz-frontend/public/locales/en/kanban-board.json
shancds 71f168f8fa feat(kanban-board): add subtasks localization and enhance task drawer functionality
- Added new localization keys for subtasks in the kanban board JSON file to improve user experience.
- Updated the SubTaskTable component to dispatch enhanced kanban subtask updates upon deletion.
- Enhanced the TaskDrawerHeader to handle deletion of subtasks with appropriate state updates in the kanban context.
2025-07-09 16:27:48 +05:30

34 lines
863 B
JSON

{
"rename": "Rename",
"delete": "Delete",
"addTask": "Add Task",
"addSectionButton": "Add Section",
"changeCategory": "Change category",
"deleteTooltip": "Delete",
"deleteConfirmationTitle": "Are you sure?",
"deleteConfirmationOk": "Yes",
"deleteConfirmationCancel": "Cancel",
"dueDate": "Due date",
"cancel": "Cancel",
"today": "Today",
"tomorrow": "Tomorrow",
"assignToMe": "Assign to me",
"archive": "Archive",
"newTaskNamePlaceholder": "Write a task Name",
"newSubtaskNamePlaceholder": "Write a subtask Name",
"untitledSection": "Untitled section",
"unmapped": "Unmapped",
"clickToChangeDate": "Click to change date",
"noDueDate": "No due date",
"save": "Save",
"clear": "Clear",
"nextWeek": "Next week",
"noSubtasks": "No subtasks",
"showSubtasks": "Show subtasks",
"hideSubtasks": "Hide subtasks"
}