2023-05-16 10:47:08 +08:00

34 lines
1.8 KiB
PHP

<?php
/**
* The release module zh-cn file of ZenTaoPMS.
*
* @copyright Copyright 2009-2020 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Yuchun Li <liyuchun@cnezsoft.com>
* @package release
* @version $Id: zh-cn.php 4129 2020-11-27 01:58:14Z wwccss $
* @link http://www.zentao.net
*/
$lang->projectrelease->common = 'Phát hành';
$lang->projectrelease->create = "Tạo phát hành";
$lang->projectrelease->edit = "Sửa phát hành";
$lang->projectrelease->linkStory = "Liên kết câu chuyện";
$lang->projectrelease->linkBug = "Liên kết Bug";
$lang->projectrelease->delete = "Xóa phát hành";
$lang->projectrelease->deleted = 'Đã xóa';
$lang->projectrelease->view = "Chi tiết phát hành";
$lang->projectrelease->browse = "Danh sách phát hành";
$lang->projectrelease->changeStatus = "Thay đổi tình trạng";
$lang->projectrelease->batchUnlink = "Hủy liên kết hàng loạt";
$lang->projectrelease->batchUnlinkStory = "Hủy liên kết câu chuyện hàng loạt";
$lang->projectrelease->batchUnlinkBug = "Hủy liên kết Bug hàng loạt";
$lang->projectrelease->unlinkStory = "Unlink {$lang->SRCommon}";
$lang->projectrelease->unlinkBug = 'Unlink Bug';
$lang->projectrelease->export = 'Xuất ra HTML';
$lang->projectrelease->browseAction = "Release List";
$lang->projectrelease->notify = 'notify';
$lang->projectrelease->featureBar['browse']['all'] = 'All';
$lang->projectrelease->featureBar['browse']['normal'] = 'Active';
$lang->projectrelease->featureBar['browse']['terminate'] = 'Terminated';