* fix zh-tw.

This commit is contained in:
xia0ta0
2013-08-27 11:24:13 +08:00
parent 551dbb1712
commit d909d60d90
7 changed files with 27 additions and 5 deletions

View File

@@ -89,6 +89,7 @@ $lang->action->desc->editestimate = '$date, 由 <strong>$actor</strong> 編輯
$lang->action->desc->deleteestimate = '$date, 由 <strong>$actor</strong> 刪除工時。';
$lang->action->desc->canceled = '$date, 由 <strong>$actor</strong> 取消。' . "\n";
$lang->action->desc->svncommited = '$date, 由 <strong>$actor</strong> 提交代碼,版本為<strong>#$extra</strong>。' . "\n";
$lang->action->desc->gitcommited = '$date, 由 <strong>$actor</strong> 提交代碼,版本為<strong>#$extra</strong>。' . "\n";
$lang->action->desc->finished = '$date, 由 <strong>$actor</strong> 完成。' . "\n";
$lang->action->desc->diff1 = '修改了 <strong><i>%s</i></strong>,舊值為 "%s",新值為 "%s"。<br />' . "\n";
$lang->action->desc->diff2 = '修改了 <strong><i>%s</i></strong>,區別為:' . "\n" . "<blockquote>%s</blockquote>" . "\n<div class='hidden'>%s</div>";
@@ -119,6 +120,7 @@ $lang->action->label->tostory = '轉需求';
$lang->action->label->frombug = '轉需求';
$lang->action->label->totask = '轉任務';
$lang->action->label->svncommited = '提交代碼';
$lang->action->label->gitcommited = '提交代碼';
$lang->action->label->linked2plan = '關聯計劃';
$lang->action->label->unlinkedfromplan = '移除計劃';
$lang->action->label->marked = '編輯了';
@@ -191,6 +193,7 @@ $lang->action->search->label['tostory'] = $lang->action->label->tost
$lang->action->search->label['frombug'] = $lang->action->label->frombug;
$lang->action->search->label['totask'] = $lang->action->label->totask;
$lang->action->search->label['svncommited'] = $lang->action->label->svncommited;
$lang->action->search->label['gitcommited'] = $lang->action->label->gitcommited;
$lang->action->search->label['linked2plan'] = $lang->action->label->linked2plan;
$lang->action->search->label['unlinkedfromplan'] = $lang->action->label->unlinkedfromplan;
$lang->action->search->label['linked2project'] = $lang->action->label->linked2project;

17
module/git/lang/zh-tw.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
/**
* The git module zh-tw file of ZenTaoPMS.
*
* @copyright Copyright 2009-2013 青島易軟天創網絡科技有限公司 (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 git
* @version $Id$
* @link http://www.zentao.net
*/
/* 方法列表。*/
$lang->git = new stdclass();
$lang->git->common = 'Git';
$lang->git->cat = '查看原始碼';
$lang->git->diff = '比較原始碼';
$lang->git->apiSync = '介面同步git日誌';

View File

@@ -43,6 +43,7 @@ $lang->productplan->desc = '描述';
$lang->productplan->begin = '開始日期';
$lang->productplan->end = '結束日期';
$lang->productplan->endList[7] = '一星期';
$lang->productplan->endList[14] = '兩星期';
$lang->productplan->endList[31] = '一個月';
$lang->productplan->endList[62] = '兩個月';

View File

@@ -149,6 +149,7 @@ $lang->task->error->consumedNumber = '"已經消耗"必須為數字';
$lang->task->error->consumedSmall = '"已經消耗"必須大於之前消耗';
$lang->task->error->consumedThisTime = '請填寫"工時"';
$lang->task->error->left = '請填寫"剩餘"';
$lang->task->error->work = '"備註"必須小於255個字元';
/* 統計報表。*/
$lang->task->report = new stdclass();

View File

@@ -69,8 +69,7 @@ $lang->testcase->export = "導出數據";
$lang->testcase->confirmChange = '確認用例變動';
$lang->testcase->confirmStoryChange = '確認需求變動';
$lang->testcase->editHaved = '修改已有用例';
$lang->testcase->addNew = '添加新用例';
$lang->testcase->new = '新增';
$lang->testcase->num = '導入用例個數:';

View File

@@ -16,7 +16,7 @@ $lang->user->dept = '所屬部門';
$lang->user->account = '用戶名';
$lang->user->password = '密碼';
$lang->user->password2 = '請重複密碼';
$lang->user->role = '角色';
$lang->user->role = '職位';
$lang->user->group = '分組';
$lang->user->realname = '真實姓名';
$lang->user->nickname = '暱稱';
@@ -124,7 +124,7 @@ $lang->user->loginWithDemoUser = '使用demo賬號登錄';
$lang->user->placeholder = new stdclass();
$lang->user->placeholder->account = '英文、數字和下劃線的組合,三位以上';
$lang->user->placeholder->password1 = '六位以上';
$lang->user->placeholder->role = '角色影響內容和用戶列表的順序。';
$lang->user->placeholder->role = '職位影響內容和用戶列表的順序。';
$lang->user->placeholder->group = '分組決定用戶的權限列表。';
$lang->user->placeholder->join = '入職日期';
$lang->user->placeholder->commiter = '版本控制系統(subversion)中的帳號';
@@ -135,7 +135,7 @@ $lang->user->error->accountDupl = "ID %s該用戶名已經存在";
$lang->user->error->realname = "ID %s必須填寫真實姓名";
$lang->user->error->password = "ID %s密碼必須六位以上";
$lang->user->error->mail = "ID %s請填寫正確的郵箱地址";
$lang->user->error->role = "ID %s角色不能為空";
$lang->user->error->role = "ID %s職位不能為空";
$lang->user->contacts = new stdclass();
$lang->user->contacts->common = '聯繫人';

View File

@@ -45,6 +45,7 @@ $whiteList[] = 'user-deny';
$whiteList[] = 'user-logout';
$whiteList[] = 'user-setreferer';
$whiteList[] = 'svn-run';
$whiteList[] = 'git-run';
$whiteList[] = 'admin-ignore';
$whiteList[] = 'admin-register';
$whiteList[] = 'admin-win2unix';