en.php 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. <?php
  2. /**
  3. * The report module English 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: en.php 5080 2013-07-10 00:46:59Z wyd621@gmail.com $
  10. * @link https://www.zentao.net
  11. */
  12. $lang->report->index = 'Report Home';
  13. $lang->report->list = 'Pivot Table';
  14. $lang->report->item = 'Item';
  15. $lang->report->value = 'Value';
  16. $lang->report->percent = '%';
  17. $lang->report->undefined = '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'] = 'Unassigned';
  33. $lang->report->assign['assign'] = 'Assigned';
  34. $lang->report->singleColor[] = 'F6BD0F';
  35. $lang->report->projectDeviation = "{$lang->execution->common} Deviation";
  36. $lang->report->productSummary = $lang->productCommon . ' Summary';
  37. $lang->report->bugCreate = 'Bug Reported Summary';
  38. $lang->report->bugAssign = 'Bug Assigned Summary';
  39. $lang->report->workload = 'Team Workload Summary';
  40. $lang->report->workloadAB = 'Workload';
  41. $lang->report->bugOpenedDate = 'Bug reported from';
  42. $lang->report->beginAndEnd = ' From';
  43. $lang->report->begin = ' Begin';
  44. $lang->report->end = ' End';
  45. $lang->report->dept = 'Department';
  46. $lang->report->deviationChart = "{$lang->projectCommon} Deviation Chart";
  47. $lang->report->id = 'ID';
  48. $lang->report->execution = $lang->execution->common;
  49. $lang->report->product = $lang->productCommon;
  50. $lang->report->user = 'User';
  51. $lang->report->bugTotal = 'Bug';
  52. $lang->report->task = 'Task';
  53. $lang->report->estimate = 'Estimates';
  54. $lang->report->consumed = 'Cost';
  55. $lang->report->remain = 'Left';
  56. $lang->report->deviation = 'Deviation';
  57. $lang->report->deviationRate = 'Deviation Rate';
  58. $lang->report->total = 'Total';
  59. $lang->report->to = 'to';
  60. $lang->report->taskTotal = "Total Tasks";
  61. $lang->report->manhourTotal = "Total Hours";
  62. $lang->report->validRate = "Valid Rate";
  63. $lang->report->validRateTips = "Resolution is Resolved/Postponed or status is Resolved/Closed.";
  64. $lang->report->unplanned = 'Unplanned';
  65. $lang->report->workday = 'Hours/Day';
  66. $lang->report->diffDays = 'days';
  67. $lang->report->typeList['default'] = 'Default';
  68. $lang->report->typeList['pie'] = 'Pie';
  69. $lang->report->typeList['bar'] = 'Bar';
  70. $lang->report->typeList['line'] = 'Line';
  71. $lang->report->conditions = 'Filter by:';
  72. $lang->report->closedProduct = 'Closed ' . $lang->productCommon . 's';
  73. $lang->report->overduePlan = 'Expired Plans';
  74. /* daily reminder. */
  75. $lang->report->idAB = 'ID';
  76. $lang->report->bugTitle = 'Bug Name';
  77. $lang->report->taskName = 'Task Name';
  78. $lang->report->todoName = 'To-do Name';
  79. $lang->report->testTaskName = 'Request Name';
  80. $lang->report->cardName = 'Kanban Card Name';
  81. $lang->report->deadline = 'Deadline';
  82. $lang->report->mailTitle = new stdclass();
  83. $lang->report->mailTitle->begin = 'Notice: You have';
  84. $lang->report->mailTitle->bug = " Bug (%s),";
  85. $lang->report->mailTitle->task = " Task (%s),";
  86. $lang->report->mailTitle->todo = " To-do (%s),";
  87. $lang->report->mailTitle->testTask = " Request (%s),";
  88. $lang->report->mailTitle->card = " Kanban Card (%s),";
  89. $lang->report->annualData = new stdclass();
  90. $lang->report->annualData->title = "%s work summary in %s";
  91. $lang->report->annualData->exportByZentao = "Export by ZenTao";
  92. $lang->report->annualData->scope = "Scope";
  93. $lang->report->annualData->allUser = "All Users";
  94. $lang->report->annualData->allDept = "Whole Company";
  95. $lang->report->annualData->soFar = " (%s)";
  96. $lang->report->annualData->baseInfo = "Basic Data";
  97. $lang->report->annualData->actionData = "Operation Data";
  98. $lang->report->annualData->contributionData = "Contribution Data";
  99. $lang->report->annualData->radar = "Capability Radar Chart";
  100. $lang->report->annualData->executions = "{$lang->executionCommon} Data";
  101. $lang->report->annualData->products = "{$lang->productCommon} Data";
  102. $lang->report->annualData->stories = "Story Data";
  103. $lang->report->annualData->tasks = "Task Data";
  104. $lang->report->annualData->bugs = "Bug Data";
  105. $lang->report->annualData->cases = "Case Data";
  106. $lang->report->annualData->statusStat = "{$lang->SRCommon}/task/bug status distribution (as of today)";
  107. $lang->report->annualData->companyUsers = "Number of company";
  108. $lang->report->annualData->deptUsers = "Number of departments";
  109. $lang->report->annualData->logins = "Login times";
  110. $lang->report->annualData->actions = "Number of operations";
  111. $lang->report->annualData->contributions = "Number of contributions";
  112. $lang->report->annualData->consumed = "Consumed";
  113. $lang->report->annualData->todos = "Number of To-dos";
  114. $lang->report->annualData->storyStatusStat = "Story status distribution";
  115. $lang->report->annualData->taskStatusStat = "Task status distribution";
  116. $lang->report->annualData->bugStatusStat = "Bug status distribution";
  117. $lang->report->annualData->caseResultStat = "Case result distribution";
  118. $lang->report->annualData->allStory = "Total";
  119. $lang->report->annualData->allTask = "Total";
  120. $lang->report->annualData->allBug = "Total";
  121. $lang->report->annualData->undone = "Undone";
  122. $lang->report->annualData->unresolve = "Unresolve";
  123. $lang->report->annualData->storyMonthActions = "Monthly story operation";
  124. $lang->report->annualData->taskMonthActions = "Monthly task operation";
  125. $lang->report->annualData->bugMonthActions = "Monthly bug operation";
  126. $lang->report->annualData->caseMonthActions = "Monthly case operation";
  127. $lang->report->annualData->executionFields['name'] = "{$lang->executionCommon} name";
  128. $lang->report->annualData->executionFields['story'] = "Accepted stories";
  129. $lang->report->annualData->executionFields['task'] = "Finished tasks";
  130. $lang->report->annualData->executionFields['bug'] = "Repaired bugs";
  131. $lang->report->annualData->productFields['name'] = "{$lang->productCommon} name";
  132. $lang->report->annualData->productFields['plan'] = "Plans";
  133. $lang->report->annualData->productFields['epic'] = "Created {$lang->ERCommon}";
  134. global $config;
  135. if(!empty($config->URAndSR))
  136. {
  137. $lang->report->annualData->productFields['requirement'] = "Created {$lang->URCommon}";
  138. }
  139. $lang->report->annualData->productFields['story'] = "Created {$lang->SRCommon}";
  140. $lang->report->annualData->productFields['closed'] = "Closed {$lang->SRCommon}";
  141. $lang->report->annualData->objectTypeList['product'] = $lang->productCommon;
  142. $lang->report->annualData->objectTypeList['story'] = $lang->SRCommon;
  143. $lang->report->annualData->objectTypeList['productplan'] = "Plan";
  144. $lang->report->annualData->objectTypeList['release'] = "Release";
  145. $lang->report->annualData->objectTypeList['project'] = $lang->projectCommon;
  146. $lang->report->annualData->objectTypeList['execution'] = $lang->executionCommon;
  147. $lang->report->annualData->objectTypeList['task'] = 'Task';
  148. $lang->report->annualData->objectTypeList['repo'] = 'Code';
  149. $lang->report->annualData->objectTypeList['bug'] = 'Bug';
  150. $lang->report->annualData->objectTypeList['build'] = 'Build';
  151. $lang->report->annualData->objectTypeList['testtask'] = 'TestTask';
  152. $lang->report->annualData->objectTypeList['case'] = 'Case';
  153. $lang->report->annualData->objectTypeList['doc'] = 'Document';
  154. $lang->report->annualData->actionList['create'] = 'Created';
  155. $lang->report->annualData->actionList['edit'] = 'Edited';
  156. $lang->report->annualData->actionList['close'] = 'Closed';
  157. $lang->report->annualData->actionList['review'] = 'Reviewed';
  158. $lang->report->annualData->actionList['gitCommit'] = 'GIT Commited';
  159. $lang->report->annualData->actionList['svnCommit'] = 'SVN Commited';
  160. $lang->report->annualData->actionList['start'] = 'Started';
  161. $lang->report->annualData->actionList['finish'] = 'Finished';
  162. $lang->report->annualData->actionList['assign'] = 'Assigned';
  163. $lang->report->annualData->actionList['activate'] = 'Activated';
  164. $lang->report->annualData->actionList['resolve'] = 'Resolved';
  165. $lang->report->annualData->actionList['run'] = 'Execute';
  166. $lang->report->annualData->actionList['stop'] = 'Stop Maintenance';
  167. $lang->report->annualData->actionList['putoff'] = 'Postponed ';
  168. $lang->report->annualData->actionList['suspend'] = 'Suspended';
  169. $lang->report->annualData->actionList['change'] = 'Changed';
  170. $lang->report->annualData->actionList['pause'] = 'Paused';
  171. $lang->report->annualData->actionList['cancel'] = 'Canceled';
  172. $lang->report->annualData->actionList['confirm'] = 'Confirmed';
  173. $lang->report->annualData->actionList['createBug'] = 'Turn to bug';
  174. $lang->report->annualData->actionList['delete'] = 'Delete';
  175. $lang->report->annualData->actionList['toAudit'] = 'To Audit';
  176. $lang->report->annualData->actionList['audit'] = 'Audit';
  177. $lang->report->annualData->todoStatus['all'] = 'All';
  178. $lang->report->annualData->todoStatus['undone'] = 'Undone';
  179. $lang->report->annualData->todoStatus['done'] = 'Done';
  180. $lang->report->annualData->radarItems['product'] = $lang->productCommon;
  181. $lang->report->annualData->radarItems['execution'] = $lang->projectCommon;
  182. $lang->report->annualData->radarItems['devel'] = "Development";
  183. $lang->report->annualData->radarItems['qa'] = "QA";
  184. $lang->report->annualData->radarItems['other'] = "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'] = "Tasks: Create, Complete, Close, Cancel, Assign";
  203. $lang->report->contributionCountObject['story'] = "Stories: Create, Review, Close, Assign";
  204. $lang->report->contributionCountObject['requirement'] = "Features: Create, Review, Close, Assign";
  205. $lang->report->contributionCountObject['epic'] = "Epics: Create, Review, Close, Assign";
  206. $lang->report->contributionCountObject['bug'] = "Bugs: Create, Solve, Close, Assign";
  207. $lang->report->contributionCountObject['testcase'] = "Testcases: Create";
  208. $lang->report->contributionCountObject['testtask'] = "Testtasks: Closed";
  209. $lang->report->contributionCountObject['audit'] = "Audit: Initiate, Audit";
  210. $lang->report->contributionCountObject['doc'] = "Document: Create, Edit";
  211. $lang->report->contributionCountObject['issue'] = "Issue: Create, Close, Assign";
  212. $lang->report->contributionCountObject['risk'] = "Risk: Create, Close, Assign";
  213. $lang->report->contributionCountObject['qa'] = "QA: Create, Solve, Close, Assign";
  214. $lang->report->contributionCountObject['feedback'] = "Feedback: Create, Review, Assign, Close";
  215. $lang->report->contributionCountObject['ticket'] = "Tickets: Create, Solve, Assign, Close";
  216. $lang->report->tips = new stdclass();
  217. $lang->report->tips->basic = array();
  218. $lang->report->tips->basic['company'] = '
  219. 1.Number of company: Sum the number of all users in the system and filter the deleted users. <br>
  220. 2.Number of operations: Sum the number of operations performed by the system in a given year. <br>
  221. 3.Consumed: Sum the time consumed by the system in a given year. <br>
  222. 4.Number of To-dos: Sum the todo for all users of the system. <br>
  223. 5.Number of contributions: Sum the contributions of all users of the system.';
  224. $lang->report->tips->basic['dept'] = '
  225. 1.Number of departments: Sum the number of all users in a department and filter the deleted users. <br>
  226. 2.Number of operations: Sum the number of operations performed by users in a department in a given year. <br>
  227. 3.Consumed: Sum the working hours consumed by a department user in a given year. <br>
  228. 4.Number of To-dos: Sum the todo for users in a department. <br>
  229. 5.Number of contributions: Sum the contribution data of users in a department.';
  230. $lang->report->tips->basic['user'] = '
  231. 1.Login times: Sum the login times of a user in a given year. <br>
  232. 2.Number of operations: Sum the number of operations performed by a user in a given year. <br>
  233. 3.Consumed: Sum the hours consumed by a user in a given year. <br>
  234. 4.Number of To-dos: Sum the todo for a user. <br>
  235. 5.Number of contributions: Sum the contribution data for a user.';
  236. $lang->report->tips->contributionCount['company'] = "Contribution data of all user in the selected year, including:";
  237. $lang->report->tips->contributionCount['dept'] = "Contribution data of the selected department in the selected year, including:";
  238. $lang->report->tips->contributionCount['user'] = "Contribution data of the selected user in the selected year, including:";
  239. $lang->report->tips->contribute['company'] = 'Sum the number of operations on different system objects in a given year.';
  240. $lang->report->tips->contribute['dept'] = 'Sum the number of operations performed on different system objects in a particular year. The operation user must belong to the selected department.';
  241. $lang->report->tips->contribute['user'] = 'Sum the number of operations performed on different system objects in a particular year. Ensure that the operation user belongs to the selected user.';
  242. $lang->report->tips->radar = '
  243. 1.Product management includes: product, plan, requirements, release related operational data.<br>
  244. 2.Project management includes: project, iteration, version, task related operational data.<br>
  245. 3.Development includes: tasks, code, Bug resolution related operational data.<br>
  246. 4.Tests include: Bug creation, Bug activation, Bug closure, use cases, and test single related operational data.<br>
  247. 5.Other includes: other scattered dynamic data.';
  248. $lang->report->tips->execution['company'] = '
  249. Accepted stories: Sum the number of stories created in a given year that meet the following conditions, requiring that the phase is accepted, published, or closed because the reason is completed stories, and filter the deleted stories.<br>
  250. Finished tasks: Sum the number of ongoing tasks created in a given year. The status is completed. Filters the deleted tasks.<br>
  251. Resolved bugs: The number of bugs created in a given year whose execution status is closed and the solution is resolved.';
  252. $lang->report->tips->execution['dept'] = '
  253. Accepted stories: Sum the number of stories created in a given year that meet the following conditions, requiring that the phase is accepted, published, or closed because the reason is completed stories, and filter the deleted stories, creator is a selected department user.<br>
  254. Finished tasks: Sum the number of tasks created in a given year that are in the process of execution. The status is completed, the deleted tasks are filtered out, and the created tasks are selected department users.Number of Completed tasks: Sum the number of tasks created in a given year that are in the process of execution. The status is completed, the deleted tasks are filtered out, and the created tasks are selected department users.<br>
  255. Resolved bugs: Number of bugs created in a given year whose execution status is closed and the solution is resolved. The creator is a selected department user.';
  256. $lang->report->tips->execution['user'] = '
  257. Accepted stories: Sum the number of stories created in a given year that meet the following conditions, requiring that the phase is accepted, published, or closed because the reason is completed stories, and filter the deleted stories, creator is a selected user.<br>
  258. Finished tasks: Sum the number of ongoing tasks created in a given year. The status is completed. The deleted tasks are filtered and the creator is a selected user.<br>
  259. Resolved bugs: The number of bugs created in a given year whose execution status is closed and the solution is resolved, and the creator is a selected user.';
  260. $lang->report->tips->product['company'] = '
  261. Plans: The number of plans created in a product in a given year.<br>
  262. Created epics: Specifies the number of epics created in a particular year.<br>
  263. Created requirements: Specifies the number of user requirements created in a particular year.<br>
  264. Created stories: The number of stories in a product created in a given year.<br>
  265. Closed stories: The number of stories in a product with a shutdown time in a given year.';
  266. $lang->report->tips->product['dept'] = '
  267. Plans:The number of plans created in a product in a given year. The creator is a user in the selected department.<br>
  268. Created epics: Specifies the number of epics created in a particular year. The creator is a user in the selected department.<br>
  269. Created requirements: Specifies the number of user requirements created in a particular year. The creator is a user in the selected department.<br>
  270. Created stories: The number of stories in a product created in a given year. The creator is a user in the selected department.<br>
  271. Closed stories: The number of stories needs in a product with a shutdown time in a given year, and the shutdown is for users in the selected department.';
  272. $lang->report->tips->product['user'] = '
  273. Plans: Number of plans created in the product in a certain year. The creator is the selected user.<br>
  274. Create epics:Specifies the number of epics created in a particular year. The creator is the selected user.<br>
  275. Create requirment:Specifies the number of user requirements created in a particular year. The creator is the selected user.<br>
  276. Created stories: The number of stories created in a product in a given year. The creator is the selected user.<br>
  277. Closed stories: The number of stories in the product that were closed in a given year, and the shutdown is the selected user.';
  278. $lang->report->tips->story['company'] = '
  279. Story status distribution: Story data distribution in different states. The creation time must be a certain year.<br>
  280. Monthly story operations: Sum the number of story operations. The required operation time is a certain year.';
  281. $lang->report->tips->story['dept'] = '
  282. Story status distribution: Indicates the story data distribution in different states. The creation time must be a year, and the created user must be a user in the selected department.<br>
  283. Monthly story operations: Sum the number of story operations. The operation time is a year and the operation user is a user in the selected department.';
  284. $lang->report->tips->story['user'] = '
  285. Story status distribution: Indicates the story data distribution in different states. The creation time is a year, and the created user is the selected user.<br>
  286. Monthly story operations: Sum the number of story operations. The operation time is a year and the operation user is the selected user.';
  287. $lang->report->tips->bug['company'] = '
  288. Bug status distribution: Distribution of Bug data in different states. The creation time must be a certain year.<br>
  289. Monthly Bug operations: Sum the number of Bug operations. The operation time must be a year.';
  290. $lang->report->tips->bug['dept'] = '
  291. Bug status distribution: Distribution of Bug data in different states. The creation time must be a year, and the created user must be a user in the selected department.<br>
  292. Monthly Bug operations: Sum the number of Bug operations. The operation time is a year and the operation user is a user in the selected department.';
  293. $lang->report->tips->bug['user'] = '
  294. Bug status distribution: Distribution of Bug data in different states. The creation time must be a year, and the user to be created is the selected user.<br>
  295. Monthly Bug operations: Sum the number of Bug operations. The operation time is a year and the operation user is the selected user.';
  296. $lang->report->tips->case['company'] = '
  297. Case result distribution: The distribution of use case data for different execution results is required to be created in a certain year.<br>
  298. Monthly case operations: Sum the number of operations of the use case. The operation time must be a certain year.';
  299. $lang->report->tips->case['dept'] = '
  300. Case status distribution: Use case data distribution with different execution results. The creation time must be a year and the run user must be a user in the selected department.<br>
  301. Monthly case operations: Sum the operation times of the use case. The operation time must be a year and the operation user must be a user in the selected department.';
  302. $lang->report->tips->case['user'] = '
  303. Case status distribution: Use case data distribution with different execution results. The creation time must be a certain year, and the run user is the selected user.<br>
  304. Monthly case operations: Sum the number of operations of a use case. The operation time must be a year and the operation user is the selected user.';
  305. $lang->report->tips->task['company'] = '
  306. Task status distribution: Task data in different states must be created in a certain year.<br>
  307. Monthly task operations: Sum the number of tasks performed in a year.';
  308. $lang->report->tips->task['dept'] = '
  309. Task status distribution: Task data in different states is distributed. The creation time must be a year and the created user must be a user in the selected department.<br>
  310. Monthly operation information: Sum the operation times of a task. The operation time must be a year and the operation user must be a user in the selected department.';
  311. $lang->report->tips->task['user'] = '
  312. Task status distribution: Task data in different states is distributed. The creation time must be a year and the created user is the selected user.<br>
  313. Monthly task operations: Sum the number of operations performed on a task. The operation time is a year and the operation user is the selected user.';