12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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 [
- 'menu as level one' => '作为一级菜单',
- 'member list' => '玩家列表',
- 'username' => '账号',
- 'please input' => '请输入',
- 'search' => '搜索',
- 'clear' => '清空',
- 'daily vip' => '日会员',
- 'weekly vip' => '周会员',
- 'month vip' => '月会员',
- 'USERNAME' => '账号',
- 'MOBILE' => '手机号',
- 'DEVICE_ID' => '设备码',
- 'VIP' => 'VIP',
- 'REG GAME' => '注册游戏',
- 'REG AGENT' => '注册渠道',
- 'REG TIME' => '注册时间',
- 'start time' => '开始时间',
- 'end time' => '结束时间',
- 'up level' => '上一级',
- 'name' => '名称',
- 'app' => '应用',
- 'controller' => '控制器',
- 'action' => '方法',
- 'param' => '参数',
- 'example' => '例',
- 'icon' => '图标',
- 'chose icon' => '选择图标',
- 'remark' => '备注',
- 'status' => '状态',
- 'type' => '类型',
- 'list' => '列表',
- 'add' => '添加',
- 'title' => '标题',
- 'keywords' => '关键词',
- 'excerpt' => '摘要',
- 'content' => '内容',
- 'thumb' => '缩略图',
- 'cancel' => '取消',
- 'upload' => '上传',
- 'published time' => '发布时间',
- 'published' => '发布',
- 'key words are separated by spaces' => '多关键词之间用空格隔开',
- 'news list' => '资讯列表',
- 'add news' => '添加资讯',
- 'confirm to delete' => '确认删除吗?',
- 'confirm to freeze' => '确认冻结吗?',
- 'confirm to thaw' => '确认解冻吗?',
- 'DETAIL' => '详情',
- 'param error' => '参数错误',
- 'all' => '全部',
- 'select game' => '选择游戏',
- 'save' => '保存',
- 'open' => '开启',
- 'close' => '关闭',
- ];
|