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