* updata all zh-tm.php

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-09-22 01:22:13 +00:00
parent e88ac32c8b
commit 96e2bdfd16
9 changed files with 45 additions and 25 deletions
+4 -1
View File
@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package action
* @version $Id: zh-tw.php 1914 2011-06-24 10:11:25Z yidong@cnezsoft.com $
* @version $Id: zh-tw.php 2047 2011-09-06 09:17:22Z shiyangyangwork@yahoo.cn $
* @link http://www.zentao.net
*/
$lang->action->common = '系統日誌';
@@ -55,6 +55,7 @@ $lang->action->desc->edited = '$date, 由 <strong>$actor</strong> 編輯。
$lang->action->desc->closed = '$date, 由 <strong>$actor</strong> 關閉。' . "\n";
$lang->action->desc->deleted = '$date, 由 <strong>$actor</strong> 刪除。' . "\n";
$lang->action->desc->deletedfile = '$date, 由 <strong>$actor</strong> 刪除了附件:<strong><i>$extra</i></strong>' . "\n";
$lang->action->desc->editfile = '$date, 由 <strong>$actor</strong> 編輯了附件:<strong><i>$extra</i></strong>' . "\n";
$lang->action->desc->erased = '$date, 由 <strong>$actor</strong> 刪除。' . "\n";
$lang->action->desc->undeleted = '$date, 由 <strong>$actor</strong> 還原。' . "\n";
$lang->action->desc->commented = '$date, 由 <strong>$actor</strong> 添加備註。' . "\n";
@@ -66,6 +67,7 @@ $lang->action->desc->canceled = '$date, 由 <strong>$actor</strong> 取消。
$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";
$lang->action->desc->diff3 = '將檔案名 %s 改為 %s ' . "\n";
/* 用來顯示動態信息。*/
$lang->action->label->created = '創建了';
@@ -75,6 +77,7 @@ $lang->action->label->edited = '編輯了';
$lang->action->label->closed = '關閉了';
$lang->action->label->deleted = '刪除了';
$lang->action->label->deletedfile = '刪除附件';
$lang->action->label->editfile = '編輯附件';
$lang->action->label->erased = '刪除了';
$lang->action->label->undeleted = '還原了';
$lang->action->label->commented = '評論了';
+7 -4
View File
@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package ZenTaoPMS
* @version $Id: zh-tw.php 2015 2011-07-03 09:46:53Z yidong@cnezsoft.com $
* @version $Id: zh-tw.php 2088 2011-09-18 07:47:27Z wwccss $
* @link http://www.zentao.net
*/
$lang->arrow = ' » ';
@@ -105,9 +105,10 @@ $lang->exportFileTypeList['xml'] = 'xml';
$lang->exportFileTypeList['html'] = 'html';
/* 風格列表。*/
$lang->themes['default'] = '預設';
$lang->themes['green'] = '綠色';
$lang->themes['red'] = '紅色';
$lang->themes['default'] = '預設';
$lang->themes['green'] = '綠色';
$lang->themes['red'] = '紅色';
$lang->themes['classblue'] = '經典藍';
/* 首頁菜單設置。*/
$lang->index->menu->product = '瀏覽產品|product|browse';
@@ -250,6 +251,7 @@ $lang->error->date = "『%s』應當為合法的日期。";
$lang->error->account = "『%s』應當為合法的用戶名。";
$lang->error->passwordsame = "兩次密碼應當相等。";
$lang->error->passwordrule = "密碼應該符合規則,長度至少為六位。";
$lang->error->accessDenied = '您沒有訪問權限';
/* 分頁信息。*/
$lang->pager->noRecord = "暫時沒有記錄";
@@ -277,5 +279,6 @@ define('DT_MONTHTIME2', 'n月d日 H:i');
define('DT_DATE1', 'Y-m-d');
define('DT_DATE2', 'Ymd');
define('DT_DATE3', 'Y年m月d日');
define('DT_DATE4', 'n月j日');
define('DT_TIME1', 'H:i:s');
define('DT_TIME2', 'H:i');
+1 -1
View File
@@ -20,7 +20,7 @@ $lang->extension->deactivate = '禁用';
$lang->extension->obtain = '獲得插件';
$lang->extension->download = '下載插件';
$lang->extension->downloadAB = '下載';
$lang->extension->upload = '上傳插件';
$lang->extension->upload = '上傳安裝';
$lang->extension->erase = '清除';
$lang->extension->upgrade = '升級';
+1
View File
@@ -11,6 +11,7 @@
*/
$lang->file->common = '附件';
$lang->file->download = '下载附件';
$lang->file->edit = '编辑附件名称';
$lang->file->inputFileName = '请输入附件名称';
$lang->file->delete = '删除附件';
$lang->file->export2CSV = '导出CSV';
+9 -7
View File
@@ -6,15 +6,17 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package file
* @version $Id: zh-tw.php 1914 2011-06-24 10:11:25Z yidong@cnezsoft.com $
* @version $Id: zh-tw.php 2047 2011-09-06 09:17:22Z shiyangyangwork@yahoo.cn $
* @link http://www.zentao.net
*/
$lang->file->common = '附件';
$lang->file->download = '下載附件';
$lang->file->delete = '刪除附件';
$lang->file->export2CSV = '導出CSV';
$lang->file->ajaxUpload = '介面:編輯器上傳附件';
$lang->file->label = '標題:';
$lang->file->common = '附件';
$lang->file->download = '下載附件';
$lang->file->edit = '編輯附件名稱';
$lang->file->inputFileName = '請輸入附件名稱';
$lang->file->delete = '刪除附件';
$lang->file->export2CSV = '導出CSV';
$lang->file->ajaxUpload = '介面:編輯器上傳附件';
$lang->file->label = '標題:';
$lang->file->errorNotExists = "<span class='red'>檔案夾 '%s' 不存在</span>";
$lang->file->errorCanNotWrite = "<span class='red'>檔案夾 '%s' 不可寫,請改變檔案夾的權限。在linux中輸入指令:sudo chmod -R 777 '%s'</span>";
+10 -7
View File
@@ -249,13 +249,14 @@ $lang->resource->extension->erase = 'erase';
$lang->resource->extension->upgrade = 'upgrade';
/* Others. */
$lang->resource->api->getModel = 'getModel';
$lang->resource->file->download = 'download';
$lang->resource->file->delete = 'delete';
$lang->resource->file->ajaxUpload = 'ajaxUpload';
$lang->resource->misc->ping = 'ping';
$lang->resource->action->trash = 'trash';
$lang->resource->action->undelete = 'undelete';
$lang->resource->api->getModel = 'getModel';
$lang->resource->file->download = 'download';
$lang->resource->file->edit = 'edit';
$lang->resource->file->delete = 'delete';
$lang->resource->file->ajaxUpload = 'ajaxUpload';
$lang->resource->misc->ping = 'ping';
$lang->resource->action->trash = 'trash';
$lang->resource->action->undelete = 'undelete';
/* Every version of new privilege. */
$lang->changelog['1.0.1'][] = 'project-computeBurn';
@@ -316,3 +317,5 @@ $lang->changelog['2.0'][] = 'extension-upload';
$lang->changelog['2.0'][] = 'extension-erase';
$lang->changelog['2.1'][] = 'extension-upgrade';
$lang->changelog['2.2'][] = 'file-edit';
+5 -3
View File
@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package product
* @version $Id: zh-tw.php 1914 2011-06-24 10:11:25Z yidong@cnezsoft.com $
* @version $Id: zh-tw.php 2089 2011-09-18 07:48:31Z wwccss $
* @link http://www.zentao.net
*/
$lang->product->common = '產品視圖';
@@ -18,8 +18,10 @@ $lang->product->create = "新增產品";
$lang->product->read = "產品詳情";
$lang->product->delete = "刪除產品";
$lang->product->roadmap = '路線圖';
$lang->product->doc = '文檔列表';
$lang->product->plans = '計劃數';
$lang->product->releases = '發佈數';
$lang->product->roadmap = '路線圖';
$lang->product->doc = '文檔列表';
$lang->product->selectProduct = "請選擇產品";
$lang->product->saveButton = " 保存 (S) ";
+6 -1
View File
@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package project
* @version $Id: zh-tw.php 1943 2011-06-28 15:32:41Z wwccss $
* @version $Id: zh-tw.php 2089 2011-09-18 07:48:31Z wwccss $
* @link http://www.zentao.net
*/
/* 欄位列表。*/
@@ -40,6 +40,11 @@ $lang->project->teamname = '團隊名稱';
$lang->project->products = '相關產品';
$lang->project->childProjects= '子項目';
$lang->project->whitelist = '分組白名單';
$lang->project->totalEstimate= '總預計';
$lang->project->totalConsumed= '總消耗';
$lang->project->totalLeft = '總剩餘';
$lang->project->progess = '進度';
$lang->project->noProduct = '無產品項目';
$lang->team->account = '用戶';
$lang->team->role = '角色';
+2 -1
View File
@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package upgrade
* @version $Id: zh-tw.php 2008 2011-07-03 08:20:57Z yidong@cnezsoft.com $
* @version $Id: zh-tw.php 2106 2011-09-21 06:50:28Z shiyangyangwork@yahoo.cn $
* @link http://www.zentao.net
*/
$lang->upgrade->common = '升級';
@@ -51,3 +51,4 @@ $lang->upgrade->fromVersions['1_3'] = '1.3';
$lang->upgrade->fromVersions['1_4'] = '1.4';
$lang->upgrade->fromVersions['1_5'] = '1.5';
$lang->upgrade->fromVersions['2_0'] = '2.0';
$lang->upgrade->fromVersions['2_1'] = '2.1';