zh-cn.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <?php
  2. /**
  3. * The report module zh-cn file of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Chunsheng Wang <chunsheng@cnezsoft.com>
  8. * @package report
  9. * @version $Id: zh-cn.php 5080 2013-07-10 00:46:59Z wyd621@gmail.com $
  10. * @link https://www.zentao.net
  11. */
  12. $lang->report->index = '统计首页';
  13. $lang->report->list = '透视表';
  14. $lang->report->item = '条目';
  15. $lang->report->value = '值';
  16. $lang->report->percent = '百分比';
  17. $lang->report->undefined = '未设定';
  18. $lang->report->project = $lang->projectCommon;
  19. $lang->report->PO = 'PO';
  20. $lang->report->colors[] = 'AFD8F8';
  21. $lang->report->colors[] = 'F6BD0F';
  22. $lang->report->colors[] = '8BBA00';
  23. $lang->report->colors[] = 'FF8E46';
  24. $lang->report->colors[] = '008E8E';
  25. $lang->report->colors[] = 'D64646';
  26. $lang->report->colors[] = '8E468E';
  27. $lang->report->colors[] = '588526';
  28. $lang->report->colors[] = 'B3AA00';
  29. $lang->report->colors[] = '008ED6';
  30. $lang->report->colors[] = '9D080D';
  31. $lang->report->colors[] = 'A186BE';
  32. $lang->report->assign['noassign'] = '未指派';
  33. $lang->report->assign['assign'] = '已指派';
  34. $lang->report->singleColor[] = 'F6BD0F';
  35. $lang->report->projectDeviation = "{$lang->execution->common}偏差报表";
  36. $lang->report->productSummary = $lang->productCommon . '汇总表';
  37. $lang->report->bugCreate = 'Bug创建表';
  38. $lang->report->bugAssign = '未解决Bug指派表';
  39. $lang->report->workload = '员工负载表';
  40. $lang->report->workloadAB = '工作负载';
  41. $lang->report->bugOpenedDate = 'Bug创建时间';
  42. $lang->report->beginAndEnd = '起止时间';
  43. $lang->report->begin = '起始日期';
  44. $lang->report->end = '结束日期';
  45. $lang->report->dept = '部门';
  46. $lang->report->deviationChart = "{$lang->execution->common}偏差曲线";
  47. $lang->report->id = '编号';
  48. $lang->report->execution = $lang->execution->common;
  49. $lang->report->product = $lang->productCommon;
  50. $lang->report->user = '姓名';
  51. $lang->report->bugTotal = 'Bug';
  52. $lang->report->task = '任务数';
  53. $lang->report->estimate = '总预计';
  54. $lang->report->consumed = '总消耗';
  55. $lang->report->remain = '剩余工时';
  56. $lang->report->deviation = '偏差';
  57. $lang->report->deviationRate = '偏差率';
  58. $lang->report->total = '总计';
  59. $lang->report->to = '至';
  60. $lang->report->taskTotal = "总任务数";
  61. $lang->report->manhourTotal = "总工时";
  62. $lang->report->validRate = "有效率";
  63. $lang->report->validRateTips = "方案为已解决或延期/状态为已解决或已关闭";
  64. $lang->report->unplanned = "未计划";
  65. $lang->report->workday = '每天工时';
  66. $lang->report->diffDays = '工作日天数';
  67. $lang->report->typeList['default'] = '默认';
  68. $lang->report->typeList['pie'] = '饼图';
  69. $lang->report->typeList['bar'] = '柱状图';
  70. $lang->report->typeList['line'] = '折线图';
  71. $lang->report->conditions = '筛选条件:';
  72. $lang->report->closedProduct = '关闭' . $lang->productCommon;
  73. $lang->report->overduePlan = "过期计划";
  74. /* daily reminder. */
  75. $lang->report->idAB = 'ID';
  76. $lang->report->bugTitle = 'Bug标题';
  77. $lang->report->taskName = '任务名称';
  78. $lang->report->todoName = '待办名称';
  79. $lang->report->testTaskName = '版本名称';
  80. $lang->report->cardName = '卡片名称';
  81. $lang->report->deadline = '截止日期';
  82. $lang->report->mailTitle = new stdclass();
  83. $lang->report->mailTitle->begin = '提醒:您有';
  84. $lang->report->mailTitle->bug = " Bug(%s),";
  85. $lang->report->mailTitle->task = " 任务(%s),";
  86. $lang->report->mailTitle->todo = " 待办(%s),";
  87. $lang->report->mailTitle->testTask = " 测试版本(%s),";
  88. $lang->report->mailTitle->card = " 看板卡片(%s),";
  89. $lang->report->annualData = new stdclass();
  90. $lang->report->annualData->title = "%s %s年工作汇总";
  91. $lang->report->annualData->exportByZentao = "由禅道系统导出";
  92. $lang->report->annualData->scope = "统计范围";
  93. $lang->report->annualData->allUser = "所有用户";
  94. $lang->report->annualData->allDept = "全公司";
  95. $lang->report->annualData->soFar = "(%s年)";
  96. $lang->report->annualData->baseInfo = "基本数据";
  97. $lang->report->annualData->actionData = "操作数据";
  98. $lang->report->annualData->contributionData = "贡献数据";
  99. $lang->report->annualData->radar = "能力雷达图";
  100. $lang->report->annualData->executions = "{$lang->executionCommon}数据";
  101. $lang->report->annualData->products = "{$lang->productCommon}数据";
  102. $lang->report->annualData->stories = "需求数据";
  103. $lang->report->annualData->tasks = "任务数据";
  104. $lang->report->annualData->bugs = "Bug数据";
  105. $lang->report->annualData->cases = "用例数据";
  106. $lang->report->annualData->statusStat = "{$lang->SRCommon}/任务/Bug状态分布(截止今日)";
  107. $lang->report->annualData->companyUsers = "公司总人数";
  108. $lang->report->annualData->deptUsers = "部门人数";
  109. $lang->report->annualData->logins = "登录次数";
  110. $lang->report->annualData->actions = "操作次数";
  111. $lang->report->annualData->contributions = "贡献数";
  112. $lang->report->annualData->consumed = "消耗工时";
  113. $lang->report->annualData->todos = "待办数";
  114. $lang->report->annualData->storyStatusStat = "需求状态分布";
  115. $lang->report->annualData->taskStatusStat = "任务状态分布";
  116. $lang->report->annualData->bugStatusStat = "Bug状态分布";
  117. $lang->report->annualData->caseResultStat = "用例结果分布";
  118. $lang->report->annualData->allStory = "总需求";
  119. $lang->report->annualData->allTask = "总任务";
  120. $lang->report->annualData->allBug = "总Bug";
  121. $lang->report->annualData->undone = "未完成";
  122. $lang->report->annualData->unresolve = "未解决";
  123. $lang->report->annualData->storyMonthActions = "每月需求操作情况";
  124. $lang->report->annualData->taskMonthActions = "每月任务操作情况";
  125. $lang->report->annualData->bugMonthActions = "每月Bug操作情况";
  126. $lang->report->annualData->caseMonthActions = "每月用例操作情况";
  127. $lang->report->annualData->executionFields['name'] = "{$lang->executionCommon}名称";
  128. $lang->report->annualData->executionFields['story'] = "验收通过的{$lang->SRCommon}数";
  129. $lang->report->annualData->executionFields['task'] = "完成任务数";
  130. $lang->report->annualData->executionFields['bug'] = "修复Bug数";
  131. $lang->report->annualData->productFields['name'] = "{$lang->productCommon}名称";
  132. $lang->report->annualData->productFields['plan'] = "创建计划数";
  133. $lang->report->annualData->productFields['epic'] = "创建{$lang->ERCommon}数";
  134. global $config;
  135. if(!empty($config->URAndSR))
  136. {
  137. $lang->report->annualData->productFields['requirement'] = "创建{$lang->URCommon}数";
  138. }
  139. $lang->report->annualData->productFields['story'] = "创建{$lang->SRCommon}数";
  140. $lang->report->annualData->productFields['closed'] = "关闭{$lang->SRCommon}数";
  141. $lang->report->annualData->objectTypeList['product'] = $lang->productCommon;
  142. $lang->report->annualData->objectTypeList['story'] = "需求";
  143. $lang->report->annualData->objectTypeList['productplan'] = "计划";
  144. $lang->report->annualData->objectTypeList['release'] = "发布";
  145. $lang->report->annualData->objectTypeList['project'] = $lang->projectCommon;
  146. $lang->report->annualData->objectTypeList['execution'] = $lang->executionCommon;
  147. $lang->report->annualData->objectTypeList['task'] = '任务';
  148. $lang->report->annualData->objectTypeList['repo'] = '代码';
  149. $lang->report->annualData->objectTypeList['bug'] = 'Bug';
  150. $lang->report->annualData->objectTypeList['build'] = '构建';
  151. $lang->report->annualData->objectTypeList['testtask'] = '测试单';
  152. $lang->report->annualData->objectTypeList['case'] = '用例';
  153. $lang->report->annualData->objectTypeList['doc'] = '文档';
  154. $lang->report->annualData->actionList['create'] = '创建';
  155. $lang->report->annualData->actionList['edit'] = '编辑';
  156. $lang->report->annualData->actionList['close'] = '关闭';
  157. $lang->report->annualData->actionList['review'] = '评审';
  158. $lang->report->annualData->actionList['gitCommit'] = 'GIT提交';
  159. $lang->report->annualData->actionList['svnCommit'] = 'SVN提交';
  160. $lang->report->annualData->actionList['start'] = '开始';
  161. $lang->report->annualData->actionList['finish'] = '完成';
  162. $lang->report->annualData->actionList['assign'] = '指派';
  163. $lang->report->annualData->actionList['activate'] = '激活';
  164. $lang->report->annualData->actionList['resolve'] = '解决';
  165. $lang->report->annualData->actionList['run'] = '执行';
  166. $lang->report->annualData->actionList['stop'] = '停止维护';
  167. $lang->report->annualData->actionList['putoff'] = '延期';
  168. $lang->report->annualData->actionList['suspend'] = '挂起';
  169. $lang->report->annualData->actionList['change'] = '变更';
  170. $lang->report->annualData->actionList['pause'] = '暂停';
  171. $lang->report->annualData->actionList['cancel'] = '取消';
  172. $lang->report->annualData->actionList['confirm'] = '确认';
  173. $lang->report->annualData->actionList['createBug'] = '转Bug';
  174. $lang->report->annualData->actionList['delete'] = '删除';
  175. $lang->report->annualData->actionList['toAudit'] = '发起审计';
  176. $lang->report->annualData->actionList['audit'] = '审计';
  177. $lang->report->annualData->todoStatus['all'] = '所有待办';
  178. $lang->report->annualData->todoStatus['undone'] = '未完成';
  179. $lang->report->annualData->todoStatus['done'] = '已完成';
  180. $lang->report->annualData->radarItems['product'] = "{$lang->productCommon}管理";
  181. $lang->report->annualData->radarItems['execution'] = "{$lang->projectCommon}管理";
  182. $lang->report->annualData->radarItems['devel'] = "研发";
  183. $lang->report->annualData->radarItems['qa'] = "测试";
  184. $lang->report->annualData->radarItems['other'] = "其他";
  185. $lang->report->companyRadar = "公司能力雷达图";
  186. $lang->report->outputData = "产出数据";
  187. $lang->report->outputTotal = "产出总数";
  188. $lang->report->storyOutput = "需求产出";
  189. $lang->report->planOutput = "计划产出";
  190. $lang->report->releaseOutput = "发布产出";
  191. $lang->report->executionOutput = "执行产出";
  192. $lang->report->taskOutput = "任务产出";
  193. $lang->report->bugOutput = "Bug产出";
  194. $lang->report->caseOutput = "用例产出";
  195. $lang->report->bugProgress = "Bug进展";
  196. $lang->report->productProgress = "{$lang->productCommon}进展";
  197. $lang->report->executionProgress = "执行进展";
  198. $lang->report->projectProgress = "{$lang->projectCommon}进展";
  199. $lang->report->yearProjectOverview = "年度{$lang->projectCommon}总览";
  200. $lang->report->projectOverview = "截止目前{$lang->projectCommon}总览";
  201. $lang->report->contributionCountObject = array();
  202. $lang->report->contributionCountObject['task'] = "任务:创建、完成、关闭、取消、指派";
  203. $lang->report->contributionCountObject['story'] = "研发需求:创建、评审、关闭、指派";
  204. $lang->report->contributionCountObject['requirement'] = "用户需求:创建、评审、关闭、指派";
  205. $lang->report->contributionCountObject['epic'] = "业务需求:创建、评审、关闭、指派";
  206. $lang->report->contributionCountObject['bug'] = "Bug:创建、解决、关闭、指派";
  207. $lang->report->contributionCountObject['testcase'] = "用例:创建";
  208. $lang->report->contributionCountObject['testtask'] = "测试单:关闭";
  209. $lang->report->contributionCountObject['audit'] = "审计:发起、审计";
  210. $lang->report->contributionCountObject['doc'] = "文档:创建、编辑";
  211. $lang->report->contributionCountObject['issue'] = "问题:创建、关闭、指派";
  212. $lang->report->contributionCountObject['risk'] = "风险:创建、关闭、指派";
  213. $lang->report->contributionCountObject['qa'] = "QA:创建、解决、关闭、指派";
  214. $lang->report->contributionCountObject['feedback'] = "反馈:创建、评审、指派、关闭";
  215. $lang->report->contributionCountObject['ticket'] = "工单:创建、解决、指派、关闭";
  216. $lang->report->tips = new stdclass();
  217. $lang->report->tips->basic = array();
  218. $lang->report->tips->basic['company'] = '
  219. 1.公司总人数:系统所有用户个数求和,过滤已删除的用户。<br>
  220. 2.操作次数:系统某年的操作次数求和。<br>
  221. 3.消耗工时:系统某年的工时消耗求和。<br>
  222. 4.待办数:系统所有用户的待办数据求和。<br>
  223. 5.贡献数:系统所有用户的贡献数求和。';
  224. $lang->report->tips->basic['dept'] = '
  225. 1.部门人数:某部门所有用户个数求和,过滤已删除的用户。<br>
  226. 2.操作次数:某部门用户在某年的操作次数求和。<br>
  227. 3.消耗工时:某部门用户在某年的工时消耗求和。<br>
  228. 4.待办数:某部门用户的待办数据求和。<br>
  229. 5.贡献数:某部门用户的贡献数据求和。';
  230. $lang->report->tips->basic['user'] = '
  231. 1.登录次数:某用户某年的登录次数求和。<br>
  232. 2.操作次数:某用户在某年的操作次数求和。<br>
  233. 3.消耗工时:某用户在某年的工时消耗求和。<br>
  234. 4.待办数:某用户的待办数据求和。<br>
  235. 5.贡献数:某用户的贡献数据求和。';
  236. $lang->report->tips->contributionCount['company'] = "全公司在已选年份的贡献数据,包含:";
  237. $lang->report->tips->contributionCount['dept'] = "已选部门的用户在已选年份的贡献数据,包含:";
  238. $lang->report->tips->contributionCount['user'] = "已选用户在已选年份的贡献数据,包含:";
  239. $lang->report->tips->contribute['company'] = '不同系统对象在某年的操作次数求和。';
  240. $lang->report->tips->contribute['dept'] = '不同系统对象在某年的操作次数求和,要求是操作用户属于选中的部门。';
  241. $lang->report->tips->contribute['user'] = '不同系统对象在某年的操作次数求和,要求是操作用户属于选中的用户。';
  242. $lang->report->tips->radar = '
  243. 1.产品管理包含:产品、计划、需求、发布相关的操作数据。<br>
  244. 2.项目管理包含:项目、迭代、构建、任务相关的操作数据。<br>
  245. 3.研发包含:任务、代码、Bug的解决相关的操作数据。<br>
  246. 4.测试包含:Bug的创建、Bug的激活、Bug的关闭、用例、测试单相关的操作数据。<br>
  247. 5.其他包含:其他零散的动态数据。';
  248. $lang->report->tips->execution['company'] = '
  249. 验收通过的研发需求数:某年创建的执行中满足以下条件的研发需求个数求和,要求所处阶段为已验收、已发布或关闭原因为已完成的研发需求,过滤已删除的研发需求。<br>
  250. 完成任务数:某年创建的执行中任务个数求和,状态为已完成,过滤已删除的任务。<br>
  251. 修复Bug数:某年创建的执行中状态为已关闭且解决方案为已解决的Bug数。';
  252. $lang->report->tips->execution['dept'] = '
  253. 验收通过的研发需求数:某年创建的执行中满足以下条件的研发需求个数求和,要求所处阶段为已验收、已发布或关闭原因为已完成的研发需求,过滤已删除的研发需求,创建人为已选中的部门用户。<br>
  254. 完成任务数:某年创建的执行中任务个数求和,状态为已完成,过滤已删除的任务,创建人为已选中的部门用户。<br>
  255. 修复Bug数:某年创建的执行中状态为已关闭且解决方案为已解决的Bug数,创建人为已选中的部门用户。';
  256. $lang->report->tips->execution['user'] = '
  257. 验收通过的研发需求数:某年创建的执行中满足以下条件的研发需求个数求和,要求所处阶段为已验收、已发布或关闭原因为已完成的研发需求,过滤已删除的研发需求,创建人为已选中的用户。<br>
  258. 完成任务数:某年创建的执行中任务个数求和,状态为已完成,过滤已删除的任务,创建人为已选中的用户。<br>
  259. 修复Bug数:某年创建的执行中状态为已关闭且解决方案为已解决的Bug数,创建人为已选中的用户。';
  260. $lang->report->tips->product['company'] = '
  261. 计划数:产品中创建时间在某年的计划数。<br>
  262. 创建业务需求数:产品中创建时间在某年的业务需求数。<br>
  263. 创建用户需求数:产品中创建时间在某年的用户需求数。<br>
  264. 创建研发需求数:产品中创建时间在某年的研发需求数。<br>
  265. 关闭研发需求数:产品中关闭时间在某年的研发需求数。';
  266. $lang->report->tips->product['dept'] = '
  267. 计划数:产品中创建时间在某年的计划数,创建人为所选部门中的用户。<br>
  268. 创建业务需求数:产品中创建时间在某年的业务需求数,创建人为所选部门中的用户。<br>
  269. 创建用户需求数:产品中创建时间在某年的用户需求数,创建人为所选部门中的用户。<br>
  270. 创建研发需求数:产品中创建时间在某年的研发需求数,创建人为所选部门中的用户。<br>
  271. 关闭研发需求数:产品中关闭时间在某年的研发需求数,关闭人为所选部门中的用户。';
  272. $lang->report->tips->product['user'] = '
  273. 计划数:产品中创建时间在某年的计划数,创建人为选中的用户。<br>
  274. 创建业务需求数:产品中创建时间在某年的业务需求数,创建人为选中的用户。<br>
  275. 创建用户需求数:产品中创建时间在某年的用户需求数,创建人为选中的用户。<br>
  276. 创建研发需求数:产品中创建时间在某年的研发需求数,创建人为选中的用户。<br>
  277. 关闭研发需求数:产品中关闭时间在某年的研发需求数,关闭人为选中的用户。';
  278. $lang->report->tips->story['company'] = '
  279. 需求结果分布:不同状态的需求数据分布,要求是创建时间为某年。<br>
  280. 每月需求操作情况:需求的操作次数求和,要求是操作时间为某年。';
  281. $lang->report->tips->story['dept'] = '
  282. 需求状态分布:不同状态的需求数据分布,要求是创建时间为某年,创建用户为选中的部门用户。<br>
  283. 每月需求操作情况:需求的操作次数求和,要求是操作时间为某年,操作用户为选中的部门用户。';
  284. $lang->report->tips->story['user'] = '
  285. 需求状态分布:不同状态的需求数据分布,要求是创建时间为某年,创建用户为选中用户。<br>
  286. 每月需求操作情况:需求的操作次数求和,要求是操作时间为某年,操作用户为选中用户。';
  287. $lang->report->tips->bug['company'] = '
  288. Bug状态分布:不同状态的Bug数据分布,要求是创建时间为某年。<br>
  289. 每月Bug操作情况:Bug的操作次数求和,要求是操作时间为某年。';
  290. $lang->report->tips->bug['dept'] = '
  291. Bug状态分布:不同状态的Bug数据分布,要求是创建时间为某年,创建用户为选中的部门用户。<br>
  292. 每月Bug操作情况:Bug的操作次数求和,要求是操作时间为某年,操作用户为选中的部门用户。';
  293. $lang->report->tips->bug['user'] = '
  294. Bug状态分布:不同状态的Bug数据分布,要求是创建时间为某年,创建用户为选中用户。<br>
  295. 每月Bug操作情况:Bug的操作次数求和,要求是操作时间为某年,操作用户为选中用户。';
  296. $lang->report->tips->case['company'] = '
  297. 用例结果分布:不同执行结果的用例数据分布,要求是创建时间为某年。<br>
  298. 每月用例操作情况:用例的操作次数求和,要求是操作时间为某年。';
  299. $lang->report->tips->case['dept'] = '
  300. 用例状态分布:不同执行结果的用例数据分布,要求是创建时间为某年,执行用户为选中的部门用户。<br>
  301. 每月用例操作情况:用例的操作次数求和,要求是操作时间为某年,操作用户为选中的部门用户。';
  302. $lang->report->tips->case['user'] = '
  303. 用例状态分布:不同执行结果的用例数据分布,要求是创建时间为某年,执行用户为选中用户。<br>
  304. 每月用例操作情况:用例的操作次数求和,要求是操作时间为某年,操作用户为选中用户。';
  305. $lang->report->tips->task['company'] = '
  306. 任务状态分布:不同状态的任务数据分布,要求是创建时间为某年。<br>
  307. 每月任务操作情况:任务的操作次数求和,要求是操作时间为某年。';
  308. $lang->report->tips->task['dept'] = '
  309. 任务状态分布:不同状态的任务数据分布,要求是创建时间为某年,创建用户为选中的部门用户。<br>
  310. 每月任务操作情况:任务的操作次数求和,要求是操作时间为某年,操作用户为选中的部门用户。';
  311. $lang->report->tips->task['user'] = '
  312. 任务状态分布:不同状态的任务数据分布,要求是创建时间为某年,创建用户为选中用户。<br>
  313. 每月任务操作情况:任务的操作次数求和,要求是操作时间为某年,操作用户为选中用户。';