zh-cn.php 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?php
  2. $lang->zahost->id = 'ID';
  3. $lang->zahost->common = '宿主机';
  4. $lang->zahost->browse = '宿主机列表';
  5. $lang->zahost->create = '添加宿主机';
  6. $lang->zahost->view = '宿主机详情';
  7. $lang->zahost->initTitle = '初始化宿主机';
  8. $lang->zahost->edit = '编辑';
  9. $lang->zahost->editAction = '编辑宿主机';
  10. $lang->zahost->delete = '删除';
  11. $lang->zahost->cancel = "取消下载";
  12. $lang->zahost->deleteAction = '删除宿主机';
  13. $lang->zahost->byQuery = '搜索';
  14. $lang->zahost->all = '全部主机';
  15. $lang->zahost->browseNode = '执行节点列表';
  16. $lang->zahost->deleted = "已删除";
  17. $lang->zahost->copy = '复制';
  18. $lang->zahost->copied = '复制成功';
  19. $lang->zahost->baseInfo = '基础信息';
  20. $lang->zahost->hostType = '主机类型';
  21. $lang->zahost->name = '名称';
  22. $lang->zahost->IP = 'IP/域名';
  23. $lang->zahost->extranet = 'IP/域名';
  24. $lang->zahost->memory = '内存';
  25. $lang->zahost->cpuCores = 'CPU';
  26. $lang->zahost->diskSize = '硬盘容量';
  27. $lang->zahost->desc = '描述';
  28. $lang->zahost->type = '类型';
  29. $lang->zahost->status = '状态';
  30. $lang->zahost->createdBy = '由谁创建';
  31. $lang->zahost->createdDate = '创建时间';
  32. $lang->zahost->editedBy = '由谁修改';
  33. $lang->zahost->editedDate = '最后修改时间';
  34. $lang->zahost->registerDate = '最后注册时间';
  35. $lang->zahost->memorySize = $lang->zahost->memory;
  36. $lang->zahost->cpuCoreNum = $lang->zahost->cpuCores;
  37. $lang->zahost->os = '操作系统';
  38. $lang->zahost->imageName = '镜像文件';
  39. $lang->zahost->browseImage = '镜像列表';
  40. $lang->zahost->downloadImage = '下载镜像';
  41. $lang->zahost->createZanode = '创建执行节点';
  42. $lang->zahost->initNotice = '保存成功,请您初始化宿主机或返回列表。';
  43. $lang->zahost->createZanodeNotice = '初始化成功,您现在可以创建执行节点了。';
  44. $lang->zahost->downloadImageNotice = '初始化成功,请下载镜像用于创建执行节点。';
  45. $lang->zahost->undeletedNotice = "宿主机下存在执行节点无法删除。";
  46. $lang->zahost->uninitNotice = '请先初始化宿主机';
  47. $lang->zahost->netError = '无法连接到宿主机,请检查网络后重试。';
  48. $lang->zahost->init = new stdclass;
  49. $lang->zahost->init->statusTitle = "服务状态";
  50. $lang->zahost->init->checkStatus = "检测服务状态";
  51. $lang->zahost->init->not_install = "未安装";
  52. $lang->zahost->init->not_available = "已安装,未启动";
  53. $lang->zahost->init->ready = "已就绪";
  54. $lang->zahost->init->next = "下一步";
  55. $lang->zahost->init->initFailNotice = "服务未就绪,在宿主机上执行安装服务命令或<a href='https://github.com/easysoft/zenagent/' target='_blank'>查看帮助</a>.";
  56. $lang->zahost->init->initSuccessNotice = "服务已就绪,您可以在%s后%s。";
  57. $lang->zahost->init->serviceStatus = array();
  58. $lang->zahost->init->serviceStatus['kvm'] = 'not_install';
  59. $lang->zahost->init->serviceStatus['nginx'] = 'not_install';
  60. $lang->zahost->init->serviceStatus['novnc'] = 'not_install';
  61. $lang->zahost->init->serviceStatus['websockify'] = 'not_install';
  62. $lang->zahost->init->title = "初始化宿主机";
  63. $lang->zahost->init->descTitle = "请根据引导完成宿主机上的初始化: ";
  64. $lang->zahost->init->initDesc = "- 在宿主机上执行命令:%s %s <br>- 点击检测服务状态。";
  65. $lang->zahost->init->statusTitle = "服务状态";
  66. $lang->zahost->image = new stdclass;
  67. $lang->zahost->image->browseImage = '镜像列表';
  68. $lang->zahost->image->createImage = '创建镜像';
  69. $lang->zahost->image->choseImage = '选择镜像';
  70. $lang->zahost->image->downloadImage = $lang->zahost->downloadImage;
  71. $lang->zahost->image->startDowload = '开始下载';
  72. $lang->zahost->image->common = '镜像';
  73. $lang->zahost->image->name = '名称';
  74. $lang->zahost->image->desc = '描述';
  75. $lang->zahost->image->path = '文件路径';
  76. $lang->zahost->image->memory = $lang->zahost->memory;
  77. $lang->zahost->image->disk = $lang->zahost->diskSize;
  78. $lang->zahost->image->os = $lang->zahost->os;
  79. $lang->zahost->image->imageName = $lang->zahost->imageName;
  80. $lang->zahost->image->progress = '下载进度';
  81. $lang->zahost->image->statusList['notDownloaded'] = '可下载';
  82. $lang->zahost->image->statusList['created'] = '下载中';
  83. $lang->zahost->image->statusList['canceled'] = '可下载';
  84. $lang->zahost->image->statusList['inprogress'] = '下载中';
  85. $lang->zahost->image->statusList['pending'] = '排队下载中';
  86. $lang->zahost->image->statusList['completed'] = '可使用';
  87. $lang->zahost->image->statusList['failed'] = '下载失败';
  88. $lang->zahost->image->imageEmpty = '无镜像';
  89. $lang->zahost->image->downloadImageFail = '创建下载镜像任务失败';
  90. $lang->zahost->image->downloadImageSuccess = '创建下载镜像任务成功';
  91. $lang->zahost->image->cancelDownloadFail = '取消下载镜像任务失败';
  92. $lang->zahost->image->cancelDownloadSuccess = '取消下载镜像任务成功';
  93. $lang->zahost->empty = '暂时没有宿主机';
  94. $lang->zahost->statusList['wait'] = '待初始化';
  95. $lang->zahost->statusList['ready'] = '就绪';
  96. $lang->zahost->statusList['online'] = '在线';
  97. $lang->zahost->statusList['offline'] = '离线';
  98. $lang->zahost->statusList['busy'] = '繁忙';
  99. $lang->zahost->vsoft = '虚拟化软件';
  100. $lang->zahost->softwareList['kvm'] = 'KVM';
  101. $lang->zahost->unitList['GB'] = 'GB';
  102. $lang->zahost->unitList['TB'] = 'TB';
  103. $lang->zahost->cpuUnit = '核';
  104. $lang->zahost->zaHostType = '主机类型';
  105. $lang->zahost->zaHostTypeList['physical'] = '实体主机';
  106. $lang->zahost->confirmDelete = '是否删除该宿主机记录?';
  107. $lang->zahost->cancelDelete = '是否取消该下载任务?';
  108. $lang->zahost->notice = new stdclass();
  109. $lang->zahost->notice->ip = '『%s』格式不正确!';
  110. $lang->zahost->notice->registerCommand = '宿主机注册命令:./zagent-host -t host -s http://%s:%s -i %s -p 8086 -secret %s';
  111. $lang->zahost->notice->loading = '加载中...';
  112. $lang->zahost->notice->noImage = '无可用的镜像文件';
  113. $lang->zahost->tips = '宿主机包括实体主机、K8s集群、云服务器以及云容器实例,主要用于创建虚拟机或容器实例。宿主机推荐安装的操作系统为Ubuntu或CentOS的LTS版本。';
  114. $lang->zahost->automation = new stdclass();
  115. $lang->zahost->automation->title = '自动化测试解决方案';
  116. $lang->zahost->automation->abstract = '简介';
  117. $lang->zahost->automation->abstractSpec = '禅道自动化测试解决方案实现了对测试用例,测试脚本、脚本执行、测试结果以及测试环境的集中化管理,在降低测试管理成本的同时提高了测试执行的效率。通过解决方案你可以更容易地建立起适配当前项目管理和研发流程的自动化测试体系,借助自动化技术减少测试工作的投入。';
  118. $lang->zahost->automation->framework = '架构';
  119. $lang->zahost->automation->frameworkSpec = '基于KVM虚拟化软件的解决方案架构:';
  120. $lang->zahost->automation->feature1 = '1、核心概念';
  121. $lang->zahost->automation->feature1Spec = "宿主机包括实体主机、K8s集群、云服务器以及云容器实例,主要用于创建虚拟机或容器实例。宿主机推荐安装的操作系统为Ubuntu或CentOS的LTS版本。<br/> 执行节点是由宿主机创建的虚拟机或容器实例,是执行测试任务的测试环境。";
  122. $lang->zahost->automation->feature2 = '2、应用介绍';
  123. $lang->zahost->automation->feature2ZenAgent = 'ZAgent是禅道开源的软件自动化测试调度平台,它借助虚拟化技术,为用户提供了一个分布式、集中管理的的测试环境。';
  124. $lang->zahost->automation->feature2ZTF = 'ZTF是禅道开源的自动化测试管理框架,它帮助用户将测试脚本统一管理。ZTF与禅道深度集成,每一个脚本都可以和测试管理系统里面的一个用例进行关联,脚本里面的步骤信息和管理系统里面的用例信息可以互相同步。';
  125. $lang->zahost->automation->feature2KVM = 'KVM(for Kernel-based Virtual Machine)是x86硬件上Linux的完整虚拟化解决方案,包含虚拟化扩展(Intel VT或AMD-V)。';
  126. $lang->zahost->automation->feature2Nginx = 'Nginx是一个高性能的HTTP和反向代理web服务器,同时也提供了IMAP/POP3/SMTP服务。';
  127. $lang->zahost->automation->feature2noVNC = 'noVNC是一个HTML VNC客户端JavaScript类库和构建在该类库上的应用程序。 noVNC在任何主流浏览器(包括移动浏览器(iOS和Android)上运行良好。';
  128. $lang->zahost->automation->feature2Websockify = 'Websockify只是将WebSockets流量转换为正常的socket流量。Websockify接受WebSockets握手,解析它,然后开始在客户端和目标之间双向转发流量。';
  129. $lang->zahost->automation->support = '支持';
  130. $lang->zahost->automation->supportSpec = '您可以访问禅道官网获取帮助手册:';
  131. $lang->zahost->automation->groupTitle = "欢迎扫描二维码<br/>获取帮助";