* @package report * @version $Id: zh-tw.php 5080 2013-07-10 00:46:59Z wyd621@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->bugSummary = 'Bug彙總表'; $lang->report->bugAssign = 'Bug指派表'; $lang->report->workload = '員工負載表'; $lang->reportList->project->lists[10] = '項目偏差報表|report|projectdeviation'; $lang->reportList->product->lists[10] = '產品信息統計表|report|productinfo'; $lang->reportList->test->lists[10] = 'Bug彙總表|report|bugsummary'; $lang->reportList->test->lists[13] = 'Bug指派表|report|bugassign'; $lang->reportList->staff->lists[10] = '員工負載表|report|workload'; $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 = "總任務數"; $lang->report->manhourTotal = "總工時"; $lang->report->bugTotal = "共%s個Bug"; $lang->report->validRate = "有效率"; $lang->report->validRateTips = "方案為已解決或延期/狀態為已解決或已關閉"; $lang->report->unplanned = '未計劃'; /* daily reminder. */ $lang->report->idAB = 'ID'; $lang->report->bugTitle = 'Bug標題'; $lang->report->taskName = '任務名稱'; $lang->report->todoName = '待辦名稱'; $lang->report->mailtitle = new stdclass(); $lang->report->mailtitle->begin = '提醒:您有'; $lang->report->mailtitle->bug = " Bugs(%s),"; $lang->report->mailtitle->task = " 任務(%s),"; $lang->report->mailtitle->todo = " 待辦(%s),"; $lang->report->proVersion = '更多精彩,盡在專業版!';