add support for zh_cn

This commit is contained in:
jiuhao47
2025-06-30 20:52:49 +08:00
parent 5d0777f67c
commit 39e09bedd3
69 changed files with 1498 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
{
"details": {
"task-key": "任务ID",
"phase": "阶段",
"assignees": "受托人",
"due-date": "截止日期",
"time-estimation": "估计时间",
"priority": "优先级",
"labels": "标签",
"billable": "可计费",
"notify": "通知",
"when-done-notify": "完成时通知",
"start-date": "开始日期",
"end-date": "结束日期",
"hide-start-date": "隐藏开始日期",
"show-start-date": "显示开始日期",
"hours": "小时",
"minutes": "分钟"
},
"description": {
"title": "描述",
"placeholder": "添加更详细的描述..."
},
"subTasks": {
"title": "子任务",
"add-sub-task": "+ 添加子任务",
"refresh-sub-tasks": "刷新子任务"
}
}

View File

@@ -0,0 +1,78 @@
{
"taskHeader": {
"taskNamePlaceholder": "输入您的任务",
"deleteTask": "删除任务"
},
"taskInfoTab": {
"title": "信息",
"details": {
"title": "详情",
"task-key": "任务ID",
"phase": "阶段",
"assignees": "受托人",
"due-date": "截止日期",
"time-estimation": "估计时间",
"priority": "优先级",
"labels": "标签",
"billable": "可计费",
"notify": "通知",
"when-done-notify": "完成时通知",
"start-date": "开始日期",
"end-date": "结束日期",
"hide-start-date": "隐藏开始日期",
"show-start-date": "显示开始日期",
"hours": "小时",
"minutes": "分钟"
},
"labels": {
"labelInputPlaceholder": "搜索或创建",
"labelsSelectorInputTip": "按回车键创建"
},
"description": {
"title": "描述",
"placeholder": "添加更详细的描述..."
},
"subTasks": {
"title": "子任务",
"addSubTask": "+ 添加子任务",
"addSubTaskInputPlaceholder": "输入您的任务并按回车键",
"refreshSubTasks": "刷新子任务",
"edit": "编辑",
"delete": "删除",
"confirmDeleteSubTask": "您确定要删除此子任务吗?",
"deleteSubTask": "删除子任务"
},
"dependencies": {
"title": "依赖关系",
"addDependency": "+ 添加新依赖",
"blockedBy": "被阻塞",
"searchTask": "输入以搜索任务",
"noTasksFound": "未找到任务",
"confirmDeleteDependency": "您确定要删除吗?"
},
"attachments": {
"title": "附件",
"chooseOrDropFileToUpload": "选择或拖放文件上传",
"uploading": "上传中..."
},
"comments": {
"title": "评论",
"addComment": "+ 添加新评论",
"noComments": "尚无评论。成为第一个评论的人!",
"delete": "删除",
"confirmDeleteComment": "您确定要删除此评论吗?"
},
"searchInputPlaceholder": "按名称搜索",
"pendingInvitation": "待处理邀请"
},
"taskTimeLogTab": {
"title": "时间日志",
"addTimeLog": "添加新时间日志",
"totalLogged": "总记录",
"exportToExcel": "导出到Excel",
"noTimeLogsFound": "未找到时间日志"
},
"taskActivityLogTab": {
"title": "活动日志"
}
}