zh-tw.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/>獲取幫助";