en.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. <?php
  2. $lang->reporttemplate->create = 'Create Report Template';
  3. $lang->reporttemplate->edit = 'Edit';
  4. $lang->reporttemplate->editAction = 'Edit Report Template';
  5. $lang->reporttemplate->delete = 'Delete Template';
  6. $lang->reporttemplate->deleteAbbr = 'Delete';
  7. $lang->reporttemplate->deleteAction = 'Delete Report Template';
  8. $lang->reporttemplate->browse = 'Browse Report Template';
  9. $lang->reporttemplate->view = 'Report Template Details';
  10. $lang->reporttemplate->addCategory = 'Add Category';
  11. $lang->reporttemplate->editCategory = 'Edit Category';
  12. $lang->reporttemplate->deleteCategory = 'Delete Category';
  13. $lang->reporttemplate->pause = 'Pause';
  14. $lang->reporttemplate->pauseAction = 'Pause Report Template';
  15. $lang->reporttemplate->cron = 'Cron';
  16. $lang->reporttemplate->lib = 'Scopes';
  17. $lang->reporttemplate->module = 'Module';
  18. $lang->reporttemplate->objects = 'Flows';
  19. $lang->reporttemplate->title = 'Title';
  20. $lang->reporttemplate->status = 'Status';
  21. $lang->reporttemplate->desc = 'Description';
  22. $lang->reporttemplate->acl = 'Access Control';
  23. $lang->reporttemplate->reportAcl = 'Created Report Access Control';
  24. $lang->reporttemplate->cycle = 'Data Generation Frequency';
  25. $lang->reporttemplate->content = 'Template Content';
  26. $lang->reporttemplate->basic = 'Basic Info';
  27. $lang->reporttemplate->basicStatistic = 'Basic Statistics';
  28. $lang->reporttemplate->progress = 'Progress Analysis';
  29. $lang->reporttemplate->resource = 'Resource Analysis';
  30. $lang->reporttemplate->fixedProgress = 'Repair progress';
  31. $lang->reporttemplate->outline = 'Outline';
  32. $lang->reporttemplate->beginDate = 'Begin Date';
  33. $lang->reporttemplate->endDate = 'End Date';
  34. $lang->reporttemplate->allProject = 'All flow templates';
  35. $lang->reporttemplate->dateRange = 'Date Range';
  36. $lang->reporttemplate->cronLog = 'Cron Log';
  37. $lang->reporttemplate->aclList['open'] = 'Public (Have permission to view report templates, can be accessed)';
  38. $lang->reporttemplate->aclList['private'] = 'Private (Only the creator and white list users can access)';
  39. $lang->reporttemplate->statusList['draft'] = 'Draft';
  40. $lang->reporttemplate->statusList['normal'] = 'Released';
  41. $lang->reporttemplate->statusList['pause'] = 'Paused';
  42. $lang->reporttemplate->cronTitle = 'Cron Rule Settings';
  43. $lang->reporttemplate->cronTurnon = 'Is Timing Generate';
  44. $lang->reporttemplate->cronTurnonList['on'] = 'Yes';
  45. $lang->reporttemplate->cronTurnonList['off'] = 'No';
  46. $lang->reporttemplate->cronFrequency = 'Data Generation Frequency';
  47. $lang->reporttemplate->cronFrequencyList['day'] = 'Day';
  48. $lang->reporttemplate->cronFrequencyList['week'] = 'Week';
  49. $lang->reporttemplate->cronFrequencyList['month'] = 'Month';
  50. $lang->reporttemplate->cronFrequencyTips['day'] = '(Generate report at 0:00 every day)';
  51. $lang->reporttemplate->cronFrequencyTips['week'] = '(Generate report at 0:00 every Monday)';
  52. $lang->reporttemplate->cronFrequencyTips['month'] = '(Generate report at 0:00 every 1st)';
  53. $lang->reporttemplate->appendUsers['PROJECTPM'] = 'Project Manager';
  54. $lang->reporttemplate->appendUsers['PROJECTTEAM'] = 'Project Team Members';
  55. $lang->reporttemplate->appendUsers['PROJECTSTAKEHOLDER'] = 'Project Stakeholders';
  56. $lang->reporttemplate->appendUsers['PROJECTWHITELIST'] = 'Project White List';
  57. $lang->reporttemplate->titleTemplate['day'] = '%s Daily Report';
  58. $lang->reporttemplate->titleTemplate['week'] = '%s Weekly Report';
  59. $lang->reporttemplate->titleTemplate['month'] = '%s Monthly Plan Report';
  60. $lang->reporttemplate->weekNumber[0] = 'First Week';
  61. $lang->reporttemplate->weekNumber[1] = 'Second Week';
  62. $lang->reporttemplate->weekNumber[2] = 'Third Week';
  63. $lang->reporttemplate->weekNumber[3] = 'Fourth Week';
  64. $lang->reporttemplate->weekNumber[4] = 'Fifth Week';
  65. $lang->reporttemplate->weekNumber[5] = 'Sixth Week';
  66. $lang->reporttemplate->hotDate = 'Edited Date';
  67. $lang->reporttemplate->scope = 'Scope';
  68. $lang->reporttemplate->scopeField = 'Scope';
  69. $lang->reporttemplate->categoryName = 'Name';
  70. $lang->reporttemplate->templateDesc = 'Description';
  71. $lang->reporttemplate->groups = 'Groups';
  72. $lang->reporttemplate->users = 'Users';
  73. $lang->reporttemplate->noCategory = 'No Category';
  74. $lang->reporttemplate->noTemplate = 'No Report Template';
  75. $lang->reporttemplate->noDesc = 'No Desc';
  76. $lang->reporttemplate->createTypeFirst = 'Please create a template category first.';
  77. $lang->reporttemplate->confirmPause = 'Do you want to pause this template?';
  78. $lang->reporttemplate->confirmDelete = 'Do you want to delete this report template?';
  79. $lang->reporttemplate->confirmDeleteCategory = 'Do you want to delete this category?';
  80. $lang->reporttemplate->leaveEditingConfirm = 'The template is currently being edited. Do you want to leave the editing page?';
  81. $lang->reporttemplate->searchScopePlaceholder = 'Search Scope';
  82. $lang->reporttemplate->searchModulePlaceholder = 'Search Category';
  83. $lang->reporttemplate->insertSystemData = 'Insert System Data';
  84. $lang->reporttemplate->executionDataTips = "Obtain all {$lang->execution->common} data within the project";
  85. $lang->reporttemplate->noneConditionTips = 'If no conditions are set, all data within the project will be retrieved.';
  86. $lang->reporttemplate->chartBlockTip = 'Display the relevant charts when generating reports from this template';
  87. $lang->reporttemplate->emptyDataTip = 'There is no system data that conform to this filtering conditions.';
  88. $lang->reporttemplate->devRateTip = 'Task type is %s, (the number of %s tasks / total) * 100%%';
  89. $lang->reporttemplate->testRateTip = 'Task type is %s, (the number of %s tasks / total) * 100%%';
  90. $lang->reporttemplate->taskTotalCount = 'Total: %s tasks';
  91. $lang->reporttemplate->logTemplate = 'Successfully generated %s reports, %s failed';
  92. $lang->reporttemplate->doingSummaryTip = <<<EOD
  93. Number of stories: The sum of all stories in %s
  94. Remaining stories: The sum of all ongoing stories that are not closed in %s
  95. Number of tasks: The sum of all tasks in %s
  96. Remaining tasks: The sum of tasks in %s with a status that is not 'Closed' or 'Completed'
  97. Remaining hours: The sum of remaining hours for all tasks in %s, filtering out parent tasks and tasks with statuses of 'Cancelled' and 'Closed'
  98. Consumed hours: The sum of remaining hours for all tasks in %s, filtering out parent tasks
  99. Progress in %s: Consumed hours / (Consumed hours + Remaining hours) * 100%
  100. EOD;
  101. $lang->reporttemplate->closedSummaryTip = <<<EOD
  102. Display statistical data on the second day after executing the shutdown, with the following statistical rules:
  103. Development Efficiency: %s closed delivered R&D stories scale / task hours consumed according to %s
  104. story Acceptance Rate: %s closed R&D stories accepted / valid R&D stories according to %s
  105. story Planned Completion Rate: %s closed delivered R&D stories / R&D stories as of the start of %s
  106. Development Task Completion Rate: %s closed completed development tasks / development tasks according to %s
  107. Testing Task Completion Rate: %s closed completed testing tasks / testing tasks according to %s
  108. Test Defect Density: New valid bugs according to %s / R&D stories scale completed by %s closed
  109. EOD;
  110. $lang->reporttemplate->notice = new stdclass();
  111. $lang->reporttemplate->notice->filter = 'Filter';
  112. $lang->reporttemplate->notice->noSettings = 'Obtain all %s data within the project';
  113. $lang->reporttemplate->notice->noSupport = 'This project does not support %s.';
  114. $lang->reporttemplate->notice->logLimit = 'Display up to 20 latest records';
  115. $lang->reporttemplate->disabledHint = new stdclass();
  116. $lang->reporttemplate->disabledHint->pause = 'This template has not been released yet';
  117. $lang->reporttemplate->disabledHint->delete = 'The built-in report template cannot be deleted';
  118. $lang->reporttemplate->error = new stdclass();
  119. $lang->reporttemplate->error->deleteCategory = 'There is report template exists in the current category, it cannot be deleted.';
  120. $lang->reporttemplate->error->beginMoreThanEnd = 'Start date cannot be greater than the end date.';
  121. $lang->reporttemplate->builtInScopes = array();
  122. $lang->reporttemplate->builtInScopes['rnd'] = array();
  123. $lang->reporttemplate->builtInScopes['rnd']['project'] = 'Project';
  124. $lang->reporttemplate->filterTypes = array();
  125. $lang->reporttemplate->filterTypes[] = array('all', 'All');
  126. $lang->reporttemplate->filterTypes[] = array('draft', 'Draft');
  127. $lang->reporttemplate->filterTypes[] = array('released', 'Released');
  128. $lang->reporttemplate->filterTypes[] = array('paused', 'Paused');
  129. $lang->reporttemplate->filterTypes[] = array('createdByMe', 'Created By Me');
  130. $lang->reporttemplate->quickEditMenuList['properties'] = 'Properties';
  131. $lang->reporttemplate->quickEditMenuList['lists'] = 'Lists';
  132. $lang->reporttemplate->quickEditMenuList['measurements'] = 'Measurements';
  133. $lang->reporttemplate->quickEditMenuList['charts'] = 'Charts';
  134. $lang->reporttemplate->filterList['projectStory'] = 'Project Story Filter';
  135. $lang->reporttemplate->filterList['HLDS'] = 'Outline Design Filter';
  136. $lang->reporttemplate->filterList['DDS'] = 'Detailed Design Filter';
  137. $lang->reporttemplate->filterList['DBDS'] = 'Database Design Filter';
  138. $lang->reporttemplate->filterList['ADS'] = 'Application Design Filter';
  139. $lang->reporttemplate->filterList['task'] = 'Project Task Filter';
  140. $lang->reporttemplate->filterList['projectCase'] = 'Project Case Filter';
  141. $lang->reporttemplate->filterList['projectBug'] = 'Project Bug Filter';
  142. $lang->reporttemplate->project = $lang->projectCommon;
  143. $lang->reporttemplate->execution = $lang->execution->common;
  144. $lang->reporttemplate->task = 'Task';
  145. $lang->reporttemplate->story = 'Story';
  146. $lang->reporttemplate->bug = 'Bug';
  147. $lang->reporttemplate->testcase = 'Case';
  148. $lang->reporttemplate->weekly = 'Report';
  149. $lang->reporttemplate->measurementList['execution']['total'] = "{$lang->execution->common} Number";
  150. $lang->reporttemplate->measurementList['execution']['doingNum'] = "Doing {$lang->execution->common} Number";
  151. $lang->reporttemplate->measurementList['execution']['closedNum'] = "Closed {$lang->execution->common} Number";
  152. $lang->reporttemplate->measurementList['execution']['delayNum'] = "Delayed {$lang->execution->common} Number";
  153. $lang->reporttemplate->measurementList['task']['taskNum'] = 'Task Number';
  154. $lang->reporttemplate->measurementList['task']['doneNum'] = 'Done Task Number';
  155. $lang->reporttemplate->measurementList['task']['consumed'] = 'Consumed man-hours';
  156. $lang->reporttemplate->measurementList['task']['left'] = 'Left man-hours';
  157. $lang->reporttemplate->measurementList['task']['bugTaskNum'] = 'Number of bug-converted tasks';
  158. $lang->reporttemplate->measurementList['task']['bugConsume'] = 'The consumed man-hours for bug-converted tasks';
  159. $lang->reporttemplate->measurementList['story']['storyNum'] = 'Story Number';
  160. $lang->reporttemplate->measurementList['story']['storyScale'] = 'Story Scale Number';
  161. $lang->reporttemplate->measurementList['story']['devNum'] = 'Developed Story Number';
  162. $lang->reporttemplate->measurementList['story']['devScale'] = 'Developed Story Scale Number';
  163. $lang->reporttemplate->measurementList['story']['testNum'] = 'Tested Story Number';
  164. $lang->reporttemplate->measurementList['story']['testScale'] = 'Tested Story Scale Number';
  165. $lang->reporttemplate->measurementList['story']['doneNum'] = 'Done Story Number';
  166. $lang->reporttemplate->measurementList['story']['doneScale'] = 'Done Story Scale Number';
  167. $lang->reporttemplate->measurementList['story']['closedNum'] = 'Closed Story Number';
  168. $lang->reporttemplate->measurementList['story']['closedScale'] = 'Closed Story Scale Number';
  169. $lang->reporttemplate->measurementList['story']['changedNum'] = 'Changed Story Number';
  170. $lang->reporttemplate->measurementList['story']['changedScale'] = 'Changed Story Scale Number';
  171. $lang->reporttemplate->measurementList['story']['defect'] = 'Defect Density';
  172. $lang->reporttemplate->measurementList['story']['hasCaseStoryNum'] = 'Has Case Story Number';
  173. $lang->reporttemplate->measurementList['story']['caseCoverage'] = 'Story Case Coverage';
  174. $lang->reporttemplate->measurementList['story']['caseDensity'] = 'Story Case Density';
  175. $lang->reporttemplate->measurementList['bug']['total'] = 'Bug Number';
  176. $lang->reporttemplate->measurementList['bug']['effective'] = 'Valid Bug Number';
  177. $lang->reporttemplate->measurementList['bug']['useCase'] = 'The number of bugs generated by executing cases';
  178. $lang->reporttemplate->measurementList['bug']['fixed'] = 'Fixed Bug Number';
  179. $lang->reporttemplate->measurementList['testcase']['caseNum'] = 'Case Number';
  180. $lang->reporttemplate->measurementList['weekly']['term'] = 'Report Term';
  181. $lang->reporttemplate->measurementList['weekly']['staff'] = 'Staff Number';
  182. $lang->reporttemplate->chartList['project']['basicStatistic']['gantt'] = 'Gantt';
  183. $lang->reporttemplate->chartList['project']['basicStatistic']['workload'] = "{$lang->projectCommon} Plan Workload Statistic";
  184. $lang->reporttemplate->chartList['project']['progress']['summary'] = "{$lang->projectCommon} Progress Summary";
  185. $lang->reporttemplate->chartList['execution']['basicStatistic']['closedRate'] = "{$lang->execution->common} Closed Rate";
  186. $lang->reporttemplate->chartList['execution']['basicStatistic']['delayRate'] = "{$lang->execution->common} Delayed Rate";
  187. $lang->reporttemplate->chartList['execution']['basicStatistic']['statusMap'] = "{$lang->execution->common} status distribution";
  188. $lang->reporttemplate->chartList['execution']['basicStatistic']['doingSummary'] = "In progress {$lang->execution->common} summary table";
  189. $lang->reporttemplate->chartList['execution']['basicStatistic']['closedSummary'] = "Closed {$lang->execution->common} summary table";
  190. $lang->reporttemplate->chartList['task']['basicStatistic']['doneRate'] = 'Task completion rate';
  191. $lang->reporttemplate->chartList['task']['basicStatistic']['taskRate'] = 'Task progress';
  192. $lang->reporttemplate->chartList['task']['basicStatistic']['statusMap'] = 'Task status distribution';
  193. $lang->reporttemplate->chartList['task']['basicStatistic']['assignMap'] = 'Task assign distribution';
  194. $lang->reporttemplate->chartList['task']['basicStatistic']['ownerMap'] = 'Task owner distribution';
  195. $lang->reporttemplate->chartList['task']['basicStatistic']['moduleMap'] = 'Task first level module distribution';
  196. $lang->reporttemplate->chartList['task']['basicStatistic']['typeMap'] = 'Task type distribution';
  197. $lang->reporttemplate->chartList['task']['basicStatistic']['priMap'] = 'Task priority distribution';
  198. $lang->reporttemplate->chartList['task']['basicStatistic']['reasonMap'] = 'Task close reason distribution';
  199. $lang->reporttemplate->chartList['task']['basicStatistic']['devRate'] = 'Development Task Completion Rate';
  200. $lang->reporttemplate->chartList['task']['basicStatistic']['testRate'] = 'Testing Task Completion Rate';
  201. $lang->reporttemplate->chartList['task']['basicStatistic']['finished'] = 'Finished Tasks';
  202. $lang->reporttemplate->chartList['task']['basicStatistic']['unfinished'] = 'Unfinished Tasks';
  203. $lang->reporttemplate->chartList['task']['basicStatistic']['workplan'] = 'Work Plan';
  204. $lang->reporttemplate->chartList['task']['progress']['typeHour'] = 'Different type tasks progress statistics table';
  205. $lang->reporttemplate->chartList['task']['progress']['statusData'] = 'Different type tasks status statistics table';
  206. $lang->reporttemplate->chartList['task']['progress']['dailyNum'] = 'Bar chart of daily completed tasks (Nearly 14 days)';
  207. $lang->reporttemplate->chartList['task']['resource']['bugRate'] = 'Bug to task rate';
  208. $lang->reporttemplate->chartList['task']['resource']['bugConsumeRate'] = 'Bug to task consume rate';
  209. $lang->reporttemplate->chartList['task']['resource']['userEfforts'] = 'Team effort distribution';
  210. $lang->reporttemplate->chartList['task']['resource']['teamEfforts'] = 'Detailed team effort distribution';
  211. $lang->reporttemplate->chartList['task']['resource']['workAssignSummary'] = 'Task assign summary';
  212. $lang->reporttemplate->chartList['task']['resource']['workSummary'] = 'Task summary';
  213. $lang->reporttemplate->chartList['story']['basicStatistic']['statusMap'] = 'Status Map';
  214. $lang->reporttemplate->chartList['story']['basicStatistic']['stageMap'] = 'Stage Map';
  215. $lang->reporttemplate->chartList['story']['basicStatistic']['productMap'] = "{$lang->productCommon} Product Module Map";
  216. $lang->reporttemplate->chartList['story']['basicStatistic']['sourceMap'] = 'Source Map';
  217. $lang->reporttemplate->chartList['story']['basicStatistic']['priMap'] = 'Pri Map';
  218. $lang->reporttemplate->chartList['story']['basicStatistic']['categoryMap'] = 'Category Map';
  219. $lang->reporttemplate->chartList['story']['basicStatistic']['userMap'] = 'Creator Map';
  220. $lang->reporttemplate->chartList['story']['progress']['devRate'] = 'Development Completion Rate of Stories by Item';
  221. $lang->reporttemplate->chartList['story']['progress']['devScaleRate'] = 'Development Completion Rate of Stories by Scale';
  222. $lang->reporttemplate->chartList['story']['progress']['testRate'] = 'Testing Completion Rate of Stories by Item';
  223. $lang->reporttemplate->chartList['story']['progress']['testScaleRate'] = 'Testing Completion Rate of Stories by Scale';
  224. $lang->reporttemplate->chartList['story']['progress']['doneRate'] = 'Completion Rate of Stories by Item';
  225. $lang->reporttemplate->chartList['story']['progress']['doneScaleRate'] = 'Completion Rate of Stories by Scale';
  226. $lang->reporttemplate->chartList['bug']['basicStatistic']['efficientRate'] = 'Bug Efficiency';
  227. $lang->reporttemplate->chartList['bug']['basicStatistic']['fixedRate'] = 'Bug Fix Rate';
  228. $lang->reporttemplate->chartList['bug']['basicStatistic']['caseBugRate'] = 'Proportion of Bugs from Cases';
  229. $lang->reporttemplate->chartList['bug']['basicStatistic']['statusMap'] = 'Bug status distribution';
  230. $lang->reporttemplate->chartList['bug']['basicStatistic']['productMap'] = "Bug From {$lang->productCommon} Module Distribution";
  231. $lang->reporttemplate->chartList['bug']['basicStatistic']['severityMap'] = 'Bug Severity Distribution';
  232. $lang->reporttemplate->chartList['bug']['basicStatistic']['priMap'] = 'Bug Priority Distribution';
  233. $lang->reporttemplate->chartList['bug']['basicStatistic']['resolutionMap'] = 'Bug Solution Distribution';
  234. $lang->reporttemplate->chartList['bug']['basicStatistic']['typeMap'] = 'Bug Type Distribution';
  235. $lang->reporttemplate->chartList['bug']['fixedProgress']['dailyNum'] = 'Daily New, Resolved, Closed Bugs';
  236. $lang->reporttemplate->chartList['bug']['fixedProgress']['userCreatedBugs'] = 'Number of Bugs Created by Team Members';
  237. $lang->reporttemplate->chartList['bug']['fixedProgress']['userResolvedBugs'] = 'Number of Bugs Resolved by Team Members';
  238. $lang->reporttemplate->chartList['testcase']['basicStatistic']['userCreatedCases'] = 'Number of Cases Created by Team Members';
  239. $lang->reporttemplate->chartList['testcase']['basicStatistic']['userExecutedCases'] = 'Number of Cases Executed by Team Members';
  240. $lang->reporttemplate->chartList['testcase']['basicStatistic']['productMap'] = "Case From {$lang->productCommon} Module Distribution";
  241. $lang->reporttemplate->chartList['testcase']['basicStatistic']['statusMap'] = 'Case Status Distribution';
  242. $lang->reporttemplate->chartList['testcase']['basicStatistic']['priMap'] = 'Case Priority Distribution';
  243. $lang->reporttemplate->chartList['testcase']['basicStatistic']['resultMap'] = 'Case Result Distribution';
  244. $lang->reporttemplate->chartList['testcase']['basicStatistic']['typeMap'] = 'Case Type Distribution';