73 lines
3.2 KiB
PHP
73 lines
3.2 KiB
PHP
<?php
|
|
/**
|
|
* The testtask module zh-tw file of ZenTaoMS.
|
|
*
|
|
* ZenTaoMS is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* ZenTaoMS is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* @copyright Copyright 2009-2010 青島易軟天創網絡科技有限公司(www.cnezsoft.com)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package testtask
|
|
* @version $Id: zh-tw.php 1068 2010-09-11 07:11:57Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->testtask->index = "測試任務首頁";
|
|
$lang->testtask->create = "創建測試任務";
|
|
$lang->testtask->delete = "刪除測試任務";
|
|
$lang->testtask->view = "測試任務詳情";
|
|
$lang->testtask->edit = "編輯測試任務";
|
|
$lang->testtask->browse = "測試任務列表";
|
|
$lang->testtask->linkCase = "關聯用例";
|
|
$lang->testtask->linkCaseAB = "關聯";
|
|
$lang->testtask->unlinkCase = "移除";
|
|
$lang->testtask->batchAssign = "批量指派";
|
|
$lang->testtask->runCase = "執行";
|
|
$lang->testtask->results = "結果";
|
|
$lang->testtask->createBug = "創建Bug";
|
|
$lang->testtask->assign = '指派';
|
|
$lang->testtask->cases = '用例';
|
|
|
|
$lang->testtask->common = '測試任務';
|
|
$lang->testtask->id = '任務編號';
|
|
$lang->testtask->product = '所屬產品';
|
|
$lang->testtask->project = '所屬項目';
|
|
$lang->testtask->build = 'Build';
|
|
$lang->testtask->name = '任務名稱';
|
|
$lang->testtask->begin = '開始日期';
|
|
$lang->testtask->end = '結束日期';
|
|
$lang->testtask->desc = '任務描述';
|
|
$lang->testtask->status = '當前狀態';
|
|
$lang->testtask->assignedTo = '指派給';
|
|
$lang->testtask->linkVersion = '關聯(版本)';
|
|
$lang->testtask->lastRun = '最後執行';
|
|
$lang->testtask->lastResult = '最終結果';
|
|
|
|
$lang->testtask->statusList['wait'] = '未開始';
|
|
$lang->testtask->statusList['doing'] = '進行中';
|
|
$lang->testtask->statusList['done'] = '已完成';
|
|
$lang->testtask->statusList['blocked'] = '被阻塞';
|
|
|
|
$lang->testtask->unlinkedCases = '未關聯用例列表';
|
|
$lang->testtask->linkedCases = '已關聯用例列表';
|
|
$lang->testtask->confirmDelete = '您確認要刪除該測試任務嗎?';
|
|
$lang->testtask->passAll = '全部通過';
|
|
|
|
$lang->testtask->byModule = '按模組';
|
|
$lang->testtask->assignedToMe = '指派給我';
|
|
$lang->testtask->allCases = '所有Case';
|
|
|
|
$lang->testtask->lblCases = '用例列表';
|
|
$lang->testtask->lblUnlinkCase = '移除用例';
|
|
$lang->testtask->lblRunCase = '執行用例';
|
|
$lang->testtask->lblResults = '執行結果';
|