Files
worklenz/worklenz-frontend/public/locales/zh/kanban-board.json
shancds c80b00ec76 Add delete status confirmation modal with localization support
- Implemented a confirmation modal for deleting statuses in the Kanban board.
- Integrated localized messages for delete status prompts in multiple languages, enhancing user experience.
- Removed the previous portal-based confirmation approach in favor of Ant Design's Modal component for better consistency and usability.
2025-07-15 16:34:03 +05:30

25 lines
876 B
JSON

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