125 lines
4.5 KiB
PHP
125 lines
4.5 KiB
PHP
<?php
|
||
// +----------------------------------------------------------------------
|
||
// | 作者:修缘 联系QQ:278896498 QQ群:1054861244
|
||
// | 声明:未经作者许可,禁止倒卖等商业运营,违者必究
|
||
// | 另接php业务,网站制作、代理后台、gm后台、支付对接等
|
||
// +----------------------------------------------------------------------
|
||
// | 创建时间: 2022/1/4 14:18
|
||
// +----------------------------------------------------------------------
|
||
|
||
|
||
return [
|
||
'yes' =>'是',
|
||
'no' => '否',
|
||
'success' => '操作成功',
|
||
'error' => '操作失败',
|
||
|
||
'status_update_success' => '状态操作成功',
|
||
'status_update_error' => '状态操作失败',
|
||
|
||
'agency_level_error' => '只能比上级等级低',
|
||
'agency_txa_error' => '只能比上级提成低,上级提成为:%s',
|
||
|
||
'edit_success' => '修改成功',
|
||
'edit_error' => '修改成功',
|
||
|
||
'delete_success' => '删除成功',
|
||
'delete_error' => '删除成功',
|
||
|
||
'item_file_open_error' => '物品文件打开失败',
|
||
|
||
'charge_file_open_error' => '充值列表文件打开失败',
|
||
|
||
'gm_api_error' => 'gm接口异常',
|
||
'gm_password_error' => 'gm密码错误',
|
||
|
||
'gm_set_comment_success' => '公告设置成功',
|
||
'gm_set_comment_error' => '公告设置失败',
|
||
|
||
'invalid_cdk' => '作废',
|
||
'prompt_invalid_cdk' => "您确定要作废 <span class='text-red'>%s</span> 吗?",
|
||
'confirmed_invalid_cdk' => '确认作废',
|
||
'batch_invalid_cdk' => '您确定要作废选中的数据吗?',
|
||
'invalidate_selected_data' => '作废选中数据',
|
||
'batch_invalid_button' => '作废',
|
||
'system_check_success' => '系统审核成功',
|
||
'system_check_error' => '系统审核失败',
|
||
'system_content' => '大话西游代理后台',
|
||
|
||
|
||
|
||
'batch_delete_button' => '删除',
|
||
|
||
'alipay_name' => '支付宝',
|
||
'WeChat_name' => '微信',
|
||
'qq_name' => 'QQ',
|
||
'boc_name' => '中国银行',
|
||
'icbc_name' => '工商银行',
|
||
'ccb_name' => '建设银行',
|
||
'abchina_name' => '农业银行',
|
||
'cmbchina_name' => '招商银行',
|
||
'psbc_name' => '邮政储蓄银行',
|
||
'bankcomm_name' => '交通银行',
|
||
'cash_name' => '现金',
|
||
'else_name' => '其他',
|
||
'cny' => '¥',
|
||
'psc' => '个',
|
||
'person' => '人',
|
||
|
||
'agency_account_title' => '代理账号',
|
||
'agency_level_title' => '代理账号',
|
||
'agency_rate_title' => '提成比例',
|
||
'agency_invite_code_title' => '邀请码',
|
||
'commission_balance_title' => '提成余额',
|
||
'has_knot_commission_title' => '已结余额',
|
||
'hbdtwx_title' => '点击复制',
|
||
'current_agency_level' => '%s 级代理',
|
||
|
||
'agency_select_error' => '系统异常',
|
||
'balance_money_lack' => '可结算金额不足,当前可结算【%s】元',
|
||
'detail_title' => '详细数据',
|
||
'the_proxy_data_title' => '代理数据',
|
||
'proxy_user_statistics_title' => '代理用户统计',
|
||
'settled_commission_title' => '已结算提成',
|
||
'outstanding_commission_title' => '未结算提成',
|
||
'total_commission_title' => '合计产生手续费',
|
||
'exchange_data_title' => '兑换数据',
|
||
'today_exchange_title' => '今日兑换',
|
||
'yesterday_exchange_title' => '昨日兑换',
|
||
'month_exchange_title' => '本月兑换',
|
||
'last_month_exchange_title' => '上月兑换',
|
||
'year_exchange_title' => '今年兑换',
|
||
'total_exchange_title' => '累计兑换',
|
||
'the_agent_commission_title' => '代理提成',
|
||
'today_agent_commission_title' => '今日提成',
|
||
'yesterday_agent_commission_title' => '昨日提成',
|
||
'month_agent_commission_title' => '本月提成',
|
||
'last_month_agent_commission_title' => '上月提成',
|
||
'year_agent_commission_title' => '今年提成',
|
||
'total_agent_commission_title' => '累计提成',
|
||
'account_register_title' => '账号注册',
|
||
'today_account_register_title' => '今日注册',
|
||
'yesterday_account_register_title' => '昨日注册',
|
||
'month_account_register_title' => '本月注册',
|
||
'last_month_account_register_title' => '上月注册',
|
||
'year_account_register_title' => '今年注册',
|
||
'total_account_register_title' => '累计注册',
|
||
|
||
'player_create_title' => '角色创建',
|
||
'today_player_create_title' => '今日创建',
|
||
'yesterday_player_create_title' => '昨日创建',
|
||
'month_player_create_title' => '本月创建',
|
||
'last_month_player_create_title' => '上月创建',
|
||
'year_player_create_title' => '今年创建',
|
||
'total_player_create_title' => '累计创建',
|
||
'no_open_gold' => '大区:%s未开启大金',
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
];
|