* change for zh-tw.

This commit is contained in:
wangyidong
2015-08-06 10:46:30 +08:00
parent 9d2d722192
commit d1d56b2a6a
5 changed files with 22 additions and 8 deletions

View File

@@ -249,9 +249,9 @@ $lang->doc->menu->create = array('link' => '<i class="icon-plus"></i>&nbsp;添
$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');
/* 組織結構視圖菜單設置。*/

View File

@@ -30,8 +30,8 @@ EOT;
$lang->install->links = <<<EOT
禪道項目管理軟件由<strong><a href='http://www.cnezsoft.com' target='_blank' class='text-danger'>青島易軟天創網絡科技有限公司</a>開發</strong>。
官方網站:<a href='http://www.zentao.net' target='_blank'>http://www.zentao.net</a>
技術支持: <a href='http://www.zentao.net/ask/' target='_blank'>http://www.zentao.net/ask/</a>
新浪微博:<a href='http://t.sina.com.cn/zentaopms' target='_blank'>t.sina.com.cn/zentaopms</a>
技術支持<a href='http://www.zentao.net/ask/' target='_blank'>http://www.zentao.net/ask/</a>
新浪微博:<a href='http://weibo.com/easysoft' target='_blank'>http://weibo.com/easysoft</a>
您現在正在安裝的版本是 <strong class='text-danger'>%s</strong>。
EOT;

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';