601 lines
47 KiB
PHP
601 lines
47 KiB
PHP
<?php
|
||
// +----------------------------------------------------------------------
|
||
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||
// +----------------------------------------------------------------------
|
||
// | Copyright (c) 2006~2017 http://thinkphp.cn All rights reserved.
|
||
// +----------------------------------------------------------------------
|
||
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||
// +----------------------------------------------------------------------
|
||
// | Author: liu21st <liu21st@gmail.com>
|
||
// +----------------------------------------------------------------------
|
||
|
||
// 核心中文语言包
|
||
return [
|
||
// 操作端 和 swoole文件 简体中文语言包
|
||
'lang' => 'zh-cn',
|
||
'table' => '桌台',
|
||
'boot' => '靴数',
|
||
'number' => '局数',
|
||
'now_time' => '当前时间',
|
||
'login_fail' => '登录失败',
|
||
|
||
'banker' => '庄',
|
||
'player' => '闲',
|
||
'tie' => '和',
|
||
'banker_pair' => '庄对',
|
||
'player_pair' => '闲对',
|
||
'both_pair' => '庄闲对',
|
||
'pair' => '对子',
|
||
'big' => '大',
|
||
'small' => '小',
|
||
'dragon' => '龙',
|
||
'tiger' => '虎',
|
||
'win_6' => '赢6',
|
||
'is_win_6' => '是否赢6',
|
||
'luck_6' => '幸运6',
|
||
'commission' => '抽佣',
|
||
'free_commission' => '免佣',
|
||
'round_host' => '本局为庄家',
|
||
'banker_full' => '庄',
|
||
'player_full' => '闲',
|
||
'tie_full' => '和',
|
||
'banker_pair_full' => '庄对',
|
||
'player_pair_full' => '闲对',
|
||
'both_pair_full' => '庄闲对',
|
||
'dragon_full' => '龙',
|
||
'tiger_full' => '虎',
|
||
'player_1' => '闲1',
|
||
'player_2' => '闲2',
|
||
'player_3' => '闲3',
|
||
'player_1_flat' => '闲1平倍',
|
||
'player_1_double' => '闲1翻倍',
|
||
'banker_player_1_flat' => '庄(闲1)平倍',
|
||
'banker_player_1_double' => '庄(闲1)翻倍',
|
||
'player_2_flat' => '闲2平倍',
|
||
'player_2_double' => '闲2翻倍',
|
||
'banker_player_2_flat' => '庄(闲2)平倍',
|
||
'banker_player_2_double' => '庄(闲2)翻倍',
|
||
'player_3_flat' => '闲3平倍',
|
||
'player_3_double' => '闲3翻倍',
|
||
'banker_player_3_flat' => '庄(闲3)平倍',
|
||
'banker_player_3_double' => '庄(闲3)翻倍',
|
||
'bull_0' => '无牛',
|
||
'bull_1' => '牛一',
|
||
'bull_2' => '牛二',
|
||
'bull_3' => '牛三',
|
||
'bull_4' => '牛四',
|
||
'bull_5' => '牛五',
|
||
'bull_6' => '牛六',
|
||
'bull_7' => '牛七',
|
||
'bull_8' => '牛八',
|
||
'bull_9' => '牛九',
|
||
'bull_bull' => '牛牛',
|
||
'5_bulls' => '五公',
|
||
'yes' => '是',
|
||
'no' => '否',
|
||
'online_number' => '在线人数',
|
||
'bet_amount' => '本局下注金额',
|
||
'wait_For_Opening' => '停止下注-等待开盘',
|
||
'point' => '点',
|
||
'void' => '已作废',
|
||
|
||
'next' => '下一局',
|
||
'disclaimer' => '路牌资料仅供参考,如有错漏。本公司概不负责',
|
||
'data_error' => '数据错误',
|
||
'browser_error' => '您的浏览器不支持WebSocket',
|
||
|
||
'start' => '开始',
|
||
'end' => '结束',
|
||
'start_bet' => '接收下注',
|
||
'end_bet' => '结束下注',
|
||
'opening' => '提交结果',
|
||
'shuffle' => '开始洗牌',
|
||
'change_boot' => '换靴',
|
||
'close_Boot' => '日结算',
|
||
'logout' => '退出',
|
||
'is_to_shuffle' => '是否需要将桌子的状态设置为"洗牌中"?',
|
||
'is_to_balance' => '是否需要进行日结算?',
|
||
'is_to_boot' => '是否需要进行换靴?',
|
||
'need_a_result' => '请选择要修改的结果',
|
||
'is_to_logout' => '是否退出登录?',
|
||
|
||
'edit_previous_result' => '修改上一局结果',
|
||
'select_result' => '选择结果',
|
||
'select' => '请选择',
|
||
'monday' => '星期一',
|
||
'tuesday' => '星期二',
|
||
'wednesday' => '星期三',
|
||
'thursday' => '星期四',
|
||
'friday' => '星期五',
|
||
'saturday' => '星期六',
|
||
'sunday' => '星期日',
|
||
|
||
'user_not_exist' => '用户不存在',
|
||
'table_not_run' => '该桌子暂时没有营运',
|
||
'tableNotRun' => '该桌子暂时没有营运',
|
||
'bet_fail' => '下注失败,服务器链接失败',
|
||
'no_right' => '你无权操作',
|
||
|
||
'bet_status_1' => '接受下注',
|
||
'bet_status_0' => '尚未接受下注',
|
||
'bet_status_2' => '停止下注-等待开盘',
|
||
|
||
'confirm' => '确定',
|
||
'cancel' => '取消',
|
||
'connect_fail' => '您已断开链接,请返回重新进入',
|
||
'message' => '信息',
|
||
|
||
'table_status_0' => '桌子运营中',
|
||
'table_status_1' => '洗牌中',
|
||
'table_status_2' => '停台中',
|
||
|
||
'link_server_fail' => '与服务通讯失败',
|
||
'link_server_fail_1' => '荷官不在线',
|
||
'link_server_fail_2' => '与服务通讯失败2',
|
||
'link_server_fail_3' => '与服务通讯失败3',
|
||
|
||
'appid_error' => 'appid 错误',
|
||
'appsecret_error' => 'appsecret 错误',
|
||
'appid_or_appsecret_error' => 'appid或appsecret 错误',
|
||
'param_error' => '参数错误',
|
||
'illegal_request' => '非法请求',
|
||
|
||
'balance_success' => '日结算成功',
|
||
'balance_fail' => '日结算失败',
|
||
'balance_fail_1' => '日结算失败1',
|
||
'balance_fail_2' => '日结算失败2',
|
||
'table_status_error' => '请把桌子更改为"洗牌状态"再进行日结算',
|
||
|
||
'boot_settle_success' => '靴结算成功',
|
||
'boot_settle_fail' => '靴结算失败',
|
||
'boot_settle_fail_1' => '换靴失败,该桌子还没有靴,请进行日结',
|
||
'boot_settle_fail_2' => '换靴失败,该桌子已经结算,请重新登录再继续',
|
||
'boot_settle_fail_3' => '该铺尚未结束,请开出结果后再换靴',
|
||
|
||
'start_bet_success' => '开始下注成功',
|
||
'start_bet_fail' => '开始下注失败',
|
||
'start_bet_fail_1' => '开始下注失败,下注铺已经开始下注或者已经停止了下注',
|
||
'start_bet_fail_2' => '开始下注失败,下注铺信息有误',
|
||
'start_bet_fail_3' => '操作失败,请确保桌子不是在洗牌中或者停台中状态',
|
||
|
||
'end_bet_success' => '结束下注成功',
|
||
'end_bet_fail' => '结束下注失败',
|
||
'end_bet_fail_1' => '停止下注失败,该铺还没开始接受下注或者已经停止了下注',
|
||
'end_bet_fail_2' => '开始下注失败,下注铺信息有误',
|
||
|
||
'to_bet_success' => '下注成功',
|
||
'to_bet_fail' => '下注失败',
|
||
'to_bet_fail_1' => '余额不足,不能下注',
|
||
'to_bet_fail_2' => '会员信息错误,不能下注',
|
||
'to_bet_fail_3' => '已超过允许的下注时间,不能下注',
|
||
'to_bet_fail_4' => '该局不是在可以下注的状态,不能下注',
|
||
'to_bet_fail_5' => '下注失败,下注铺信息有误',
|
||
'to_bet_fail_6' => '下注金额必须大于0',
|
||
'to_bet_fail_7' => '超过50局后无法下注幸运6',
|
||
'to_bet_fail_8' => '超过30局后无法下注大小',
|
||
|
||
'opening_success' => '开盘结果成功',
|
||
'opening_fail' => '开盘结果失败',
|
||
'opening_fail_1' => '开结果失败,请确认该局是处于停止下注的状态',
|
||
'opening_fail_2' => '开盘失败,开盘铺信息有误',
|
||
'opening_fail_3' => '请输入开盘结果',
|
||
'opening_fail_4' => '下注未结束,无法开结果',
|
||
'opening_fail_5' => '开盘失败,庄闲牌面不齐',
|
||
'opening_fail_6' => '开牌数据不存在',
|
||
|
||
'retreated_success' => '修改成功',
|
||
'retreated_fail' => '修改失败',
|
||
'retreated_fail_1' => '请正确选择结果',
|
||
'retreated_fail_2' => '没有上一铺数据可更改',
|
||
'retreated_fail_3' => '靴信息错误',
|
||
'retreated_fail_4' => '回合信息错误',
|
||
'retreated_fail_5' => '桌子信息错误',
|
||
'retreated_fail_6' => '游戏类型错误',
|
||
|
||
|
||
// PC投注页面 简体中文语言包
|
||
'welcome' => '欢迎您',
|
||
'account' => '账号',
|
||
'money' => '余额',
|
||
'language' => '语言',
|
||
'rule' => '规则',
|
||
'record' => '记录',
|
||
'user' => '个人中心',
|
||
'log_out' => '退出游戏',
|
||
'limit' => '限红',
|
||
|
||
'game' => '游戏',
|
||
'baccarat' => '百家乐',
|
||
'dt' => '龙虎',
|
||
'color_plate' => '色碟',
|
||
'sic_bo' => '骰宝',
|
||
'roulette' => '轮盘',
|
||
'start_date' => '开始日期',
|
||
'end_date' => '结束日期',
|
||
'search' => '查询',
|
||
'ttf' => '桌台/时间/局号',
|
||
'total' => '合计',
|
||
'card' => '牌',
|
||
'banker_all' => '庄',
|
||
'player_all' => '闲',
|
||
'tie_all' => '和',
|
||
'banker_pair_all' => '庄对',
|
||
'player_pair_all' => '闲对',
|
||
'both_pair_all' => '庄闲对',
|
||
'banker_doub_all' => '庄翻倍',
|
||
'player_doub_all' => '闲翻倍',
|
||
'dragon_all' => '龙',
|
||
'tiger_all' => '虎',
|
||
|
||
|
||
'full_screen' => '全屏',
|
||
'exit_full_screen' => '退出全屏',
|
||
'back' => '返回',
|
||
'sound' => '声音',
|
||
'statistics' => '统计',
|
||
'b_query' => '庄问路',
|
||
'p_query' => '闲问路',
|
||
'd_query' => '龙问路',
|
||
't_query' => '虎问路',
|
||
'line' => '线路',
|
||
'line_1' => '近景',
|
||
'line_2' => '远景',
|
||
'line_3' => '线路三',
|
||
'lobby' => '大厅',
|
||
|
||
'video_line_error' => '视频线路错误',
|
||
'lose' => '输',
|
||
'win' => '赢',
|
||
'to_bet_confirm_tip' => '请下注后再点击确定',
|
||
'browser_tip' => '请使用谷歌、360、QQ、百度、火狐、或者IE10以上版本的高级浏览器进入游戏',
|
||
'select_chip_tip' => '请选择下注筹码',
|
||
'recharge_tip' => '余额不足,请充值',
|
||
'instant_pot' => '即时彩池',
|
||
'bet' => '下注',
|
||
'settlement' => '结算结果',
|
||
'no_bet_data' => '没有下注数据',
|
||
'personal_limit_banker_high' => '个人限红:庄最高下注额为',
|
||
'personal_limit_banker_low' => '个人限红:庄最低下注额为',
|
||
'personal_limit_player_high' => '个人限红:闲最高下注额为',
|
||
'personal_limit_player_low' => '个人限红:闲最低下注额为',
|
||
'personal_limit_tie_high' => '个人限红:和最高下注额为',
|
||
'personal_limit_tie_low' => '个人限红:和最低下注额为',
|
||
'personal_limit_banker_pair_high' => '个人限红:庄对最高下注额为',
|
||
'personal_limit_banker_pair_low' => '个人限红:庄对最低下注额为',
|
||
'personal_limit_player_pair_high' => '个人限红:闲对最高下注额为',
|
||
'personal_limit_player_pair_low' => '个人限红:闲对最低下注额为',
|
||
'personal_limit_dragon_high' => '个人限红:龙最高下注额为',
|
||
'personal_limit_dragon_low' => '个人限红:龙最低下注额为',
|
||
'personal_limit_tiger_high' => '个人限红:虎最高下注额为',
|
||
'personal_limit_tiger_low' => '个人限红:虎最低下注额为',
|
||
'game_not_start' => '游戏尚未开始',
|
||
'game_stop_bet' => '本局游戏已停止下注',
|
||
'leave_table_tip' => '确定要离开当前游戏台吗?',
|
||
'select_chip_tip' => '请选择下注筹码',
|
||
|
||
|
||
// wap电投和网投语言包
|
||
'coming_soon' => '即将推出',
|
||
'game_room' => '游戏大厅',
|
||
|
||
'edit_pass' => '修改密码',
|
||
'change_password' => '修改密码',
|
||
'phone' => '联系电话',
|
||
'last_login_time' => '上次登陆时间',
|
||
'recharge' => '充值上分',
|
||
'withdraw' => '申请下分',
|
||
'bill' => '账单',
|
||
'game_record' => '游戏记录',
|
||
'baccarat_total_bet_count' => '百家乐总下注次数',
|
||
'dt_total_bet_count' => '龙虎总下注次数',
|
||
'total_cleared_wash_code' => '已结算洗码总额',
|
||
'uncleared_total_wash_code' => '未结算洗码总额',
|
||
'wash_rate' => '洗码率',
|
||
|
||
'current_password' => '请输入旧密码',
|
||
'new_password' => '请输入新密码',
|
||
'confirm_password' => '再次输入新密码',
|
||
'current_password_tip' => '请输入旧密码',
|
||
'new_password_tip' => '新密码不能小于6个字符',
|
||
'confirm_password_tip' => '两次输入的密码不一致',
|
||
'login_again' => '请重新登录',
|
||
'login' => '登录',
|
||
'sign_in' => '登录',
|
||
'account_login' => '已有账户登录',
|
||
'register' => '注册',
|
||
'register_new_user' => '新用户注册',
|
||
'password' => '密码',
|
||
'register_password_length_tip' => '密码不能小于6个字符',
|
||
'register_account_length_tip' => '账号不能小于6个字符',
|
||
'register_account_exist_tip' => '账号已存在',
|
||
'register_account_tip' => '6-20位英文.数字组成',
|
||
'register_password_tip' => '6-20位字符.不包含空格',
|
||
'register_confirm_password_tip' => '再输入一遍登录密码',
|
||
'register_success' => '注册成功',
|
||
'register_fail' => '注册失败',
|
||
|
||
'password_not_empty' => '旧密码或新密码不能为空',
|
||
'change_password_success' => '修改密码成功',
|
||
'change_password_fail' => '修改密码失败',
|
||
'current_password_error' => '旧密码错误',
|
||
'recharge_unsupport_tip' => '上分暂时未开启,请联系您的代理上分',
|
||
'withdraw_unsupport_tip' => '下分暂时未开启,请联系您的代理下分',
|
||
'select_time' => '选择时间',
|
||
'start_time_tip' => '请选择开始时间',
|
||
'end_time_tip' => '请选择结束时间',
|
||
|
||
'wash_code_amount' => '洗码量',
|
||
'code_amount' => '码量',
|
||
'net_code_amount' => '净码量',
|
||
'wash_code_time' => '洗码时间',
|
||
'extraction_method' => '提取方式',
|
||
'deposit_money' => '存入余额',
|
||
'setup' => '设置',
|
||
'mute' => '静音',
|
||
'voice' => '开声',
|
||
'win_or_lose' => '输赢',
|
||
'account_tip' => '请输入账号',
|
||
'password_tip' => '请输入密码',
|
||
'read_and_agree' => '我已阅读并同意',
|
||
'rule_and_agreement' => '游戏规则与用户协议',
|
||
'account_or_password_error' => '账号或密码错误',
|
||
'account_not_exist' => '账号不存在',
|
||
'force_offline' => '你已被管理员强制下线',
|
||
'auto_back' => '5局内未下注自动返回游戏大厅',
|
||
|
||
'reset_number' => '作废',
|
||
'is_reset_number' => '是否作废当前该局?',
|
||
'reset_number_success' => '操作成功',
|
||
'reset_number_fail_1' => '操作失败,该靴已经结算',
|
||
'reset_number_fail_2' => '操作失败,该桌子已经结算',
|
||
'reset_number_fail_3' => '操作失败,下注状态不符',
|
||
'reset_number_msg' => '该局已重置,请重新下注',
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
// 系统错误提示
|
||
'Undefined variable' => '未定义变量',
|
||
'Undefined index' => '未定义数组索引',
|
||
'Undefined offset' => '未定义数组下标',
|
||
'Parse error' => '语法解析错误',
|
||
'Type error' => '类型错误',
|
||
'Fatal error' => '致命错误',
|
||
'syntax error' => '语法错误',
|
||
|
||
// 框架核心错误提示
|
||
'dispatch type not support' => '不支持的调度类型',
|
||
'method param miss' => '方法参数错误',
|
||
'method not exists' => '方法不存在',
|
||
'module not exists' => '模块不存在',
|
||
'controller not exists' => '控制器不存在',
|
||
'class not exists' => '类不存在',
|
||
'property not exists' => '类的属性不存在',
|
||
'template not exists' => '模板文件不存在',
|
||
'illegal controller name' => '非法的控制器名称',
|
||
'illegal action name' => '非法的操作名称',
|
||
'url suffix deny' => '禁止的URL后缀访问',
|
||
'Route Not Found' => '当前访问路由未定义',
|
||
'Undefined db type' => '未定义数据库类型',
|
||
'variable type error' => '变量类型错误',
|
||
'PSR-4 error' => 'PSR-4 规范错误',
|
||
'not support total' => '简洁模式下不能获取数据总数',
|
||
'not support last' => '简洁模式下不能获取最后一页',
|
||
'error session handler' => '错误的SESSION处理器类',
|
||
'not allow php tag' => '模板不允许使用PHP语法',
|
||
'not support' => '不支持',
|
||
'redisd master' => 'Redisd 主服务器错误',
|
||
'redisd slave' => 'Redisd 从服务器错误',
|
||
'must run at sae' => '必须在SAE运行',
|
||
'memcache init error' => '未开通Memcache服务,请在SAE管理平台初始化Memcache服务',
|
||
'KVDB init error' => '没有初始化KVDB,请在SAE管理平台初始化KVDB服务',
|
||
'fields not exists' => '数据表字段不存在',
|
||
'where express error' => '查询表达式错误',
|
||
'no data to update' => '没有任何数据需要更新',
|
||
'miss data to insert' => '缺少需要写入的数据',
|
||
'miss complex primary data' => '缺少复合主键数据',
|
||
'miss update condition' => '缺少更新条件',
|
||
'model data Not Found' => '模型数据不存在',
|
||
'table data not Found' => '表数据不存在',
|
||
'delete without condition' => '没有条件不会执行删除操作',
|
||
'miss relation data' => '缺少关联表数据',
|
||
'tag attr must' => '模板标签属性必须',
|
||
'tag error' => '模板标签错误',
|
||
'cache write error' => '缓存写入失败',
|
||
'sae mc write error' => 'SAE mc 写入错误',
|
||
'route name not exists' => '路由标识不存在(或参数不够)',
|
||
'invalid request' => '非法请求',
|
||
'bind attr has exists' => '模型的属性已经存在',
|
||
'relation data not exists' => '关联数据不存在',
|
||
'relation not support' => '关联不支持',
|
||
'chunk not support order' => 'Chunk不支持调用order方法',
|
||
|
||
// 上传错误信息
|
||
'unknown upload error' => '未知上传错误!',
|
||
'file write error' => '文件写入失败!',
|
||
'upload temp dir not found' => '找不到临时文件夹!',
|
||
'no file to uploaded' => '没有文件被上传!',
|
||
'only the portion of file is uploaded' => '文件只有部分被上传!',
|
||
'upload File size exceeds the maximum value' => '上传文件大小超过了最大值!',
|
||
'upload write error' => '文件上传保存错误!',
|
||
'has the same filename: {:filename}' => '存在同名文件:{:filename}',
|
||
'upload illegal files' => '非法上传文件',
|
||
'illegal image files' => '非法图片文件',
|
||
'extensions to upload is not allowed' => '上传文件后缀不允许',
|
||
'mimetype to upload is not allowed' => '上传文件MIME类型不允许!',
|
||
'filesize not match' => '上传文件大小不符!',
|
||
'directory {:path} creation failed' => '目录 {:path} 创建失败!',
|
||
|
||
// Validate Error Message
|
||
':attribute require' => ':attribute不能为空',
|
||
':attribute must be numeric' => ':attribute必须是数字',
|
||
':attribute must be integer' => ':attribute必须是整数',
|
||
':attribute must be float' => ':attribute必须是浮点数',
|
||
':attribute must be bool' => ':attribute必须是布尔值',
|
||
':attribute not a valid email address' => ':attribute格式不符',
|
||
':attribute not a valid mobile' => ':attribute格式不符',
|
||
':attribute must be a array' => ':attribute必须是数组',
|
||
':attribute must be yes,on or 1' => ':attribute必须是yes、on或者1',
|
||
':attribute not a valid datetime' => ':attribute不是一个有效的日期或时间格式',
|
||
':attribute not a valid file' => ':attribute不是有效的上传文件',
|
||
':attribute not a valid image' => ':attribute不是有效的图像文件',
|
||
':attribute must be alpha' => ':attribute只能是字母',
|
||
':attribute must be alpha-numeric' => ':attribute只能是字母和数字',
|
||
':attribute must be alpha-numeric, dash, underscore' => ':attribute只能是字母、数字和下划线_及破折号-',
|
||
':attribute not a valid domain or ip' => ':attribute不是有效的域名或者IP',
|
||
':attribute must be chinese' => ':attribute只能是汉字',
|
||
':attribute must be chinese or alpha' => ':attribute只能是汉字、字母',
|
||
':attribute must be chinese,alpha-numeric' => ':attribute只能是汉字、字母和数字',
|
||
':attribute must be chinese,alpha-numeric,underscore, dash' => ':attribute只能是汉字、字母、数字和下划线_及破折号-',
|
||
':attribute not a valid url' => ':attribute不是有效的URL地址',
|
||
':attribute not a valid ip' => ':attribute不是有效的IP地址',
|
||
':attribute must be dateFormat of :rule' => ':attribute必须使用日期格式 :rule',
|
||
':attribute must be in :rule' => ':attribute必须在 :rule 范围内',
|
||
':attribute be notin :rule' => ':attribute不能在 :rule 范围内',
|
||
':attribute must between :1 - :2' => ':attribute只能在 :1 - :2 之间',
|
||
':attribute not between :1 - :2' => ':attribute不能在 :1 - :2 之间',
|
||
'size of :attribute must be :rule' => ':attribute长度不符合要求 :rule',
|
||
'max size of :attribute must be :rule' => ':attribute长度不能超过 :rule',
|
||
'min size of :attribute must be :rule' => ':attribute长度不能小于 :rule',
|
||
':attribute cannot be less than :rule' => ':attribute日期不能小于 :rule',
|
||
':attribute cannot exceed :rule' => ':attribute日期不能超过 :rule',
|
||
':attribute not within :rule' => '不在有效期内 :rule',
|
||
'access IP is not allowed' => '不允许的IP访问',
|
||
'access IP denied' => '禁止的IP访问',
|
||
':attribute out of accord with :2' => ':attribute和确认字段:2不一致',
|
||
':attribute cannot be same with :2' => ':attribute和比较字段:2不能相同',
|
||
':attribute must greater than or equal :rule' => ':attribute必须大于等于 :rule',
|
||
':attribute must greater than :rule' => ':attribute必须大于 :rule',
|
||
':attribute must less than or equal :rule' => ':attribute必须小于等于 :rule',
|
||
':attribute must less than :rule' => ':attribute必须小于 :rule',
|
||
':attribute must equal :rule' => ':attribute必须等于 :rule',
|
||
':attribute has exists' => ':attribute已存在',
|
||
':attribute not conform to the rules' => ':attribute不符合指定规则',
|
||
'invalid Request method' => '无效的请求类型',
|
||
'invalid token' => '令牌数据无效',
|
||
'not conform to the rules' => '规则错误',
|
||
'in_top_sumday' => '该桌子处于最新的日结天数,请明天再进行日结',
|
||
'exceeds_limit' => '下注超出限紅',
|
||
'exceeds_limit_table' => '下注超出桌子限紅',
|
||
'exceeds_limit_user' => '下注超出个人限紅',
|
||
'under_limit_user' => '下注低于个人限紅',
|
||
'end_bet_error' => '停止成功',
|
||
'end_bet_error_1' => '当前局状态不在下注状态,不能停止',
|
||
'end_bet_error_2' => '停止下注失败',
|
||
'repeated_entry' => '你的账号在其他地方登陆了,即将退出',
|
||
|
||
'online_entrance' => '电投登录入口',
|
||
'onlinechip_entrance' => '网投登录入口',
|
||
'agent_entrance' => '代理端登录入口',
|
||
'login_entrance' => '登录入口',
|
||
'change_boot_false' => '当前有下注,不能结算,请开结果后再进行结算',
|
||
'win_limit_tip' => '已达到日赢上限,无法下注',
|
||
|
||
'toning_result_0' => '0红4白',
|
||
'toning_result_1' => '1红3白',
|
||
'toning_result_2' => '2红2白',
|
||
'toning_result_3' => '3红1白',
|
||
'toning_result_4' => '4红0白',
|
||
'toning_zero' => '0区下注额',
|
||
'toning_four' => '4区下注额',
|
||
'toning_one' => '1区下注额',
|
||
'toning_three' => '3区下注额',
|
||
'toning_big' => '大区下注额',
|
||
'toning_small' => '小区下注额',
|
||
'toning_singular' => '单区下注额',
|
||
'toning_plural' => '双区下注额',
|
||
'dice_small' => '大小-小下注额',
|
||
'dice_big' => '大小-大下注额',
|
||
'dice_singular' => '单双-单下注额',
|
||
'dice_plural' => '单双-双区下注额',
|
||
'dice_two_11' => '双骰-1下注额',
|
||
'dice_two_22' => '双骰-2下注额',
|
||
'dice_two_33' => '双骰-3下注额',
|
||
'dice_two_44' => '双骰-4下注额',
|
||
'dice_two_55' => '双骰-5下注额',
|
||
'dice_two_66' => '双骰-6下注额',
|
||
'dice_leopard' => '全围下注额',
|
||
'dice_three_111' => '围骰-1下注额',
|
||
'dice_three_222' => '围骰-2下注额',
|
||
'dice_three_333' => '围骰-3下注额',
|
||
'dice_three_444' => '围骰-4下注额',
|
||
'dice_three_555' => '围骰-5下注额',
|
||
'dice_three_666' => '围骰-6下注额',
|
||
'dice_number_4' => '总和-4下注额',
|
||
'dice_number_5' => '总和-5下注额',
|
||
'dice_number_6' => '总和-6下注额',
|
||
'dice_number_7' => '总和-7下注额',
|
||
'dice_number_8' => '总和-8下注额',
|
||
'dice_number_9' => '总和-9下注额',
|
||
'dice_number_10' => '总和-10下注额',
|
||
'dice_number_11' => '总和-11下注额',
|
||
'dice_number_12' => '总和-12下注额',
|
||
'dice_number_13' => '总和-13下注额',
|
||
'dice_number_14' => '总和-14下注额',
|
||
'dice_number_15' => '总和-15下注额',
|
||
'dice_number_16' => '总和-16下注额',
|
||
'dice_number_17' => '总和-17下注额',
|
||
'dice_two_12' => '组合-1+2下注额',
|
||
'dice_two_13' => '组合-1+3下注额',
|
||
'dice_two_14' => '组合-1+4下注额',
|
||
'dice_two_15' => '组合-1+5下注额',
|
||
'dice_two_16' => '组合-1+6下注额',
|
||
'dice_two_23' => '组合-2+3下注额',
|
||
'dice_two_24' => '组合-2+4下注额',
|
||
'dice_two_25' => '组合-2+5下注额',
|
||
'dice_two_26' => '组合-2+6下注额',
|
||
'dice_two_34' => '组合-3+4下注额',
|
||
'dice_two_35' => '组合-3+5下注额',
|
||
'dice_two_36' => '组合-3+6下注额',
|
||
'dice_two_45' => '组合-4+5下注额',
|
||
'dice_two_46' => '组合-4+6下注额',
|
||
'dice_two_56' => '组合-5+6下注额',
|
||
'dice_living_1' => '点数-1下注额',
|
||
'dice_living_2' => '点数-2下注额',
|
||
'dice_living_3' => '点数-3下注额',
|
||
'dice_living_4' => '点数-4下注额',
|
||
'dice_living_5' => '点数-5下注额',
|
||
'dice_living_6' => '点数-6下注额',
|
||
'european' => '欧式',
|
||
'french' => '法式',
|
||
'roulette_straight' => '直注',
|
||
'roulette_split' => '分注',
|
||
'roulette_street' => '街注',
|
||
'roulette_triple' => '三数',
|
||
'roulette_corner' => '角注',
|
||
'roulette_four' => '角注',
|
||
'roulette_line' => '线注',
|
||
'roulette_dozen' => '打注',
|
||
'roulette_column' => '列注',
|
||
'roulette_red' => '红',
|
||
'roulette_black' => '黑',
|
||
'roulette_odd' => '单',
|
||
'roulette_even' => '双',
|
||
'roulette_low' => '小',
|
||
'roulette_high' => '大',
|
||
'roulette_column_1' => '第一列',
|
||
'roulette_column_2' => '第二列',
|
||
'roulette_column_3' => '第三列',
|
||
'roulette_dozen_1' => '第一打',
|
||
'roulette_dozen_2' => '第二打',
|
||
'roulette_dozen_3' => '第三打',
|
||
'roulette_zeroGame' => '轮上零旁',
|
||
'roulette_neighborsOfZero' => '零旁注上角',
|
||
'roulette_orphans' => '轮上孤注',
|
||
'roulette_theThird' => '轮盘下角注',
|
||
|
||
];
|