add support for zh_cn
This commit is contained in:
56
worklenz-frontend/public/locales/zh/task-list-table.json
Normal file
56
worklenz-frontend/public/locales/zh/task-list-table.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"keyColumn": "ID",
|
||||
"taskColumn": "任务",
|
||||
"descriptionColumn": "描述",
|
||||
"progressColumn": "进度",
|
||||
"membersColumn": "成员",
|
||||
"assigneesColumn": "受托人",
|
||||
"labelsColumn": "标签",
|
||||
"phasesColumn": "阶段",
|
||||
"phaseColumn": "阶段",
|
||||
"statusColumn": "状态",
|
||||
"priorityColumn": "优先级",
|
||||
"timeTrackingColumn": "时间追踪",
|
||||
"timetrackingColumn": "时间追踪",
|
||||
"estimationColumn": "估算",
|
||||
"startDateColumn": "开始日期",
|
||||
"startdateColumn": "开始日期",
|
||||
"dueDateColumn": "截止日期",
|
||||
"duedateColumn": "截止日期",
|
||||
"completedDateColumn": "完成日期",
|
||||
"completeddateColumn": "完成日期",
|
||||
"createdDateColumn": "创建日期",
|
||||
"createddateColumn": "创建日期",
|
||||
"lastUpdatedColumn": "最后更新",
|
||||
"lastupdatedColumn": "最后更新",
|
||||
"reporterColumn": "报告人",
|
||||
"dueTimeColumn": "截止时间",
|
||||
"todoSelectorText": "待办",
|
||||
"doingSelectorText": "进行中",
|
||||
"doneSelectorText": "已完成",
|
||||
"lowSelectorText": "低",
|
||||
"mediumSelectorText": "中",
|
||||
"highSelectorText": "高",
|
||||
"selectText": "选择",
|
||||
"labelsSelectorInputTip": "按回车键创建!",
|
||||
"addTaskText": "+ 添加任务",
|
||||
"addSubTaskText": "+ 添加子任务",
|
||||
"addTaskInputPlaceholder": "输入任务并按回车键",
|
||||
"openButton": "打开",
|
||||
"okButton": "确定",
|
||||
"noLabelsFound": "未找到标签",
|
||||
"searchInputPlaceholder": "搜索或创建",
|
||||
"assigneeSelectorInviteButton": "通过电子邮件邀请新成员",
|
||||
"labelInputPlaceholder": "搜索或创建",
|
||||
"pendingInvitation": "待处理邀请",
|
||||
"contextMenu": {
|
||||
"assignToMe": "分配给我",
|
||||
"moveTo": "移动到",
|
||||
"unarchive": "取消归档",
|
||||
"archive": "归档",
|
||||
"convertToSubTask": "转换为子任务",
|
||||
"convertToTask": "转换为任务",
|
||||
"delete": "删除",
|
||||
"searchByNameInputPlaceholder": "按名称搜索"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user