File: /www/wwwroot/oa.sanjiangapp.com/app/sys/index/lang/zh-tw.php
<?php
/**
* The zh-tw file of index module of ZDOO.
*
* @copyright Copyright 2009-2018 青島易軟天創網絡科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package index
* @version $Id: zh-tw.php 4029 2016-08-26 06:50:41Z liugang $
* @link http://www.zdoo.com
*/
$lang->index->common = '首頁';
$lang->index->dashboard = '我的';
$lang->index->dashboardAbbr = '我的';
$lang->index->about = '關於';
$lang->index->allEntries = '所有應用';
$lang->index->showOnLeft = '左側顯示';
$lang->index->notOnLeft = '非左側顯示';
$lang->index->opened = '已打開';
$lang->index->addEntry = '添加應用';
$lang->index->profile = '個人';
$lang->index->set = '系統配置';
$lang->index->theme = '更換主題';
$lang->index->superAdmin = '後台管理';
$lang->index->showDesk = '桌面';
$lang->index->customBlocks = '編輯區塊';
$lang->index->addBlock = '添加區塊';
$lang->index->refresh = '更新';
$lang->index->hidden = '隱藏';
$lang->index->more = '更多';
$lang->index->expandLeftBar = '展開菜單';
$lang->index->ips['confirmClose'] = '確認要關閉 【{0}】 嗎?';
$lang->index->ips['entryNotFindTip'] = '應用沒有找到!';
$lang->index->ips['busyTip'] = '應用正忙,請稍候...';
$lang->index->ips['reloadText'] = '刷新';
$lang->index->ips['closeText'] = '關閉';
$lang->index->ips['openText'] = '打開';
$lang->index->ips['removeText'] = '移除';
$lang->index->ips['fixToMenuText'] = '左側顯示';
$lang->index->ips['removeFromMenuText'] = '左側移除';
$lang->index->ips['deleteEntryText'] = '刪除應用';
$lang->index->ips['removedEntry'] = '應用【{0}】已刪除';
$lang->index->ips['confirmRemoveEntry'] = '確定移除應用【{0}】嗎?';
$lang->index->ips['showWindowText'] = '顯示';
$lang->index->ips['confirmRemoveBlock'] = '確定要刪除區塊 【{0}】 嗎?';
$lang->index->ips['removedBlock'] = '區塊已刪除';
$lang->index->ips['hiddenBlock'] = '區塊已隱藏';
$lang->index->ips['orderdBlocksSaved'] = '排序已保存';
$lang->index->ips['moreOptionTip'] = '顯示另外 {0} 個應用';
$lang->index->ips['confirmCloseBrowser']= '提示:當前有打開的應用窗口';
$lang->index->ips['leftBarToggleTip'] = '提示:要再次展開左側導航,請訪問“個人”菜單。';