Files
EasySoft-ZenTaoPMS/module/misc/lang/zh-tw.php
T
2016-03-15 11:06:21 +08:00

62 lines
3.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The misc module zh-tw file of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青島易軟天創網絡科技有限公司(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 misc
* @version $Id: zh-tw.php 5128 2013-07-13 08:59:49Z chencongzhi520@gmail.com $
* @link http://www.zentao.net
*/
$lang->misc = new stdclass();
$lang->misc->common = '雜項';
$lang->misc->ping = '防超時';
$lang->misc->zentao = new stdclass();
$lang->misc->zentao->version = '版本%s';
$lang->misc->zentao->labels['about'] = '關於禪道';
$lang->misc->zentao->labels['support'] = '技術支持';
$lang->misc->zentao->labels['cowin'] = '幫助我們';
$lang->misc->zentao->labels['service'] = '服務列表';
$lang->misc->zentao->icons['about'] = 'group';
$lang->misc->zentao->icons['support'] = 'question-sign';
$lang->misc->zentao->icons['cowin'] = 'hand-right';
$lang->misc->zentao->icons['service'] = 'heart';
$lang->misc->zentao->about['proversion'] = '升級專業版本';
$lang->misc->zentao->about['official'] = "官方網站";
$lang->misc->zentao->about['changelog'] = "版本歷史";
$lang->misc->zentao->about['license'] = "授權協議";
$lang->misc->zentao->about['extension'] = "插件平台";
$lang->misc->zentao->support['vip'] = "商業技術支持";
$lang->misc->zentao->support['manual'] = "用戶手冊";
$lang->misc->zentao->support['faq'] = "常見問題";
$lang->misc->zentao->support['ask'] = "官方問答";
$lang->misc->zentao->support['qqgroup'] = "官方QQ群";
$lang->misc->zentao->cowin['donate'] = "捐助我們";
$lang->misc->zentao->cowin['reportbug'] = "彙報Bug";
$lang->misc->zentao->cowin['feedback'] = "反饋需求";
$lang->misc->zentao->cowin['recommend'] = "推薦給朋友";
$lang->misc->zentao->cowin['cowinmore'] = "更多方式...";
$lang->misc->zentao->service['zentaotrain']= '禪道使用培訓';
$lang->misc->zentao->service['scrumtrain'] = '敏捷開發培訓';
$lang->misc->zentao->service['idc'] = '禪道在綫託管';
$lang->misc->zentao->service['custom'] = '禪道定製開發';
$lang->misc->zentao->service['install'] = '禪道安裝服務';
$lang->misc->zentao->service['fixissue'] = '禪道問題解決';
$lang->misc->zentao->service['servicemore']= '更多服務...';
$lang->misc->mobile = "手機訪問";
$lang->misc->noGDLib = "請用手機瀏覽器訪問:<strong>%s</strong>";
$lang->misc->copyright = "&copy; 2009 - 2016 <a href='http://www.cnezsoft.com' target='_blank'>青島易軟天創網絡科技有限公司</a> 電話:4006-8899-23 Email<a href='mailto:co@zentao.net'>co@zentao.net</a> QQ1492153927";
$lang->misc->checkTable = "檢查修復數據表";
$lang->misc->needRepair = "修復表";
$lang->misc->repairTable = "資料庫表可以因為斷電原因損壞,需要檢查修復!!";
$lang->misc->tableName = "表名";
$lang->misc->tableStatus = "狀態";