en.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?php
  2. $lang->job->common = 'Job';
  3. $lang->job->browse = 'Browse Pipeline';
  4. $lang->job->create = 'Import Pipeline';
  5. $lang->job->edit = 'Edit Pipeline';
  6. $lang->job->exec = 'Execute Pipeline';
  7. $lang->job->runPipeline = 'Run pipeline';
  8. $lang->job->view = 'Pipeline Details';
  9. $lang->job->delete = 'Delete Pipeline';
  10. $lang->job->confirmDelete = 'Do you want to delete this pipeline?';
  11. $lang->job->dirChange = 'Directory Changed';
  12. $lang->job->buildTag = 'Build Tag';
  13. $lang->job->execSuccess = 'Build success';
  14. $lang->job->trigger = 'Trigger';
  15. $lang->job->autoRun = 'Is it triggered';
  16. $lang->job->addTrigger = 'Add Trigger';
  17. $lang->job->browseAction = 'Pipeline List';
  18. $lang->job->id = 'ID';
  19. $lang->job->name = 'Name';
  20. $lang->job->repo = 'Repo';
  21. $lang->job->branch = 'Branch';
  22. $lang->job->product = $lang->productCommon;
  23. $lang->job->svnDir = 'SVN Tag Watch Path';
  24. $lang->job->jenkins = 'Jenkins';
  25. $lang->job->jkHost = 'Jenkins Server';
  26. $lang->job->jkJob = 'Jenkins Task';
  27. $lang->job->buildSpec = 'Build Target'; // 'pipeline@server'
  28. $lang->job->engine = 'Engine';
  29. $lang->job->server = 'Server';
  30. $lang->job->pipeline = 'Pipeline';
  31. $lang->job->buildType = 'Build Type';
  32. $lang->job->frame = 'Frame';
  33. $lang->job->useZentao = 'Trigger by ZenTao';
  34. $lang->job->triggerType = 'Trigger';
  35. $lang->job->atDay = 'Custom Days';
  36. $lang->job->atTime = 'At Time';
  37. $lang->job->lastStatus = 'Last Status';
  38. $lang->job->lastExec = 'Last Executed';
  39. $lang->job->comment = 'Match Keywords';
  40. $lang->job->customParam = 'Custom build parameters';
  41. $lang->job->paramName = 'Name';
  42. $lang->job->paramValue = 'Value';
  43. $lang->job->custom = 'Custom';
  44. $lang->job->createdBy = 'Creator';
  45. $lang->job->createdDate = 'Created Date';
  46. $lang->job->editedBy = 'Edited by';
  47. $lang->job->editedDate = 'Edited Date';
  48. $lang->job->lastTag = 'Last Tag';
  49. $lang->job->deleted = 'Deleted';
  50. $lang->job->repoServer = 'Repo Server';
  51. $lang->job->sonarqubeServer = 'SonarQube Server';
  52. $lang->job->projectKey = 'SonarQube Project';
  53. $lang->job->lblBasic = 'Basic Info';
  54. $lang->job->auto = 'Auto';
  55. $lang->job->example = 'e.g.';
  56. $lang->job->commitEx = "Used to match the keywords used to create a compile. Multiple keywords are separated by ','";
  57. $lang->job->cronSample = 'e.g. 0 0 2 * * 2-6/1 means 2:00 a.m. every weekday.';
  58. $lang->job->sendExec = 'Send execute request success.';
  59. $lang->job->inputName = 'Please enter parameter name.';
  60. $lang->job->invalidName = 'The parameter name should be letters, numbers or underlines.';
  61. $lang->job->repoExists = 'This repository has a build task associated with it『%s』';
  62. $lang->job->projectExists = 'This SonarQube Project has a build task associated with it『%s』';
  63. $lang->job->mustUseJenkins = 'SonarQube frame is only used if the build engine is JenKins.';
  64. $lang->job->jobIsDeleted = 'This repository is associated with a build task, please view the data from the recycle bin';
  65. $lang->job->selectPipeline = 'Please select a pipeline';
  66. $lang->job->triggerRepeat = 'Trigger cannot be repeat';
  67. $lang->job->buildTypeList['build'] = 'Only Build';
  68. $lang->job->buildTypeList['buildAndDeploy'] = 'Build And Deploy';
  69. $lang->job->buildTypeList['buildAndTest'] = 'Build And Test';
  70. $lang->job->triggerTypeList['tag'] = 'Tag';
  71. $lang->job->triggerTypeList['commit'] = 'Code Commit';
  72. $lang->job->triggerTypeList['schedule'] = 'Schedule';
  73. $lang->job->frameList[''] = '';
  74. $lang->job->frameList['junit'] = 'JUnit';
  75. $lang->job->frameList['testng'] = 'TestNG';
  76. $lang->job->frameList['phpunit'] = 'PHPUnit';
  77. $lang->job->frameList['pytest'] = 'Pytest';
  78. $lang->job->frameList['jtest'] = 'JTest';
  79. $lang->job->frameList['cppunit'] = 'CppUnit';
  80. $lang->job->frameList['gtest'] = 'GTest';
  81. $lang->job->frameList['qtest'] = 'QTest';
  82. $lang->job->frameList['sonarqube'] = 'SonarQube';
  83. $lang->job->paramValueList[''] = '';
  84. $lang->job->paramValueList['$zentao_version'] = 'Current version';
  85. $lang->job->paramValueList['$zentao_account'] = 'Current user';
  86. $lang->job->paramValueList['$zentao_product'] = "Current {$lang->productCommon} ID";
  87. $lang->job->paramValueList['$zentao_repopath'] = 'Current version library path';
  88. $lang->job->engineList = array();
  89. $lang->job->engineList[''] = '';
  90. $lang->job->engineList['gitlab'] = 'GitLab';
  91. $lang->job->engineList['jenkins'] = 'Jenkins';
  92. $lang->job->engineTips = new stdclass;
  93. $lang->job->engineTips->success = 'Build engine will use the built pipeline in GitLab.';
  94. $lang->job->engineTips->error = 'No pipeline is currently available in the GitLab project, please go to GitLab configuration first. ';
  95. $lang->job->pipelineTips = "Run for branch name or tag";
  96. $lang->job->pipelineVariables = "Variables";
  97. $lang->job->pipelineVariablesKeyPlaceHolder = "Input variable key";
  98. $lang->job->pipelineVariablesValuePlaceHolder = "Input variable value";
  99. $lang->job->pipelineVariablesTips = "Specify variable values to be used in this run. The values specified in CI/CD settings will be used by default.";
  100. $lang->job->setReferenceTips = "Before performing a build, please set up the branch information of the code base.";
  101. $lang->job->featureBar['browse']['job'] = 'List';
  102. $lang->job->featureBar['browse']['compile'] = 'History';