Files
worklenz/worklenz-frontend/public/locales/zh/kanban-board.json
chamikaJ 20ce0c9687 feat(reporting): enhance time reports page with new filters and components
- Added new components for filtering by billable status, categories, projects, members, and teams in the time reports overview.
- Implemented a new header component to manage the layout and functionality of the time reports page.
- Refactored existing components to improve organization and maintainability, including the removal of deprecated files.
- Updated localization files to support new UI elements and ensure consistency across languages.
- Adjusted the language selector to reflect the correct language codes for Chinese.
2025-07-24 11:40:39 +05:30

29 lines
882 B
JSON

{
"rename": "重命名",
"delete": "删除",
"addTask": "添加任务",
"addSectionButton": "添加部分",
"changeCategory": "更改类别",
"deleteTooltip": "删除",
"deleteConfirmationTitle": "您确定吗?",
"deleteConfirmationOk": "是",
"deleteConfirmationCancel": "取消",
"dueDate": "截止日期",
"cancel": "取消",
"today": "今天",
"tomorrow": "明天",
"assignToMe": "分配给我",
"archive": "归档",
"newTaskNamePlaceholder": "写一个任务名称",
"newSubtaskNamePlaceholder": "写一个子任务名称",
"untitledSection": "无标题部分",
"unmapped": "未映射",
"clickToChangeDate": "点击更改日期",
"noDueDate": "无截止日期",
"save": "保存",
"clear": "清除",
"nextWeek": "下周",
"noSubtasks": "无子任务",
"showSubtasks": "显示子任务",
"hideSubtasks": "隐藏子任务"
}