70 lines
3.0 KiB
PHP
70 lines
3.0 KiB
PHP
<?php
|
|
/**
|
|
* The product module zh-tw file of ZenTaoMS.
|
|
*
|
|
* ZenTaoMS is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* ZenTaoMS is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* @copyright Copyright 2009-2010 青島易軟天創網絡科技有限公司(www.cnezsoft.com)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package product
|
|
* @version $Id: zh-tw.php 1074 2010-09-11 13:02:56Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->product->common = '產品視圖';
|
|
$lang->product->index = "產品首頁";
|
|
$lang->product->browse = "瀏覽產品";
|
|
$lang->product->view = "產品信息";
|
|
$lang->product->edit = "編輯產品";
|
|
$lang->product->create = "新增產品";
|
|
$lang->product->read = "產品詳情";
|
|
$lang->product->delete = "刪除產品";
|
|
|
|
$lang->product->roadmap = '路線圖';
|
|
$lang->product->doc = '文檔列表';
|
|
|
|
$lang->product->selectProduct = "請選擇產品";
|
|
$lang->product->saveButton = " 保存 (S) ";
|
|
$lang->product->confirmDelete = " 您確定刪除該產品嗎?";
|
|
$lang->product->ajaxGetProjects = "介面:項目列表";
|
|
$lang->product->ajaxGetPlans = "介面:計劃列表";
|
|
|
|
$lang->product->errorFormat = '產品數據格式不正確';
|
|
$lang->product->errorEmptyName = '產品名稱不能為空';
|
|
$lang->product->errorEmptyCode = '產品代號不能為空';
|
|
$lang->product->errorNoProduct = '還沒有創建產品!';
|
|
$lang->product->accessDenied = '您無權訪問該產品';
|
|
|
|
$lang->product->id = '編號';
|
|
$lang->product->company = '所屬公司';
|
|
$lang->product->name = '產品名稱';
|
|
$lang->product->code = '產品代號';
|
|
$lang->product->order = '排序';
|
|
$lang->product->status = '狀態';
|
|
$lang->product->desc = '產品描述';
|
|
$lang->product->bugOwner = 'Bug負責人';
|
|
$lang->product->acl = '訪問控制';
|
|
$lang->product->whitelist = '分組白名單';
|
|
|
|
$lang->product->moduleStory = '按模組瀏覽';
|
|
$lang->product->searchStory = '搜索';
|
|
$lang->product->allStory = '全部需求';
|
|
|
|
$lang->product->statusList[''] = '';
|
|
$lang->product->statusList['normal'] = '正常';
|
|
$lang->product->statusList['closed'] = '結束';
|
|
|
|
$lang->product->aclList['open'] = '預設設置(有產品視圖權限,即可訪問)';
|
|
$lang->product->aclList['private'] = '私有項目(只有項目團隊成員才能訪問)';
|
|
$lang->product->aclList['custom'] = '自定義白名單(團隊成員和白名單的成員可以訪問)';
|