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