# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# 
# Translators:
# Cédric Anne, 2022
# DWXXX, 2026
# 
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-22 03:21+0000\n"
"PO-Revision-Date: 2022-05-06 13:53+0000\n"
"Last-Translator: DWXXX, 2026\n"
"Language-Team: Chinese (China) (https://app.transifex.com/teclib/teams/28042/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: templates/view.html.twig
msgid "Fullscreen"
msgstr "全屏"

#: templates/view.html.twig
msgid "Export"
msgstr "导出"

#: templates/view.html.twig
msgid "JSON"
msgstr "JSON"

#: templates/view.html.twig
msgid "Zoom"
msgstr "缩放"

#: templates/view.html.twig
msgid "Days"
msgstr "日"

#: templates/view.html.twig
msgid "Weeks"
msgstr "周"

#: templates/view.html.twig
msgid "Months"
msgstr "月"

#: templates/view.html.twig
msgid "Quarters"
msgstr "季"

#: templates/view.html.twig
msgid "Years"
msgstr "年"

#: templates/view.html.twig
msgid "Find"
msgstr "查找"

#: templates/view.html.twig
msgid "Filter"
msgstr "过滤器"

#: templates/view.html.twig
msgid "by name"
msgstr "依名称"

#: src/ProjectDAO.php:45 src/ProjectDAO.php:84 src/ProjectDAO.php:102
#: src/TaskDAO.php:45 src/TaskDAO.php:89 src/TaskDAO.php:115
msgid "Not enough rights"
msgstr "权限不足"

#: src/ProjectTab.php:41
msgid "Gantt"
msgstr "甘特图"

#: src/ProjectTab.php:73 src/ProjectTab.php:75
msgid "Global GANTT"
msgstr "全局甘特图"

#: ajax/gantt.php:111
msgid "Target item must be of project type"
msgstr "目标项必须是项目类型"

#: ajax/gantt.php:140
msgid "Item must be of project type"
msgstr "此项必须是项目类型"

#: ajax/gantt.php:205
msgid "Link already exist!"
msgstr "链接已存在!"

#: public/js/gantt-helper.js:66
msgid "Project"
msgid_plural "Projects"
msgstr[0] "项目"

#: public/js/gantt-helper.js:67 public/js/gantt-helper.js:72
msgid "Task"
msgid_plural "Tasks"
msgstr[0] "任务"

#: public/js/gantt-helper.js:68 public/js/gantt-helper.js:73
msgid "Milestone"
msgstr "里程碑"

#: public/js/gantt-helper.js:77 public/js/gantt-helper.js:82
#: public/js/gantt-helper.js:351
msgid "New project"
msgstr "新增项目"

#: public/js/gantt-helper.js:169
msgid "Today"
msgstr "今天"

#: public/js/gantt-helper.js:174
msgid "Start date:"
msgstr "开始日期："

#: public/js/gantt-helper.js:176
msgid "End date:"
msgstr "结束日期："

#: public/js/gantt-helper.js:177
msgid "Progress:"
msgstr "进程："

#: public/js/gantt-helper.js:179
msgid "Description:"
msgstr "描述："

#: public/js/gantt-helper.js:182
msgid "Comment:"
msgstr "备注："

#: public/js/gantt-helper.js:189
msgid "Project / Task"
msgstr "项目/任务"

#: public/js/gantt-helper.js:190
msgid "Start date"
msgstr "开始日期"

#: public/js/gantt-helper.js:191
msgid "Duration"
msgstr "期间"

#: public/js/gantt-helper.js:240
#, javascript-format
msgid "Week #%s"
msgstr "周#%s"

#: public/js/gantt-helper.js:400
msgid "Finish to Start: "
msgstr "完成开始："

#: public/js/gantt-helper.js:403
msgid "Finish to Finish: "
msgstr "完成完成："

#: public/js/gantt-helper.js:406
msgid "Start to Start: "
msgstr "开始开始："

#: public/js/gantt-helper.js:409
msgid "Start to Finish: "
msgstr "开始完成："

#: public/js/gantt-helper.js:418
msgid "Lag"
msgstr "间隔"

#: public/js/gantt-helper.js:421
msgid "Save"
msgstr "保存"

#: public/js/gantt-helper.js:422
msgid "Cancel"
msgstr "取消"

#: public/js/gantt-helper.js:423
msgid "Delete"
msgstr "删除"

#: public/js/gantt-helper.js:557
msgid "Gantt mode: 'Readonly'"
msgstr "Gantt模式: “只读”"

#: public/js/gantt-helper.js:616
msgid "Links between projects cannot be created."
msgstr "项目间连接无法创建。"

#: public/js/gantt-helper.js:619
msgid "Links between projects and tasks cannot be created."
msgstr "项目和任务连接无法创建。"

#: public/js/gantt-helper.js:622
msgid "Target task can't start before source task ends."
msgstr "目标任务无法在源任务结束前开始。"

#: public/js/gantt-helper.js:625
msgid "Target task can't start before source task starts."
msgstr "目标任务无法在源任务开始前开始。"

#: public/js/gantt-helper.js:628
msgid "Target task can't end before source task ends."
msgstr "目标任务无法在源任务结束前结束。"

#: public/js/gantt-helper.js:631
msgid "Target task can't end before the source task starts."
msgstr "目标任务无法在源任务开始前结束。"

#: public/js/gantt-helper.js:664
msgid "Could not create task: "
msgstr "无法创建任务："

#: public/js/gantt-helper.js:703 public/js/gantt-helper.js:736
#, javascript-format
msgid "Could not update Task[%s]: "
msgstr "无法更新任务[%s]: "

#: public/js/gantt-helper.js:828
msgid "Could not create project: "
msgstr "无法创建项目："

#: public/js/gantt-helper.js:861
#, javascript-format
msgid "Could not update Project[%s]: "
msgstr "无法更新项目[%s]: "
