- 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.
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"exportButton": "导出",
|
|
"projectsButton": "项目",
|
|
"membersButton": "成员",
|
|
"searchByNameInputPlaceholder": "按名称搜索",
|
|
"overviewTab": "概览",
|
|
"projectsTab": "项目",
|
|
"membersTab": "成员",
|
|
"projectsByStatusText": "按状态分类项目",
|
|
"projectsByCategoryText": "按类别分类项目",
|
|
"projectsByHealthText": "按健康状况分类项目",
|
|
"projectsText": "项目",
|
|
"allText": "全部",
|
|
"cancelledText": "已取消",
|
|
"blockedText": "已阻塞",
|
|
"onHoldText": "暂停",
|
|
"proposedText": "提议",
|
|
"inPlanningText": "规划中",
|
|
"inProgressText": "进行中",
|
|
"completedText": "已完成",
|
|
"continuousText": "持续",
|
|
"notSetText": "未设置",
|
|
"needsAttentionText": "需要关注",
|
|
"atRiskText": "有风险",
|
|
"goodText": "良好",
|
|
"nameColumn": "名称",
|
|
"emailColumn": "电子邮件",
|
|
"projectsColumn": "项目",
|
|
"tasksColumn": "任务",
|
|
"overdueTasksColumn": "逾期任务",
|
|
"completedTasksColumn": "已完成任务",
|
|
"ongoingTasksColumn": "进行中任务"
|
|
}
|