43 lines
1.7 KiB
PHP
43 lines
1.7 KiB
PHP
<?php
|
||
/**
|
||
* The message module zh-tw file of XXB.
|
||
*
|
||
* @copyright Copyright 2009-2023 禪道軟件(青島)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
|
||
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
|
||
* @author Hao Sun <sunhao@cnezsoft.com>
|
||
* @package message
|
||
* @version $Id$
|
||
* @link https://xuanim.com
|
||
*/
|
||
|
||
if(!isset($lang->misc)) $lang->misc = new stdclass();
|
||
$lang->misc->version = '版本%s';
|
||
|
||
$lang->misc->offcialSite['label'] = '官方網站';
|
||
$lang->misc->offcialSite['url'] = 'http://www.ranzhi.org';
|
||
|
||
$lang->misc->support['label'] = '技術支持';
|
||
$lang->misc->support['url'] = 'http://www.ranzhi.org/page/support.html';
|
||
|
||
$lang->misc->userbook['label'] = '用戶手冊';
|
||
$lang->misc->userbook['url'] = 'http://www.ranzhi.org/book/';
|
||
|
||
$lang->misc->forum['label'] = '論壇交流';
|
||
$lang->misc->forum['url'] = 'http://www.ranzhi.org/forum/';
|
||
|
||
$lang->misc->checkTable = "檢查修復數據表";
|
||
$lang->misc->needRepair = "修復表";
|
||
$lang->misc->repairTable = "資料庫表可能因為斷電原因損壞,需要檢查修復!!";
|
||
$lang->misc->repairFail = "修復失敗,請到該資料庫的數據目錄下,嘗試執行<code>myisamchk -r -f %s.MYI</code>進行修復。";
|
||
$lang->misc->connectFail = "連接資料庫失敗,錯誤:%s,<br/> 請檢查mysql錯誤日誌,排查錯誤。";
|
||
$lang->misc->tableName = "表名";
|
||
$lang->misc->tableStatus = "狀態";
|
||
|
||
$lang->misc->noticeRepair = "<h5>普通用戶請聯繫管理員進行修復</h5>
|
||
<h5>管理員請登錄XXB所在的伺服器,創建<code>%s</code>檔案。</h5>
|
||
<p>注意:</p>
|
||
<ol>
|
||
<li>檔案內容為空。</li>
|
||
<li>如果之前檔案存在,刪除之後重新創建。</li>
|
||
</ol>";
|