add support for zh_cn
This commit is contained in:
44
worklenz-frontend/public/locales/zh/reporting-projects.json
Normal file
44
worklenz-frontend/public/locales/zh/reporting-projects.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"projectCount": "项目",
|
||||
"projectCountPlural": "项目",
|
||||
"includeArchivedButton": "包含已归档项目",
|
||||
"exportButton": "导出",
|
||||
"excelButton": "Excel",
|
||||
"projectColumn": "项目",
|
||||
"estimatedVsActualColumn": "预计用时 vs 实际用时",
|
||||
"tasksProgressColumn": "任务进度",
|
||||
"lastActivityColumn": "最后活动",
|
||||
"statusColumn": "状态",
|
||||
"datesColumn": "开始/结束日期",
|
||||
"daysLeftColumn": "剩余天数/逾期",
|
||||
"projectHealthColumn": "项目健康状况",
|
||||
"categoryColumn": "类别",
|
||||
"projectUpdateColumn": "项目更新",
|
||||
"clientColumn": "客户",
|
||||
"teamColumn": "团队",
|
||||
"projectManagerColumn": "项目经理",
|
||||
"openButton": "打开",
|
||||
"estimatedText": "预计",
|
||||
"actualText": "实际",
|
||||
"todoText": "待办",
|
||||
"doingText": "进行中",
|
||||
"doneText": "已完成",
|
||||
"cancelledText": "已取消",
|
||||
"blockedText": "已阻塞",
|
||||
"onHoldText": "暂停",
|
||||
"proposedText": "提议",
|
||||
"inPlanningText": "规划中",
|
||||
"inProgressText": "进行中",
|
||||
"completedText": "已完成",
|
||||
"continuousText": "持续",
|
||||
"daysLeftText": "天剩余",
|
||||
"dayLeftText": "天剩余",
|
||||
"daysOverdueText": "天逾期",
|
||||
"notSetText": "未设置",
|
||||
"needsAttentionText": "需要关注",
|
||||
"atRiskText": "有风险",
|
||||
"goodText": "良好",
|
||||
"setCategoryText": "设置类别",
|
||||
"searchByNameInputPlaceholder": "按名称搜索",
|
||||
"todayText": "今天"
|
||||
}
|
||||
Reference in New Issue
Block a user