Files
EasySoft-ZenTaoPMS/module/report/lang/zh-tw.php
wangchunsheng 7c098e20dd * adjust the build-notice logic.
* sync zh-tw lang.
2012-07-03 02:53:55 +00:00

65 lines
2.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The report module zh-tw file of ZenTaoPMS.
*
* @copyright Copyright 2009-2012 青島易軟天創網絡科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package report
* @version $Id: zh-tw.php 3299 2012-07-03 01:00:09Z zhujinyonging@gmail.com $
* @link http://www.zentao.net
*/
$lang->report->common = '統計視圖';
$lang->report->index = '統計首頁';
$lang->report->list = '統計報表';
$lang->report->item = '條目';
$lang->report->value = '值';
$lang->report->percent = '百分比';
$lang->report->undefined = '未設定';
$lang->report->time = '時間';
$lang->report->colors[] = 'AFD8F8';
$lang->report->colors[] = 'F6BD0F';
$lang->report->colors[] = '8BBA00';
$lang->report->colors[] = 'FF8E46';
$lang->report->colors[] = '008E8E';
$lang->report->colors[] = 'D64646';
$lang->report->colors[] = '8E468E';
$lang->report->colors[] = '588526';
$lang->report->colors[] = 'B3AA00';
$lang->report->colors[] = '008ED6';
$lang->report->colors[] = '9D080D';
$lang->report->colors[] = 'A186BE';
$lang->report->singleColor[] = 'F6BD0F';
$lang->report->projectDeviation = '項目偏差報表';
$lang->report->productInfo = '產品信息統計表';
$lang->report->workload = '員工負載表';
$lang->report->bugSummary = 'Bug彙總表';
$lang->report->id = '編號';
$lang->report->project = '項目';
$lang->report->product = '產品';
$lang->report->user = '姓名';
$lang->report->bug = 'Bug';
$lang->report->task = '任務數';
$lang->report->estimate = '總預計';
$lang->report->consumed = '總消耗';
$lang->report->remain = '剩餘工時';
$lang->report->manhour = '工時';
$lang->report->deviation = '偏差';
$lang->report->deviationRate = '偏差率';
$lang->report->stories = '需求數';
$lang->report->bugs = 'Bug數';
$lang->report->devConsumed = '開發時間';
$lang->report->testConsumed = '測試時間';
$lang->report->devTestRate = '開發/測試';
$lang->report->details = '詳情';
$lang->report->total = '總計';
$lang->report->to = '至';
$lang->report->taskTotal = "共%s個任務需%s工時";
$lang->report->bugTotal = "共%s個Bug";
$lang->report->proVersion = '<a href="http://www.zentao.net/goto.php?item=proversion&from=reportpage" target="_blank">更多精彩,盡在專業版!</a>';