en.php 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?php
  2. $lang->testreport->common = 'Test Report';
  3. $lang->testreport->id = 'ID';
  4. $lang->testreport->browse = 'Testing Reports';
  5. $lang->testreport->create = 'Create Report';
  6. $lang->testreport->edit = 'Edit Report';
  7. $lang->testreport->delete = 'Delete Report';
  8. $lang->testreport->export = 'Export';
  9. $lang->testreport->exportAction = 'Export Report';
  10. $lang->testreport->view = 'Report Detail';
  11. $lang->testreport->recreate = 'Recreate';
  12. $lang->testreport->title = 'Report Title';
  13. $lang->testreport->product = $lang->productCommon;
  14. $lang->testreport->bugTitle = 'Bug';
  15. $lang->testreport->storyTitle = 'Story';
  16. $lang->testreport->project = $lang->projectCommon;
  17. $lang->testreport->execution = 'Execution';
  18. $lang->testreport->object = "{$lang->projectCommon}/Execution";
  19. $lang->testreport->testtask = 'Test Request';
  20. $lang->testreport->tasks = $lang->testreport->testtask;
  21. $lang->testreport->startEnd = 'Begin&End';
  22. $lang->testreport->owner = 'Owner';
  23. $lang->testreport->members = 'Users';
  24. $lang->testreport->begin = 'Begin';
  25. $lang->testreport->end = 'End';
  26. $lang->testreport->stories = 'Story Tested';
  27. $lang->testreport->bugs = 'Bug Tested';
  28. $lang->testreport->builds = 'Build Info';
  29. $lang->testreport->goal = $lang->projectCommon . ' Goal';
  30. $lang->testreport->cases = 'Case';
  31. $lang->testreport->bugInfo = 'Bug Distribution';
  32. $lang->testreport->report = 'Summary';
  33. $lang->testreport->legacyBugs = 'Left Bugs';
  34. $lang->testreport->createdBy = 'Created by';
  35. $lang->testreport->createdDate = 'Created Date';
  36. $lang->testreport->objectID = 'Object';
  37. $lang->testreport->objectType = 'Object Type';
  38. $lang->testreport->profile = 'Profile';
  39. $lang->testreport->value = 'Value';
  40. $lang->testreport->none = 'None';
  41. $lang->testreport->all = 'All Reports';
  42. $lang->testreport->deleted = 'Deleted';
  43. $lang->testreport->selectTask = 'Create report by request';
  44. $lang->testreport->legendBasic = 'Basic Info';
  45. $lang->testreport->legendStoryAndBug = 'Test Scope';
  46. $lang->testreport->legendBuild = 'Test Rounds';
  47. $lang->testreport->legendCase = 'Linked Cases';
  48. $lang->testreport->legendLegacyBugs = 'Left Bugs';
  49. $lang->testreport->legendReport = 'Report';
  50. $lang->testreport->legendComment = 'Summary';
  51. $lang->testreport->legendMore = 'More';
  52. $lang->testreport->date = 'Date';
  53. $lang->testreport->bugSeverityGroups = 'Bug Severity Distribution';
  54. $lang->testreport->bugTypeGroups = 'Bug Type Distribution';
  55. $lang->testreport->bugStatusGroups = 'Bug Status Distribution';
  56. $lang->testreport->bugOpenedByGroups = 'Bug ReportedBy Distribution';
  57. $lang->testreport->bugResolvedByGroups = 'Bug ResolvedBy Distribution';
  58. $lang->testreport->bugResolutionGroups = 'Bug Resolution Distribution';
  59. $lang->testreport->bugModuleGroups = 'Bug Module Distribution';
  60. $lang->testreport->bugStageGroups = 'Bug Priority Distribution';
  61. $lang->testreport->bugHandleGroups = 'Distribution of daily bug processing';
  62. $lang->testreport->legacyBugs = 'Left Bugs';
  63. $lang->testreport->bugConfirmedRate = 'Confirmed-Bug Rate (Resolution is fixed or postponed / status is resolved or closed)';
  64. $lang->testreport->bugCreateByCaseRate = 'Bug-Reported-in-Case Rate (Bugs reported in cases / New added bugs)';
  65. $lang->testreport->bugStageList = array();
  66. $lang->testreport->bugStageList['generated'] = 'Generated Bugs';
  67. $lang->testreport->bugStageList['legacy'] = 'Legacy Bugs';
  68. $lang->testreport->bugStageList['resolved'] = 'Resolved Bugs';
  69. $lang->testreport->featureBar['browse']['all'] = 'All';
  70. $lang->testreport->caseSummary = 'Total <strong>%s</strong> cases. <strong>%s</strong> cases run. <strong>%s</strong> results generated. <strong>%s</strong> cases failed.';
  71. $lang->testreport->buildSummary = 'Tested <strong>%s</strong> builds.';
  72. $lang->testreport->confirmDelete = 'Do you want to delete this report?';
  73. $lang->testreport->moreNotice = "More features can be extended with reference to <a href='https://www.zentao.net/page/extension.html' target='_blank'>the ZenTao extension manual</a>, or you can contact us at support@zentaoalm.com for customization.";
  74. $lang->testreport->exportNotice = "Exported By <a href='https://www.zentao.net' target='_blank' style='color:grey'>ZenTao</a>";
  75. $lang->testreport->noReport = "No report has been generated.Please select one request to generate one test report.";
  76. $lang->testreport->foundBugTip = "Bugs found in this build period and the affected build is in this test period.";
  77. $lang->testreport->legacyBugTip = "Active bugs, or bugs that are not resolved in the test period.";
  78. $lang->testreport->activatedBugTip = "Reactived bugs during the testtask.";
  79. $lang->testreport->fromCaseBugTip = "Bugs found from the running of cases in the test period.";
  80. $lang->testreport->errorTrunk = "You cannot create a Testing report for the trunk. Please modify the linked build!";
  81. $lang->testreport->noTestTask = "No test requests for this {$lang->productCommon}, so no reports can be generated. Please go to {$lang->productCommon} which has test requests and then generate the report.";
  82. $lang->testreport->noObjectID = "No test request or {$lang->executionCommon} is selected, so no report can be generated.";
  83. $lang->testreport->moreProduct = "Testing reports can only be generated for the same {$lang->productCommon}.";
  84. $lang->testreport->hiddenCase = "Hide %s use cases";
  85. $lang->testreport->goalTip = "Descriptive information about the {$lang->execution->common} of this build";
  86. $lang->testreport->runDateTips = "Some case execution records exceed the time range (latest time: %s), not included in the test report";
  87. $lang->testreport->ignore = "Ignore";
  88. $lang->testreport->bugSummary = <<<EOD
  89. Total <strong>%s</strong> Bugs reported <i class='icon icon-help text-light' data-placement='top' data-title="{$lang->testreport->foundBugTip}" data-type='black' data-toggle='tooltip'></i>,
  90. <strong>%s</strong> Bugs remained unresolved <i class='icon icon-help text-light' data-placement='top' data-title="{$lang->testreport->legacyBugTip}" data-type='black' data-toggle='tooltip'></i>.
  91. <strong>%s</strong> Bugs reactivated <i class='icon icon-help text-light' data-placement='top' data-title="{$lang->testreport->activatedBugTip}" data-type='black' data-toggle='tooltip'></i>.
  92. <strong>%s</strong> Bugs found from the running of cases <i class='icon icon-help text-light' data-placement='top' data-title="{$lang->testreport->fromCaseBugTip}" data-type='black' data-toggle='tooltip'></i>.
  93. Bug Effective Rate: <strong>%s</strong>,Bugs reported from cases: <strong>%s</strong>.
  94. EOD;