feat(task-phases): enhance phase creation with custom naming and localization updates

- Updated the phase creation logic to allow custom names, defaulting to a generated name if none is provided.
- Modified localization files for multiple languages to improve phase-related text consistency and clarity.
- Enhanced the UI components to reflect the new phase naming functionality and ensure proper integration with the task management system.
- Added dark mode styling for confirmation modals to improve user experience across themes.
This commit is contained in:
chamikaJ
2025-07-11 17:26:21 +05:30
parent 12b430a349
commit affbbbffbf
23 changed files with 464 additions and 77 deletions

View File

@@ -1,20 +1,24 @@
{
"configurePhases": "配置阶段",
"phaseLabel": "阶段标签",
"enterPhaseName": "输入阶段名称",
"addOption": "添加选项",
"phaseOptions": "阶段选项",
"dragToReorderPhases": "拖拽阶段以重新排序。每个阶段可以有不同的颜色。",
"enterNewPhaseName": "输入新阶段名称...",
"addPhase": "添加阶段",
"noPhasesFound": "未找到阶段",
"deletePhase": "删除阶段",
"deletePhaseConfirm": "您确定要删除此阶段吗?此操作无法撤销。",
"rename": "重命名",
"delete": "删除",
"create": "创建",
"cancel": "取消",
"selectColor": "选择颜色",
"managePhases": "管理阶段",
"close": "关闭"
"configurePhases": "配置阶段",
"configure": "配置",
"phaseLabel": "阶段标签",
"enterPhaseName": "输入阶段名称",
"addOption": "添加选项",
"phaseOptions": "阶段选项",
"optionsText": "选项",
"dragToReorderPhases": "拖拽阶段来重新排序。每个阶段可以有不同的颜色。",
"enterNewPhaseName": "输入新阶段名称...",
"addPhase": "添加阶段",
"noPhasesFound": "未找到阶段",
"no": "没有",
"found": "找到",
"deletePhase": "删除阶段",
"deletePhaseConfirm": "您确定要删除此阶段吗?此操作无法撤消。",
"rename": "重命名",
"delete": "删除",
"create": "创建",
"cancel": "取消",
"selectColor": "选择颜色",
"managePhases": "管理阶段",
"close": "关闭"
}

View File

@@ -62,7 +62,8 @@
"clearing": "清除中...",
"cancel": "取消",
"search": "搜索",
"groupedBy": "分组依据",
"groupedBy": "分组方式",
"manage": "管理",
"manageStatuses": "管理状态",
"managePhases": "管理阶段",
"dragToReorderStatuses": "拖拽状态以重新排序。每个状态可以有不同的类别。",