Files
EasySoft-ZenTaoPMS/module/api/lang/zh-tw.php
2015-11-05 14:09:52 +08:00

31 lines
1.2 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 api 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 api
* @version $Id: zh-tw.php 5129 2013-07-15 00:16:07Z zhujinyonging@gmail.com $
* @link http://www.zentao.net
*/
$lang->api = new stdclass();
$lang->api->common = 'API介面';
$lang->api->getModel = '超級model調用介面';
$lang->api->sql = 'SQL查詢介面';
$lang->api->position = '位置';
$lang->api->startLine = "%s,%s行";
$lang->api->desc = '描述';
$lang->api->debug = '調試';
$lang->api->submit = '提交';
$lang->api->url = '請求地址';
$lang->api->result = '返回結果';
$lang->api->status = '狀態';
$lang->api->data = '內容';
$lang->api->noParam = 'GET方式調試不需要輸入參數';
$lang->api->post = 'POST方式調試請參照頁面表單';
$lang->api->error = new stdclass();
$lang->api->error->onlySelect = 'SQL查詢介面只允許SELECT查詢';