- 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.
77 lines
2.5 KiB
JSON
77 lines
2.5 KiB
JSON
{
|
|
"exportButton": "导出",
|
|
"timeLogsButton": "时间日志",
|
|
"activityLogsButton": "活动日志",
|
|
"tasksButton": "任务",
|
|
"searchByNameInputPlaceholder": "按名称搜索",
|
|
"overviewTab": "概览",
|
|
"timeLogsTab": "时间日志",
|
|
"activityLogsTab": "活动日志",
|
|
"tasksTab": "任务",
|
|
"projectsText": "项目",
|
|
"totalTasksText": "任务总数",
|
|
"assignedTasksText": "已分配任务",
|
|
"completedTasksText": "已完成任务",
|
|
"ongoingTasksText": "进行中任务",
|
|
"overdueTasksText": "逾期任务",
|
|
"loggedHoursText": "记录小时数",
|
|
"tasksText": "任务",
|
|
"allText": "全部",
|
|
"tasksByProjectsText": "按项目分类任务",
|
|
"tasksByStatusText": "按状态分类任务",
|
|
"tasksByPriorityText": "按优先级分类任务",
|
|
"todoText": "待办",
|
|
"doingText": "进行中",
|
|
"doneText": "已完成",
|
|
"lowText": "低",
|
|
"mediumText": "中",
|
|
"highText": "高",
|
|
"billableButton": "可计费",
|
|
"billableText": "可计费",
|
|
"nonBillableText": "不可计费",
|
|
"timeLogsEmptyPlaceholder": "没有时间日志可显示",
|
|
"loggedText": "记录",
|
|
"forText": "为",
|
|
"inText": "在",
|
|
"updatedText": "更新",
|
|
"fromText": "从",
|
|
"toText": "到",
|
|
"withinText": "在...之内",
|
|
"activityLogsEmptyPlaceholder": "没有活动日志可显示",
|
|
"filterByText": "筛选依据:",
|
|
"selectProjectPlaceholder": "选择项目",
|
|
"taskColumn": "任务",
|
|
"nameColumn": "名称",
|
|
"projectColumn": "项目",
|
|
"statusColumn": "状态",
|
|
"priorityColumn": "优先级",
|
|
"dueDateColumn": "截止日期",
|
|
"completedDateColumn": "完成日期",
|
|
"estimatedTimeColumn": "预计用时",
|
|
"loggedTimeColumn": "记录时间",
|
|
"overloggedTimeColumn": "超额记录时间",
|
|
"daysLeftColumn": "剩余天数/逾期",
|
|
"startDateColumn": "开始日期",
|
|
"endDateColumn": "结束日期",
|
|
"actualTimeColumn": "实际时间",
|
|
"projectHealthColumn": "项目健康状况",
|
|
"categoryColumn": "类别",
|
|
"projectManagerColumn": "项目经理",
|
|
"tasksStatsOverviewDrawerTitle": "的任务",
|
|
"projectsStatsOverviewDrawerTitle": "的项目",
|
|
"cancelledText": "已取消",
|
|
"blockedText": "已阻塞",
|
|
"onHoldText": "暂停",
|
|
"proposedText": "提议",
|
|
"inPlanningText": "规划中",
|
|
"inProgressText": "进行中",
|
|
"completedText": "已完成",
|
|
"continuousText": "持续",
|
|
"daysLeftText": "天剩余",
|
|
"daysOverdueText": "天逾期",
|
|
"notSetText": "未设置",
|
|
"needsAttentionText": "需要关注",
|
|
"atRiskText": "有风险",
|
|
"goodText": "良好"
|
|
}
|