add support for zh_cn
This commit is contained in:
42
worklenz-frontend/public/locales/zh/project-drawer.json
Normal file
42
worklenz-frontend/public/locales/zh/project-drawer.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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之间的数字",
|
||||
"noPermission": "无权限"
|
||||
}
|
||||
Reference in New Issue
Block a user