zh-tw.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'] = '用例類型分佈';