Files
worklenz/worklenz-frontend/public/locales/zh/project-drawer.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

50 lines
1.8 KiB
JSON

{
"createProject": "创建项目",
"editProject": "编辑项目",
"enterCategoryName": "输入类别名称",
"hitEnterToCreate": "按回车键创建!",
"enterNotes": "备注",
"youCanManageClientsUnderSettings": "您可以在设置中管理客户",
"addCategory": "向项目添加类别",
"newCategory": "新类别",
"notes": "备注",
"startDate": "开始日期",
"endDate": "结束日期",
"estimateWorkingDays": "估算工作日",
"estimateManDays": "估算人天",
"hoursPerDay": "每天小时数",
"create": "创建",
"update": "更新",
"delete": "删除",
"typeToSearchClients": "输入以搜索客户",
"projectColor": "项目颜色",
"pleaseEnterAName": "请输入名称",
"enterProjectName": "输入项目名称",
"name": "名称",
"status": "状态",
"health": "健康状况",
"category": "类别",
"projectManager": "项目经理",
"client": "客户",
"deleteConfirmation": "您确定要删除吗?",
"deleteConfirmationDescription": "这将删除所有相关数据且无法撤销。",
"yes": "是",
"no": "否",
"createdAt": "创建于",
"updatedAt": "更新于",
"by": "由",
"add": "添加",
"asClient": "作为客户",
"createClient": "创建客户",
"searchInputPlaceholder": "按名称或电子邮件搜索",
"hoursPerDayValidationMessage": "每天小时数必须是1到24之间的数字",
"workingDaysValidationMessage": "工作日必须是正数",
"manDaysValidationMessage": "人天必须是正数",
"noPermission": "无权限",
"progressSettings": "进度设置",
"manualProgress": "手动进度",
"manualProgressTooltip": "允许对没有子任务的任务进行手动进度更新",
"weightedProgress": "加权进度",
"weightedProgressTooltip": "基于子任务权重计算进度",
"timeProgress": "基于时间的进度"
}