zh-cn.php 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. <?php
  2. $lang->reporttemplate->create = '创建报告模板';
  3. $lang->reporttemplate->edit = '编辑';
  4. $lang->reporttemplate->editAction = '编辑报告模板';
  5. $lang->reporttemplate->delete = '删除模板';
  6. $lang->reporttemplate->deleteAbbr = '删除';
  7. $lang->reporttemplate->deleteAction = '删除报告模板';
  8. $lang->reporttemplate->browse = '浏览报告模板';
  9. $lang->reporttemplate->view = '报告模板详情';
  10. $lang->reporttemplate->addCategory = '添加分类';
  11. $lang->reporttemplate->editCategory = '编辑分类';
  12. $lang->reporttemplate->deleteCategory = '删除分类';
  13. $lang->reporttemplate->pause = '停用';
  14. $lang->reporttemplate->pauseAction = '停用报告模板';
  15. $lang->reporttemplate->cron = '定时生成';
  16. $lang->reporttemplate->lib = '所属范围';
  17. $lang->reporttemplate->module = '分类';
  18. $lang->reporttemplate->objects = '适用流程';
  19. $lang->reporttemplate->title = '模板标题';
  20. $lang->reporttemplate->status = '模板状态';
  21. $lang->reporttemplate->desc = '模板简介';
  22. $lang->reporttemplate->acl = '模板访问控制';
  23. $lang->reporttemplate->reportAcl = '生成报告的访问控制';
  24. $lang->reporttemplate->cycle = '生成频率';
  25. $lang->reporttemplate->content = '模板内容';
  26. $lang->reporttemplate->basic = '基本信息';
  27. $lang->reporttemplate->basicStatistic = '基本统计';
  28. $lang->reporttemplate->progress = '进度分析';
  29. $lang->reporttemplate->resource = '资源分析';
  30. $lang->reporttemplate->fixedProgress = '修复进度';
  31. $lang->reporttemplate->outline = '模板大纲';
  32. $lang->reporttemplate->beginDate = '开始日期';
  33. $lang->reporttemplate->endDate = '结束日期';
  34. $lang->reporttemplate->allProject = '全部流程';
  35. $lang->reporttemplate->dateRange = '日期范围';
  36. $lang->reporttemplate->cronLog = '定时日志';
  37. $lang->reporttemplate->aclList['open'] = '公开(有浏览报告模板权限,即可访问)';
  38. $lang->reporttemplate->aclList['private'] = '私有(仅创建者和白名单用户可访问)';
  39. $lang->reporttemplate->statusList['draft'] = '草稿';
  40. $lang->reporttemplate->statusList['normal'] = '已发布';
  41. $lang->reporttemplate->statusList['pause'] = '已停用';
  42. $lang->reporttemplate->cronTitle = '定时规则设置';
  43. $lang->reporttemplate->cronTurnon = '是否定时生成';
  44. $lang->reporttemplate->cronTurnonList['on'] = '是';
  45. $lang->reporttemplate->cronTurnonList['off'] = '否';
  46. $lang->reporttemplate->cronFrequency = '生成频率';
  47. $lang->reporttemplate->cronFrequencyList['day'] = '每天';
  48. $lang->reporttemplate->cronFrequencyList['week'] = '每周';
  49. $lang->reporttemplate->cronFrequencyList['month'] = '每月';
  50. $lang->reporttemplate->cronFrequencyTips['day'] = '(每天 0:00 生成报告)';
  51. $lang->reporttemplate->cronFrequencyTips['week'] = '(每周一 0:00 生成报告)';
  52. $lang->reporttemplate->cronFrequencyTips['month'] = '(每月1号 0:00 生成报告)';
  53. $lang->reporttemplate->appendUsers['PROJECTPM'] = '项目负责人';
  54. $lang->reporttemplate->appendUsers['PROJECTTEAM'] = '项目团队成员';
  55. $lang->reporttemplate->appendUsers['PROJECTSTAKEHOLDER'] = '项目干系人';
  56. $lang->reporttemplate->appendUsers['PROJECTWHITELIST'] = '项目白名单';
  57. $lang->reporttemplate->titleTemplate['day'] = '%s每天报告';
  58. $lang->reporttemplate->titleTemplate['week'] = '%s周报';
  59. $lang->reporttemplate->titleTemplate['month'] = '%s月度规划报告';
  60. $lang->reporttemplate->weekNumber[0] = '第一周';
  61. $lang->reporttemplate->weekNumber[1] = '第二周';
  62. $lang->reporttemplate->weekNumber[2] = '第三周';
  63. $lang->reporttemplate->weekNumber[3] = '第四周';
  64. $lang->reporttemplate->weekNumber[4] = '第五周';
  65. $lang->reporttemplate->weekNumber[5] = '第六周';
  66. $lang->reporttemplate->hotDate = '修改日期';
  67. $lang->reporttemplate->scope = '范围';
  68. $lang->reporttemplate->scopeField = '所属范围';
  69. $lang->reporttemplate->categoryName = '分类名称';
  70. $lang->reporttemplate->templateDesc = '模板简介';
  71. $lang->reporttemplate->groups = '分组';
  72. $lang->reporttemplate->users = '用户';
  73. $lang->reporttemplate->noCategory = '没有分类';
  74. $lang->reporttemplate->noTemplate = '没有报告模板';
  75. $lang->reporttemplate->noDesc = '暂时没有描述';
  76. $lang->reporttemplate->createTypeFirst = '请先创建报告模板分类';
  77. $lang->reporttemplate->confirmPause = '您确定要停用此模板吗?';
  78. $lang->reporttemplate->confirmDelete = '您确定删除该报告模板吗?';
  79. $lang->reporttemplate->confirmDeleteCategory = '您确定要删除该分类吗?';
  80. $lang->reporttemplate->leaveEditingConfirm = '模板编辑中,确定要离开吗?';
  81. $lang->reporttemplate->searchScopePlaceholder = '搜索范围';
  82. $lang->reporttemplate->searchModulePlaceholder = '搜索分类';
  83. $lang->reporttemplate->insertSystemData = '插入系统数据';
  84. $lang->reporttemplate->executionDataTips = "获取项目内全部{$lang->execution->common}数据";
  85. $lang->reporttemplate->noneConditionTips = '未设置条件将获取项目内全部数据。';
  86. $lang->reporttemplate->chartBlockTip = '由该模板生成报告时展示相应的图表';
  87. $lang->reporttemplate->emptyDataTip = '此筛选条件下,暂无符合条件系统数据。';
  88. $lang->reporttemplate->devRateTip = '类型为%s的任务中,(%s的任务数÷ 任务数)× 100%%';
  89. $lang->reporttemplate->testRateTip = '类型为%s的任务中,(%s的任务数÷ 任务数)× 100%%';
  90. $lang->reporttemplate->taskTotalCount = '总计:%s 个任务';
  91. $lang->reporttemplate->logTemplate = '成功生成报告%s个,生成失败%s个';
  92. $lang->reporttemplate->doingSummaryTip = <<<EOD
  93. 需求数: %s中所有需求数量之和
  94. 剩余需求数: %s中所有未关闭的需求数量之和
  95. 任务数: %s中所有任务数量之和
  96. 剩余任务数: %s中状态不是“ 已关闭” 和“ 已完成” 的任务数量求和
  97. 剩余工时数: %s中所有任务剩余工时数求和, 过滤父任务, 过滤状态为已取消和已关闭的任务
  98. 消耗工时数: %s中所有任务剩余工时数求和, 过滤父任务
  99. %s进度: 消耗工时数 ÷(消耗工时数+剩余工时数)× 100%
  100. EOD;
  101. $lang->reporttemplate->closedSummaryTip = <<<EOD
  102. 执行关闭后第二天显示统计数据,统计规则如下:
  103. 开发效率: %s关闭时已交付的研发需求规模数÷按%s统计的任务消耗工时数
  104. 需求验收通过率: %s关闭时验收通过的研发需求数÷按%s统计的有效研发需求数
  105. 需求按计划完成率: %s关闭时已交付的研发需求数÷截止%s开始当天的研发需求数
  106. 开发任务完成率: %s关闭时已完成的开发类型任务数÷按%s统计的开发任务数
  107. 测试任务完成率: %s关闭时已完成的测试类型任务数÷按%s统计的测试任务数
  108. 测试缺陷密度: 按%s统计的新增有效Bug数÷%s关闭时研发完毕的研发需求规模数
  109. EOD;
  110. $lang->reporttemplate->notice = new stdclass();
  111. $lang->reporttemplate->notice->filter = '筛选条件';
  112. $lang->reporttemplate->notice->noSettings = '项目内全部%s数据';
  113. $lang->reporttemplate->notice->noSupport = '当前项目暂不支持“%s”';
  114. $lang->reporttemplate->notice->logLimit = '最多显示最新20条记录';
  115. $lang->reporttemplate->disabledHint = new stdclass();
  116. $lang->reporttemplate->disabledHint->pause = '该模板暂未发布';
  117. $lang->reporttemplate->disabledHint->delete = '内置报告模板不能删除';
  118. $lang->reporttemplate->error = new stdclass();
  119. $lang->reporttemplate->error->deleteCategory = '该分类下有报告模板,请移除模板后删除';
  120. $lang->reporttemplate->error->beginMoreThanEnd = '开始日期不能大于结束日期';
  121. $lang->reporttemplate->builtInScopes = array();
  122. $lang->reporttemplate->builtInScopes['rnd'] = array();
  123. $lang->reporttemplate->builtInScopes['rnd']['project'] = '项目';
  124. $lang->reporttemplate->filterTypes = array();
  125. $lang->reporttemplate->filterTypes[] = array('all', '全部');
  126. $lang->reporttemplate->filterTypes[] = array('draft', '草稿');
  127. $lang->reporttemplate->filterTypes[] = array('released', '已发布');
  128. $lang->reporttemplate->filterTypes[] = array('paused', '已停用');
  129. $lang->reporttemplate->filterTypes[] = array('createdByMe', '我创建的');
  130. $lang->reporttemplate->quickEditMenuList['properties'] = '属性';
  131. $lang->reporttemplate->quickEditMenuList['lists'] = '列表';
  132. $lang->reporttemplate->quickEditMenuList['measurements'] = '数据';
  133. $lang->reporttemplate->quickEditMenuList['charts'] = '图表';
  134. $lang->reporttemplate->filterList['projectStory'] = '项目研发需求筛选器';
  135. $lang->reporttemplate->filterList['HLDS'] = '概要设计筛选器';
  136. $lang->reporttemplate->filterList['DDS'] = '详细设计筛选器';
  137. $lang->reporttemplate->filterList['DBDS'] = '数据库设计筛选器';
  138. $lang->reporttemplate->filterList['ADS'] = '接口设计筛选器';
  139. $lang->reporttemplate->filterList['task'] = '任务筛选器';
  140. $lang->reporttemplate->filterList['projectCase'] = '项目用例筛选器';
  141. $lang->reporttemplate->filterList['projectBug'] = '项目Bug筛选器';
  142. $lang->reporttemplate->project = $lang->projectCommon;
  143. $lang->reporttemplate->execution = $lang->execution->common;
  144. $lang->reporttemplate->task = '任务';
  145. $lang->reporttemplate->story = '需求';
  146. $lang->reporttemplate->bug = 'Bug';
  147. $lang->reporttemplate->testcase = '用例';
  148. $lang->reporttemplate->weekly = '报告';
  149. $lang->reporttemplate->measurementList['execution']['total'] = "{$lang->execution->common}数";
  150. $lang->reporttemplate->measurementList['execution']['doingNum'] = "进行中{$lang->execution->common}数";
  151. $lang->reporttemplate->measurementList['execution']['closedNum'] = "已关闭{$lang->execution->common}数";
  152. $lang->reporttemplate->measurementList['execution']['delayNum'] = "延期{$lang->execution->common}数";
  153. $lang->reporttemplate->measurementList['task']['taskNum'] = '任务数';
  154. $lang->reporttemplate->measurementList['task']['doneNum'] = '已完成任务数';
  155. $lang->reporttemplate->measurementList['task']['consumed'] = '已消耗工时数';
  156. $lang->reporttemplate->measurementList['task']['left'] = '剩余工时数';
  157. $lang->reporttemplate->measurementList['task']['bugTaskNum'] = 'Bug转任务的数量';
  158. $lang->reporttemplate->measurementList['task']['bugConsume'] = 'Bug转任务的消耗工时';
  159. $lang->reporttemplate->measurementList['story']['storyNum'] = '需求条目数';
  160. $lang->reporttemplate->measurementList['story']['storyScale'] = '需求规模数';
  161. $lang->reporttemplate->measurementList['story']['devNum'] = '研发完毕需求条目数';
  162. $lang->reporttemplate->measurementList['story']['devScale'] = '研发完毕需求规模数';
  163. $lang->reporttemplate->measurementList['story']['testNum'] = '测试完毕需求条目数';
  164. $lang->reporttemplate->measurementList['story']['testScale'] = '测试完毕需求规模数';
  165. $lang->reporttemplate->measurementList['story']['doneNum'] = '已完成需求条目数';
  166. $lang->reporttemplate->measurementList['story']['doneScale'] = '已完成需求规模数';
  167. $lang->reporttemplate->measurementList['story']['closedNum'] = '已关闭需求条目数';
  168. $lang->reporttemplate->measurementList['story']['closedScale'] = '已关闭需求规模数';
  169. $lang->reporttemplate->measurementList['story']['changedNum'] = '变更需求条目数';
  170. $lang->reporttemplate->measurementList['story']['changedScale'] = '变更需求规模数';
  171. $lang->reporttemplate->measurementList['story']['defect'] = '研发完毕的需求的缺陷密度';
  172. $lang->reporttemplate->measurementList['story']['hasCaseStoryNum'] = '有用例的需求数';
  173. $lang->reporttemplate->measurementList['story']['caseCoverage'] = '需求用例覆盖率';
  174. $lang->reporttemplate->measurementList['story']['caseDensity'] = '需求用例密度';
  175. $lang->reporttemplate->measurementList['bug']['total'] = 'Bug总数';
  176. $lang->reporttemplate->measurementList['bug']['effective'] = '有效Bug数';
  177. $lang->reporttemplate->measurementList['bug']['useCase'] = '执行用例产生的Bug数';
  178. $lang->reporttemplate->measurementList['bug']['fixed'] = '已修复Bug数';
  179. $lang->reporttemplate->measurementList['testcase']['caseNum'] = '用例数';
  180. $lang->reporttemplate->measurementList['weekly']['term'] = '报告周期';
  181. $lang->reporttemplate->measurementList['weekly']['staff'] = '投入人数';
  182. $lang->reporttemplate->chartList['project']['basicStatistic']['gantt'] = '甘特图';
  183. $lang->reporttemplate->chartList['project']['basicStatistic']['workload'] = "{$lang->projectCommon}计划工作量统计";
  184. $lang->reporttemplate->chartList['project']['progress']['summary'] = "{$lang->projectCommon}进展状况";
  185. $lang->reporttemplate->chartList['execution']['basicStatistic']['closedRate'] = "{$lang->execution->common}关闭率";
  186. $lang->reporttemplate->chartList['execution']['basicStatistic']['delayRate'] = "{$lang->execution->common}延期率";
  187. $lang->reporttemplate->chartList['execution']['basicStatistic']['statusMap'] = "{$lang->execution->common}状态分布";
  188. $lang->reporttemplate->chartList['execution']['basicStatistic']['doingSummary'] = "进行中{$lang->execution->common}汇总表";
  189. $lang->reporttemplate->chartList['execution']['basicStatistic']['closedSummary'] = "已关闭{$lang->execution->common}汇总表";
  190. $lang->reporttemplate->chartList['task']['basicStatistic']['doneRate'] = '任务完成率';
  191. $lang->reporttemplate->chartList['task']['basicStatistic']['taskRate'] = '任务进度';
  192. $lang->reporttemplate->chartList['task']['basicStatistic']['statusMap'] = '任务状态分布';
  193. $lang->reporttemplate->chartList['task']['basicStatistic']['assignMap'] = '任务指派给分布';
  194. $lang->reporttemplate->chartList['task']['basicStatistic']['ownerMap'] = '任务完成者分布';
  195. $lang->reporttemplate->chartList['task']['basicStatistic']['moduleMap'] = '任务一级模块分布';
  196. $lang->reporttemplate->chartList['task']['basicStatistic']['typeMap'] = '任务类型分布';
  197. $lang->reporttemplate->chartList['task']['basicStatistic']['priMap'] = '任务优先级分布';
  198. $lang->reporttemplate->chartList['task']['basicStatistic']['reasonMap'] = '任务关闭原因分布';
  199. $lang->reporttemplate->chartList['task']['basicStatistic']['devRate'] = '开发类型任务完成率';
  200. $lang->reporttemplate->chartList['task']['basicStatistic']['testRate'] = '测试类型任务完成率';
  201. $lang->reporttemplate->chartList['task']['basicStatistic']['finished'] = '已完成任务情况';
  202. $lang->reporttemplate->chartList['task']['basicStatistic']['unfinished'] = '未完成任务情况';
  203. $lang->reporttemplate->chartList['task']['basicStatistic']['workplan'] = '工作计划';
  204. $lang->reporttemplate->chartList['task']['progress']['typeHour'] = '不同类型任务的进度统计表';
  205. $lang->reporttemplate->chartList['task']['progress']['statusData'] = '不同类型任务的状态统计表';
  206. $lang->reporttemplate->chartList['task']['progress']['dailyNum'] = '每日完成任务数量柱状图(近14天)';
  207. $lang->reporttemplate->chartList['task']['resource']['bugRate'] = 'Bug转任务的数量占比';
  208. $lang->reporttemplate->chartList['task']['resource']['bugConsumeRate'] = 'Bug转任务的消耗工时占比';
  209. $lang->reporttemplate->chartList['task']['resource']['userEfforts'] = '按团队成员统计的任务消耗工时数';
  210. $lang->reporttemplate->chartList['task']['resource']['teamEfforts'] = '按团队成员统计的工时投入';
  211. $lang->reporttemplate->chartList['task']['resource']['workAssignSummary'] = '任务指派汇总表';
  212. $lang->reporttemplate->chartList['task']['resource']['workSummary'] = '任务完成汇总表';
  213. $lang->reporttemplate->chartList['story']['basicStatistic']['statusMap'] = '需求状态分布';
  214. $lang->reporttemplate->chartList['story']['basicStatistic']['stageMap'] = '需求阶段分布';
  215. $lang->reporttemplate->chartList['story']['basicStatistic']['productMap'] = "需求来源{$lang->productCommon}模块分布";
  216. $lang->reporttemplate->chartList['story']['basicStatistic']['sourceMap'] = '需求来源分布';
  217. $lang->reporttemplate->chartList['story']['basicStatistic']['priMap'] = '需求优先级分布';
  218. $lang->reporttemplate->chartList['story']['basicStatistic']['categoryMap'] = '需求所属类别分布';
  219. $lang->reporttemplate->chartList['story']['basicStatistic']['userMap'] = '需求由谁创建分布';
  220. $lang->reporttemplate->chartList['story']['progress']['devRate'] = '按条目统计的需求研发完毕率';
  221. $lang->reporttemplate->chartList['story']['progress']['devScaleRate'] = '按规模统计的需求研发完毕率';
  222. $lang->reporttemplate->chartList['story']['progress']['testRate'] = '按条目统计的需求测试完毕率';
  223. $lang->reporttemplate->chartList['story']['progress']['testScaleRate'] = '按规模统计的需求测试完毕率';
  224. $lang->reporttemplate->chartList['story']['progress']['doneRate'] = '按条目统计的需求完成率';
  225. $lang->reporttemplate->chartList['story']['progress']['doneScaleRate'] = '按规模统计的需求完成率';
  226. $lang->reporttemplate->chartList['bug']['basicStatistic']['efficientRate'] = 'Bug有效率';
  227. $lang->reporttemplate->chartList['bug']['basicStatistic']['fixedRate'] = 'Bug修复率';
  228. $lang->reporttemplate->chartList['bug']['basicStatistic']['caseBugRate'] = '用例产生的Bug占比';
  229. $lang->reporttemplate->chartList['bug']['basicStatistic']['statusMap'] = 'Bug状态分布';
  230. $lang->reporttemplate->chartList['bug']['basicStatistic']['productMap'] = 'Bug来源产品模块分布';
  231. $lang->reporttemplate->chartList['bug']['basicStatistic']['severityMap'] = 'Bug严重程度分布';
  232. $lang->reporttemplate->chartList['bug']['basicStatistic']['priMap'] = 'Bug优先级分布';
  233. $lang->reporttemplate->chartList['bug']['basicStatistic']['resolutionMap'] = 'Bug解决方案分布';
  234. $lang->reporttemplate->chartList['bug']['basicStatistic']['typeMap'] = 'Bug类型分布';
  235. $lang->reporttemplate->chartList['bug']['fixedProgress']['dailyNum'] = '每日新增、解决、关闭Bug数';
  236. $lang->reporttemplate->chartList['bug']['fixedProgress']['userCreatedBugs'] = '按团队成员统计的创建Bug数';
  237. $lang->reporttemplate->chartList['bug']['fixedProgress']['userResolvedBugs'] = '按团队成员统计的解决Bug数';
  238. $lang->reporttemplate->chartList['testcase']['basicStatistic']['userCreatedCases'] = '按团队成员统计的创建用例数';
  239. $lang->reporttemplate->chartList['testcase']['basicStatistic']['userExecutedCases'] = '按团队成员统计的执行用例次数';
  240. $lang->reporttemplate->chartList['testcase']['basicStatistic']['productMap'] = '用例来源产品模块分布';
  241. $lang->reporttemplate->chartList['testcase']['basicStatistic']['statusMap'] = '用例状态分布';
  242. $lang->reporttemplate->chartList['testcase']['basicStatistic']['priMap'] = '用例优先级分布';
  243. $lang->reporttemplate->chartList['testcase']['basicStatistic']['resultMap'] = '用例结果分布';
  244. $lang->reporttemplate->chartList['testcase']['basicStatistic']['typeMap'] = '用例类型分布';