| 1234567891011121314151617181920212223 | <?php// +----------------------------------------------------------------------// | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]// +----------------------------------------------------------------------// | Copyright (c) 2013-2017 http://www.thinkcmf.com All rights reserved.// +----------------------------------------------------------------------// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )// +----------------------------------------------------------------------// | Author: 老猫 <thinkcmf@126.com>// +----------------------------------------------------------------------return [    'SUCCESS'           => '成功',    'ADD SUCCESS'       => '添加成功',    'NO_LOGIN'          => 'no login',    'sign is null'      => 'sign is not null ar',    'timestamp is null' => 'timestamp is null ar',    'gift id is null'   => 'gift id is null ar ',    'hasgift'           => 'has gift ar',    'nogift'            => 'no gift ar',    'id is null'        => 'id is null ar',    'data null'         => '无数据',];
 |