* convert the zh-tw language.

This commit is contained in:
wangchunsheng
2012-01-03 08:09:07 +00:00
parent 46448df386
commit 74e265e2c4
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package build
* @version $Id: zh-tw.php 2509 2012-01-02 09:15:36Z shiyangyangwork@yahoo.cn $
* @version $Id: zh-tw.php 2520 2012-01-03 03:02:48Z shiyangyangwork@yahoo.cn $
* @link http://www.zentao.net
*/
$lang->build->common = 'Build';
@@ -28,8 +28,8 @@ $lang->build->builder = '構建者';
$lang->build->scmPath = '原始碼地址';
$lang->build->filePath = '存儲地址';
$lang->build->desc = '描述';
$lang->build->linkStoriesAndBugs = '關聯需求和Bug';
$lang->build->linkStoriesAndBugs = '關聯需求和Bug';
$lang->build->linkStories = '相關需求';
$lang->build->linkBugs = '相關Bugs';
$lang->build->linkedStories = '已關聯需求';
$lang->build->linkedBugs = '已關聯Bugs';
$lang->build->stories = '已關聯需求';
$lang->build->bugs = '已關聯Bugs';

View File

@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package release
* @version $Id: zh-tw.php 2510 2012-01-02 12:58:58Z wwccss $
* @version $Id: zh-tw.php 2520 2012-01-03 03:02:48Z shiyangyangwork@yahoo.cn $
* @link http://www.zentao.net
*/
$lang->release->common = '發佈';
@@ -27,6 +27,6 @@ $lang->release->desc = '描述';
$lang->release->linkStoriesAndBugs = '需求和Bug';
$lang->release->linkStories = '相關需求';
$lang->release->linkBugs = '相關Bug';
$lang->release->linkedStories = '已關聯需求';
$lang->release->linkedBugs = '已關聯Bugs';
$lang->release->stories = '已關聯需求';
$lang->release->bugs = '已關聯Bugs';
$lang->release->ajaxGetStoriesAndBugs = '介面獲得需求和Bug';