zh-tw.php 1.1 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $lang->artifactrepo = new stdclass();
  3. $lang->artifactrepo->common = '製品庫';
  4. $lang->artifactrepo->browse = '製品庫列表';
  5. $lang->artifactrepo->create = '添加製品庫';
  6. $lang->artifactrepo->edit = '編輯製品庫';
  7. $lang->artifactrepo->delete = '刪除製品庫';
  8. $lang->artifactrepo->ajaxGetArtifactRepos = '介面:製品庫列表';
  9. $lang->artifactrepo->ajaxUpdateArtifactRepos = '介面:更新製品庫狀態';
  10. $lang->artifactrepo->visit = '訪問';
  11. $lang->artifactrepo->name = '名稱';
  12. $lang->artifactrepo->serverID = '伺服器';
  13. $lang->artifactrepo->repoName = '製品庫';
  14. $lang->artifactrepo->format = '製品類型';
  15. $lang->artifactrepo->type = '服務類型';
  16. $lang->artifactrepo->status = '服務狀態';
  17. $lang->artifactrepo->url = '庫地址';
  18. $lang->artifactrepo->confirmDelete = '您確認要刪除該製品庫嗎?';
  19. $lang->artifactrepo->deleteError = '當前製品庫中製品已關聯構建,請取消關聯後重試。';
  20. $lang->artifactrepo->loseConnect = '製品庫伺服器無法連接';
  21. $lang->artifactrepo->statusList['online'] = '在綫';
  22. $lang->artifactrepo->statusList['offline'] = '離線';