en.php 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?php
  2. /**
  3. * The build 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 build
  9. * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $
  10. * @link https://www.zentao.net
  11. */
  12. $lang->build->common = "Build";
  13. $lang->build->browse = "Build List";
  14. $lang->build->create = "Create Build";
  15. $lang->build->edit = "Edit Build";
  16. $lang->build->linkStory = "Link {$lang->SRCommon}";
  17. $lang->build->linkBug = "Link Bug";
  18. $lang->build->delete = "Delete Build";
  19. $lang->build->deleted = "Deleted";
  20. $lang->build->view = "Build Details";
  21. $lang->build->batchUnlink = 'Batch Unlink';
  22. $lang->build->batchUnlinkStory = "Batch Unlink {$lang->SRCommon}";
  23. $lang->build->batchUnlinkBug = 'Batch Unlink Bugs';
  24. $lang->build->viewBug = 'Bugs';
  25. $lang->build->bugList = 'Bug List';
  26. $lang->build->system = $lang->product->system;
  27. $lang->build->addSystem = 'Add ' . $lang->product->system;
  28. $lang->build->consumed = 'Cost';
  29. $lang->build->confirmDelete = "Are you sure you want to delete the build?";
  30. $lang->build->confirmUnlinkStory = "Are you sure you want to unlink the {$lang->SRCommon}?";
  31. $lang->build->confirmUnlinkBug = "Are you sure you want to unlink the bug?";
  32. $lang->build->basicInfo = 'Basic Info';
  33. $lang->build->id = 'ID';
  34. $lang->build->product = $lang->productCommon;
  35. $lang->build->project = $lang->projectCommon;
  36. $lang->build->branch = 'Platform/Branch';
  37. $lang->build->branchAll = 'All Linked %s';
  38. $lang->build->branchName = '%s';
  39. $lang->build->execution = $lang->executionCommon;
  40. $lang->build->executionAB = 'execution';
  41. $lang->build->integrated = 'Integrated Build';
  42. $lang->build->singled = 'Single Build';
  43. $lang->build->builds = 'Inclusive Build';
  44. $lang->build->released = 'Release';
  45. $lang->build->name = 'Name';
  46. $lang->build->nameAB = 'Name';
  47. $lang->build->date = 'Build Date';
  48. $lang->build->builder = 'Build Author';
  49. $lang->build->url = 'URL';
  50. $lang->build->scmPath = 'SCM Path';
  51. $lang->build->filePath = 'Download Address';
  52. $lang->build->desc = 'Description';
  53. $lang->build->mailto = 'Mail to';
  54. $lang->build->files = 'Upload Files';
  55. $lang->build->last = 'Last Build';
  56. $lang->build->createdBy = 'Creator';
  57. $lang->build->createdDate = 'Created on';
  58. $lang->build->packageType = 'Type';
  59. $lang->build->unlinkStory = "Unlink {$lang->SRCommon}";
  60. $lang->build->unlinkBug = 'Unlink Bug';
  61. $lang->build->stories = "Completed {$lang->SRCommon}";
  62. $lang->build->bugs = 'Resolved Bugs';
  63. $lang->build->generatedBugs = 'Reported Bugs';
  64. $lang->build->noProduct = " <span id='noProduct' style='color:red'> Build cannot be created since the {$lang->executionCommon} has no linked {$lang->productCommon}. Please <a data-url='%s' data-app='%s' data-toggle='modal' class='cursor-pointer'> link a {$lang->productCommon} first. </a></span>";
  65. $lang->build->noBuild = 'No builds yet.';
  66. $lang->build->emptyExecution = $lang->executionCommon . 'should be not empty.';
  67. $lang->build->linkedBuild = 'Link Build';
  68. $lang->build->createTest = 'Submit Test Request';
  69. $lang->build->integratedLabel = 'Integration';
  70. $lang->build->notice = new stdclass();
  71. $lang->build->notice->changeProduct = "A build that has already been linked to a {$lang->SRCommon}, a bug, or a submitted test request cannot have its associated {$lang->productCommon} changed.";
  72. $lang->build->notice->changeExecution = "A build with a submitted test request cannot have its associated {$lang->executionCommon} changed.";
  73. $lang->build->notice->changeBuilds = "A build with a submitted test request cannot have its linked builds changed.";
  74. $lang->build->notice->autoRelation = "The completed {$lang->SRCommon}s, resolved bugs, and newly generated bugs under the related builds will be automatically linked to the {$lang->projectCommon} build.";
  75. $lang->build->notice->createTest = "The execution linked to this build has been deleted. Test requests cannot be submitted.";
  76. $lang->build->confirmChangeBuild = "After unlinking %s [%s], %s {$lang->SRCommon}(s) and %s bug(s) under %s will be removed from the build. Do you want to continue?";
  77. $lang->build->confirmRemoveStory = "After unlinking %s [%s], %s {$lang->SRCommon}(s) under %s will be removed from the plan. Do you want to continue?";
  78. $lang->build->confirmRemoveBug = "After unlinking %s [%s], %s bug(s) under %s will be removed from the plan. Do you want to continue?";
  79. $lang->build->confirmRemoveTips = "Are you sure you want to delete %s『%s』?";
  80. $lang->build->finishStories = "%s {$lang->SRCommon} completed this time.";
  81. $lang->build->resolvedBugs = '%s Bugs resolved this time.';
  82. $lang->build->createdBugs = '%s Bugs reported this time.';
  83. $lang->build->placeholder = new stdclass();
  84. $lang->build->placeholder->scmPath = 'The software source code repository, such as a Subversion or Git repository address.';
  85. $lang->build->placeholder->filePath = 'The storage location for downloading the software package of this build.';
  86. $lang->build->placeholder->multipleSelect = "Multiple build selections are supported.";
  87. $lang->build->action = new stdclass();
  88. $lang->build->action->buildopened = '$date, the build <strong>$extra</strong> was created by <strong>$actor</strong>. ' . "\n";
  89. $lang->backhome = 'back';
  90. $lang->build->isIntegrated = array();
  91. $lang->build->isIntegrated['no'] = 'No';
  92. $lang->build->isIntegrated['yes'] = 'Yes';