Files
worklenz/worklenz-frontend/public/locales/zh/kanban-board.json
shancds f48476478a Implement task deletion functionality in TaskCard component
- Added context menu for task deletion with confirmation modal.
- Integrated localization for delete task prompts in multiple languages.
- Updated TaskCard to handle task deletion logic, including dispatching actions to update the state and emit socket events for task progress.
2025-07-15 16:19:40 +05:30

23 lines
751 B
JSON

{
"rename": "重命名",
"delete": "删除",
"addTask": "添加任务",
"addSectionButton": "添加部分",
"changeCategory": "更改类别",
"deleteTooltip": "删除",
"deleteConfirmationTitle": "您确定吗?",
"deleteConfirmationOk": "是",
"deleteConfirmationCancel": "取消",
"dueDate": "截止日期",
"cancel": "取消",
"today": "今天",
"tomorrow": "明天",
"assignToMe": "分配给我",
"archive": "归档",
"newTaskNamePlaceholder": "写一个任务名称",
"newSubtaskNamePlaceholder": "写一个子任务名称",
"deleteTaskTitle": "删除任务",
"deleteTaskContent": "您确定要删除此任务吗?此操作无法撤销。",
"deleteTaskConfirm": "删除",
"deleteTaskCancel": "取消"
}