52 lines
2.1 KiB
PHP
52 lines
2.1 KiB
PHP
<?php
|
|
/**
|
|
* The zh-tw file of index module of XXB.
|
|
*
|
|
* @copyright Copyright 2009-2023 禪道軟件(青島)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
|
|
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package index
|
|
* @version $Id: zh-tw.php 4029 2016-08-26 06:50:41Z liugang $
|
|
* @link https://xuanim.com
|
|
*/
|
|
$lang->index->common = '首頁';
|
|
$lang->index->index = '首頁';
|
|
$lang->index->dashboard = '我的地盤';
|
|
$lang->index->dashboardAbbr = '我的';
|
|
$lang->index->about = '關於';
|
|
$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->status = '狀態監控';
|
|
$lang->index->statistics = '系統統計';
|
|
|
|
$lang->index->fileSize = '附件大小';
|
|
$lang->index->goUpdate = '去更新';
|
|
$lang->index->countUsers = '當前在綫用戶數';
|
|
$lang->index->setServer = '伺服器設置';
|
|
$lang->index->totalUsers = '總用戶數';
|
|
$lang->index->totalGroups = '討論組數';
|
|
$lang->index->totalMessages = '消息數量';
|
|
$lang->index->xxdStartDate = 'XXD上次啟動時間';
|
|
$lang->index->xxcNotice = '喧喧發佈新版本';
|
|
$lang->index->notInfo = '沒有權限無法查看首頁內容。';
|
|
|
|
$lang->index->message = array();
|
|
$lang->index->message['total'] = '總消息數';
|
|
$lang->index->message['hour'] = '最近一小時消息數';
|
|
$lang->index->message['day'] = '最近一天消息數';
|
|
|
|
$lang->index->sizeType = array();
|
|
$lang->index->sizeType['K'] = 1024;
|
|
$lang->index->sizeType['M'] = 1024 * 1024;
|
|
$lang->index->sizeType['G'] = 1024 * 1024 * 1024;
|
|
|
|
$lang->upgradeBillboard = new stdclass();
|
|
$lang->upgradeBillboard->detachedConference = '您已啟動新版會議,請及時更新客戶端,也可聯繫用戶進行手動升級。';
|