1
0
Fork 0

更新 src/i18n/lang/zh-CN.json

This commit is contained in:
milewood 2023-10-13 14:18:04 +00:00
parent eb591fdd3c
commit d179558d5f
1 changed files with 8 additions and 8 deletions

View File

@ -209,7 +209,7 @@
"searchSelect": "Click or press enter to select this project", "searchSelect": "Click or press enter to select this project",
"shared": "Shared Projects", "shared": "Shared Projects",
"noDescriptionAvailable": "No project description is available.", "noDescriptionAvailable": "No project description is available.",
"inboxTitle": "Inbox", "inboxTitle": "收件箱",
"create": { "create": {
"header": "New project", "header": "New project",
"titlePlaceholder": "The project's title goes here…", "titlePlaceholder": "The project's title goes here…",
@ -308,15 +308,15 @@
} }
}, },
"list": { "list": {
"title": "List", "title": "清单",
"add": "Add", "add": "添加",
"addPlaceholder": "Add a new task…", "addPlaceholder": "Add a new task…",
"empty": "This project is currently empty.", "empty": "This project is currently empty.",
"newTaskCta": "Create a new task.", "newTaskCta": "Create a new task.",
"editTask": "Edit Task" "editTask": "Edit Task"
}, },
"gantt": { "gantt": {
"title": "Gantt", "title": "甘特图",
"showTasksWithoutDates": "Show tasks which don't have dates set", "showTasksWithoutDates": "Show tasks which don't have dates set",
"size": "Size", "size": "Size",
"default": "Default", "default": "Default",
@ -327,11 +327,11 @@
"noDates": "This task has no dates set." "noDates": "This task has no dates set."
}, },
"table": { "table": {
"title": "Table", "title": "列表",
"columns": "Columns" "columns": "详细信息"
}, },
"kanban": { "kanban": {
"title": "Kanban", "title": "看板",
"limit": "Limit: {limit}", "limit": "Limit: {limit}",
"noLimit": "Not Set", "noLimit": "Not Set",
"doneBucket": "Done bucket", "doneBucket": "Done bucket",
@ -950,7 +950,7 @@
"createProject": "Create a project", "createProject": "Create a project",
"cmds": { "cmds": {
"newTask": "新建任务", "newTask": "新建任务",
"newProject": "New project", "newProject": "新建项目",
"newTeam": "新建团队" "newTeam": "新建团队"
} }
}, },