Files
worklenz/worklenz-frontend/public/locales/zh/phases-drawer.json
chamikaJ affbbbffbf 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.
2025-07-11 17:26:21 +05:30

24 lines
783 B
JSON

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