diff --git a/module/common/lang/zh-tw.php b/module/common/lang/zh-tw.php index 4d661b99c9..6020cfe730 100644 --- a/module/common/lang/zh-tw.php +++ b/module/common/lang/zh-tw.php @@ -249,9 +249,9 @@ $lang->doc->menu->create = array('link' => ' 添 $lang->report = new stdclass(); $lang->report->menu = new stdclass(); -$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productinfo'); +$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary'); $lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation'); -$lang->report->menu->test = array('link' => '測試|report|bugsummary', 'alias' => 'bugassign'); +$lang->report->menu->test = array('link' => '測試|report|bugcreate', 'alias' => 'bugassign'); $lang->report->menu->staff = array('link' => '組織|report|workload'); /* 組織結構視圖菜單設置。*/ diff --git a/module/install/lang/zh-tw.php b/module/install/lang/zh-tw.php index 5de02b5ec9..f1a45375da 100644 --- a/module/install/lang/zh-tw.php +++ b/module/install/lang/zh-tw.php @@ -30,8 +30,8 @@ EOT; $lang->install->links = <<青島易軟天創網絡科技有限公司開發。 官方網站:http://www.zentao.net -技術支持: http://www.zentao.net/ask/ -新浪微博:t.sina.com.cn/zentaopms +技術支持:http://www.zentao.net/ask/ +新浪微博:http://weibo.com/easysoft 您現在正在安裝的版本是 %s。 EOT; diff --git a/module/report/lang/en.php b/module/report/lang/en.php index 452f4dab6c..0cd5108052 100644 --- a/module/report/lang/en.php +++ b/module/report/lang/en.php @@ -77,6 +77,10 @@ $lang->report->validRateTips = "Resolution is fixed or postponed/status is resol $lang->report->unplanned = 'unplanned'; $lang->report->workday = 'Working per day'; +$lang->report->conditions = 'Conditions:'; +$lang->report->closedProduct = 'Closed ' . $lang->productCommon; +$lang->report->overduePlan = 'Overdue plan'; + /* daily reminder. */ $lang->report->idAB = 'ID'; $lang->report->bugTitle = 'Bug Title'; diff --git a/module/report/lang/zh-tw.php b/module/report/lang/zh-tw.php index 95f8aea63f..a57434b0ce 100644 --- a/module/report/lang/zh-tw.php +++ b/module/report/lang/zh-tw.php @@ -34,14 +34,18 @@ $lang->report->colors[] = 'A186BE'; $lang->report->singleColor[] = 'F6BD0F'; $lang->report->projectDeviation = $lang->projectCommon . '偏差報表'; -$lang->report->productInfo = $lang->productCommon . '信息統計表'; -$lang->report->bugSummary = 'Bug彙總表'; +$lang->report->productSummary = $lang->productCommon . '彙總表'; +$lang->report->bugCreate = 'Bug創建表'; $lang->report->bugAssign = 'Bug指派表'; $lang->report->workload = '員工負載表'; +$lang->report->workloadAB = '工作負載'; +$lang->report->bugOpenedDate = 'Bug創建時間'; +$lang->report->taskAssignedDate = '任務指派時間'; +$lang->report->dept = '部門'; $lang->reportList->project->lists[10] = $lang->projectCommon . '偏差報表|report|projectdeviation'; -$lang->reportList->product->lists[10] = $lang->productCommon . '信息統計表|report|productinfo'; -$lang->reportList->test->lists[10] = 'Bug彙總表|report|bugsummary'; +$lang->reportList->product->lists[10] = $lang->productCommon . '彙總表|report|productsummary'; +$lang->reportList->test->lists[10] = 'Bug創建表|report|bugcreate'; $lang->reportList->test->lists[13] = 'Bug指派表|report|bugassign'; $lang->reportList->staff->lists[10] = '員工負載表|report|workload'; @@ -71,6 +75,11 @@ $lang->report->bugTotal = "共%s個Bug"; $lang->report->validRate = "有效率"; $lang->report->validRateTips = "方案為已解決或延期/狀態為已解決或已關閉"; $lang->report->unplanned = '未計劃'; +$lang->report->workday = '每天工時'; + +$lang->report->conditions = '篩選條件:'; +$lang->report->closedProduct = '關閉' . $lang->productCommon; +$lang->report->overduePlan = '過期計劃'; /* daily reminder. */ $lang->report->idAB = 'ID'; diff --git a/module/upgrade/lang/zh-tw.php b/module/upgrade/lang/zh-tw.php index cf823c4ebc..466791e7a7 100644 --- a/module/upgrade/lang/zh-tw.php +++ b/module/upgrade/lang/zh-tw.php @@ -92,3 +92,4 @@ $lang->upgrade->fromVersions['6_4'] = '6.4'; $lang->upgrade->fromVersions['7_0'] = '7.0'; $lang->upgrade->fromVersions['7_1'] = '7.1'; $lang->upgrade->fromVersions['7_2'] = '7.2'; +$lang->upgrade->fromVersions['7_2_4'] = '7.2.4';