| 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'] = '离线';
|