Files
worklenz/worklenz-frontend/public/locales/zh/task-management.json
chamikaJ a26d8d0f90 feat(task-management): enhance task localization and progress visualization
- Added localization entries for task statuses (To Do, In Progress, Done) across multiple languages including Albanian, German, Spanish, Portuguese, and Chinese.
- Updated the GroupProgressBar component to improve visual representation of task progress with distinct color coding for each status.
- Enhanced TaskGroupHeader to calculate and display group progress dynamically based on task completion and status distribution.
- Integrated a new Convert To Subtask Drawer for improved task management functionality.
2025-07-11 18:09:03 +05:30

38 lines
1.1 KiB
JSON

{
"noTasksInGroup": "此组中没有任务",
"noTasksInGroupDescription": "添加任务开始使用",
"addFirstTask": "添加你的第一个任务",
"openTask": "打开",
"subtask": "子任务",
"subtasks": "子任务",
"comment": "评论",
"comments": "评论",
"attachment": "附件",
"attachments": "附件",
"enterSubtaskName": "输入子任务名称...",
"add": "添加",
"cancel": "取消",
"renameGroup": "重命名组",
"renameStatus": "重命名状态",
"renamePhase": "重命名阶段",
"changeCategory": "更改类别",
"clickToEditGroupName": "点击编辑组名称",
"enterGroupName": "输入组名称",
"todo": "待办",
"inProgress": "进行中",
"done": "已完成",
"indicators": {
"tooltips": {
"subtasks": "{{count}} 个子任务",
"subtasks_plural": "{{count}} 个子任务",
"comments": "{{count}} 条评论",
"comments_plural": "{{count}} 条评论",
"attachments": "{{count}} 个附件",
"attachments_plural": "{{count}} 个附件",
"subscribers": "任务有订阅者",
"dependencies": "任务有依赖项",
"recurring": "重复任务"
}
}
}