zh-cn.php 613 B

12345678910111213141516
  1. <?php
  2. /**
  3. * The git module zh-cn file of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Chunsheng Wang <chunsheng@cnezsoft.com>
  8. * @package git
  9. * @version $Id$
  10. * @link https://www.zentao.net
  11. */
  12. /* 方法列表。*/
  13. $lang->git->common = 'Git';
  14. $lang->git->cat = '查看源代码';
  15. $lang->git->diff = '比较源代码';
  16. $lang->git->apiSync = '接口:同步Git日志';