Files
worklenz/worklenz-frontend/public/locales/zh/reporting-overview.json
chamiakJ 591d348ae5 feat(localization): update and enhance localization files for multiple languages
- Updated localization files for various languages, including English, German, Spanish, Portuguese, and Chinese, to ensure consistency and accuracy across the application.
- Added new keys and updated existing ones to support recent UI changes and features, particularly in project views, task lists, and admin center settings.
- Enhanced the structure of localization files to improve maintainability and facilitate future updates.
- Implemented performance optimizations in the frontend components to better handle localization data.
2025-07-28 07:19:55 +05:30

23 lines
770 B
JSON

{
"overviewTitle": "概览",
"includeArchivedButton": "包含已归档项目",
"teamCount": "团队",
"teamCountPlural": "团队",
"projectCount": "项目",
"projectCountPlural": "项目",
"memberCount": "成员",
"memberCountPlural": "成员",
"activeProjectCount": "活跃项目",
"activeProjectCountPlural": "活跃项目",
"overdueProjectCount": "逾期项目",
"overdueProjectCountPlural": "逾期项目",
"unassignedMemberCount": "未分配成员",
"unassignedMemberCountPlural": "未分配成员",
"memberWithOverdueTaskCount": "有逾期任务的成员",
"memberWithOverdueTaskCountPlural": "有逾期任务的成员",
"teamsText": "团队",
"nameColumn": "名称",
"projectsColumn": "项目",
"membersColumn": "成员"
}