zh-tw.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <?php
  2. /**
  3. * The report module zh-tw 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-tw.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. 每月任務操作情況:任務的操作次數求和,要求是操作時間為某年,操作用戶為選中用戶。';