104 lines
6.2 KiB
PHP
104 lines
6.2 KiB
PHP
<?php
|
||
/**
|
||
* The action module zh-tw file of ZenTaoPMS.
|
||
*
|
||
* @copyright Copyright 2009-2010 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 action
|
||
* @version $Id: zh-tw.php 1561 2011-03-12 02:02:52Z wwccss $
|
||
* @link http://www.zentao.net
|
||
*/
|
||
$lang->action->common = '系統日誌';
|
||
$lang->action->trash = '資源回收筒';
|
||
$lang->action->undelete = '還原';
|
||
|
||
$lang->action->objectType = '對象類型';
|
||
$lang->action->objectID = '對象ID';
|
||
$lang->action->objectName = '對象名稱';
|
||
$lang->action->actor = '操作者';
|
||
$lang->action->date = '日期';
|
||
$lang->action->trashTips = '提示:禪道系統的刪除都是標記刪除,並沒有真正從資料庫裡面刪除數據。這樣做是為了系統數據的完整和安全。
|
||
因此如果你確定要刪除某一條數據,可以使用phpmyadmin等管理工具,進資料庫刪除。';
|
||
|
||
$lang->action->objectTypes['product'] = '產品';
|
||
$lang->action->objectTypes['story'] = '需求';
|
||
$lang->action->objectTypes['productplan'] = '產品計劃';
|
||
$lang->action->objectTypes['release'] = '發佈';
|
||
$lang->action->objectTypes['project'] = '項目';
|
||
$lang->action->objectTypes['task'] = '任務';
|
||
$lang->action->objectTypes['build'] = 'Build';
|
||
$lang->action->objectTypes['bug'] = 'Bug';
|
||
$lang->action->objectTypes['case'] = '用例';
|
||
$lang->action->objectTypes['testtask'] = '測試任務';
|
||
$lang->action->objectTypes['user'] = '用戶';
|
||
$lang->action->objectTypes['doc'] = '文檔';
|
||
$lang->action->objectTypes['doclib'] = '文檔庫';
|
||
|
||
/* 用來描述操作歷史記錄。*/
|
||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>' . "\n";
|
||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>' . "\n";
|
||
$lang->action->desc->opened = '$date, 由 <strong>$actor</strong> 創建。' . "\n";
|
||
$lang->action->desc->created = '$date, 由 <strong>$actor</strong> 創建。' . "\n";
|
||
$lang->action->desc->changed = '$date, 由 <strong>$actor</strong> 變更。' . "\n";
|
||
$lang->action->desc->edited = '$date, 由 <strong>$actor</strong> 編輯。' . "\n";
|
||
$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->erased = '$date, 由 <strong>$actor</strong> 刪除。' . "\n";
|
||
$lang->action->desc->undeleted = '$date, 由 <strong>$actor</strong> 還原。' . "\n";
|
||
$lang->action->desc->commented = '$date, 由 <strong>$actor</strong> 發表評論。' . "\n";
|
||
$lang->action->desc->activated = '$date, 由 <strong>$actor</strong> 激活。' . "\n";
|
||
$lang->action->desc->moved = '$date, 由 <strong>$actor</strong> 移動,之前為 "$extra"' . "\n";
|
||
$lang->action->desc->confirmed = '$date, 由 <strong>$actor</strong> 確認需求變動,最新版本為<strong>#$extra</strong>' . "\n";
|
||
$lang->action->desc->started = '$date, 由 <strong>$actor</strong> 啟動。' . "\n";
|
||
$lang->action->desc->canceled = '$date, 由 <strong>$actor</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";
|
||
|
||
/* 用來顯示動態信息。*/
|
||
$lang->action->label->created = '創建了';
|
||
$lang->action->label->opened = '創建了';
|
||
$lang->action->label->changed = '變更了';
|
||
$lang->action->label->edited = '編輯了';
|
||
$lang->action->label->closed = '關閉了';
|
||
$lang->action->label->deleted = '刪除了';
|
||
$lang->action->label->deletedfile = '刪除附件';
|
||
$lang->action->label->erased = '刪除了';
|
||
$lang->action->label->undeleted = '還原了';
|
||
$lang->action->label->commented = '評論了';
|
||
$lang->action->label->activated = '激活了';
|
||
$lang->action->label->resolved = '解決了';
|
||
$lang->action->label->reviewed = '評審了';
|
||
$lang->action->label->moved = '移動了';
|
||
$lang->action->label->confirmed = '確認了需求,';
|
||
$lang->action->label->linked2plan = '關聯計劃';
|
||
$lang->action->label->unlinkedfromplan = '移除計劃';
|
||
$lang->action->label->linked2project = '關聯項目';
|
||
$lang->action->label->unlinkedfromproject = '移除項目';
|
||
$lang->action->label->marked = '編輯了';
|
||
$lang->action->label->started = '開始了';
|
||
$lang->action->label->canceled = '取消了';
|
||
$lang->action->label->finished = '完成了';
|
||
$lang->action->label->login = '登錄系統';
|
||
$lang->action->label->logout = "退出登錄";
|
||
|
||
/* 用來生成相應對象的連結。*/
|
||
$lang->action->label->product = '產品|product|view|productID=%s';
|
||
$lang->action->label->productplan = '計劃|productplan|view|productID=%s';
|
||
$lang->action->label->release = '發佈|release|view|productID=%s';
|
||
$lang->action->label->story = '需求|story|view|storyID=%s';
|
||
$lang->action->label->project = '項目|project|view|projectID=%s';
|
||
$lang->action->label->task = '任務|task|view|taskID=%s';
|
||
$lang->action->label->build = 'Build|build|view|buildID=%s';
|
||
$lang->action->label->bug = 'Bug|bug|view|bugID=%s';
|
||
$lang->action->label->case = '用例|testcase|view|caseID=%s';
|
||
$lang->action->label->testtask = '測試任務|testtask|view|caseID=%s';
|
||
$lang->action->label->todo = 'todo|todo|view|todoID=%s';
|
||
$lang->action->label->doclib = '文檔庫|doc|browse|libID=%s';
|
||
$lang->action->label->doc = '文檔|doc|view|docID=%s';
|
||
$lang->action->label->user = '用戶';
|
||
|
||
$lang->action->label->space = ' ';
|