123456789101112131415161718192021222324252627282930 |
- <?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' => 'sdfsj8fiew',
- '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' => 'no data ar',
- 'keywords null' => 'keywords null ar',
- 'type_name is null' => 'type_name is null ar',
- 'object_id is null' => 'object_id null ar',
- 'content is null' => 'content null ar',
- 'star_cnt is null' => 'star_cnt null ar',
- 'title is null' => 'title is null ar',
- 'check fail' => 'check fail ar',
- ];
|