'后台操作记录', '系统设置' => '系统设置', '昵称' => '昵称', '账号' => '账号', '创建时间' => '创建时间', '所属角色' => '所属角色', '查看操作记录' => '查看操作记录', '点击查看' => '点击查看', '总共' => '总共', '条,分为' => '条,分为', '页' => '页', '添加IP白名单' => '添加IP白名单', '修改IP白名单' => '修改IP白名单', '删除操作不可逆,是否继续?' => '删除操作不可逆,是否继续?', '管理员操作记录' => '管理员操作记录', '管理员昵称' => '管理员昵称', '请输入管理员昵称' => '请输入管理员昵称', '搜索' => '搜索', '重置' => '重置', '编号' => '编号', '操作内容' => '操作内容', '查看' => '查看', '查看指令' => '查看指令', '内容区域' => '内容区域', '内容区域' => '内容区域', '管理员' => '管理员', '系统设置' => '系统设置', '管理员管理' => '管理员管理', '管理员列表' => '管理员列表', '添加管理员' => '添加管理员', '昵称' => '昵称', '账号' => '账号', '角色' => '角色', '语言' => '语言', '当前彩金额度' => '当前彩金额度', '历史已消耗彩金额度' => '历史已消耗彩金额度', '当前单控送金额度' => '当前单控送金额度', '历史单控送金额度' => '历史单控送金额度', '渠道号' => '渠道号', '状态' => '状态', '操作' => '操作', '正常' => '正常', '禁用' => '禁用', '启用' => '启用', '修改' => '修改', '删除' => '删除', '总共' => '总共', '条,分为' => '条,分为', '页' => '页', '删除操作不可逆,是否继续?' => '删除操作不可逆,是否继续?', '是否继续?' => '是否继续?', '头像' => '头像', // 根据apiReturnFail提取的中文错误信息 "admin" => [ // 管理后台共用错误消息 "common" => [ "operation_frequent" => "操作频繁", "missing_params" => "缺少参数", "order_not_exists" => "订单不存在", "order_duplicate" => "订单重复操作", "refresh_failed" => "刷新失败", "update_failed" => "修改失败", "weight_incorrect" => "权重值分配不正确", "user_not_exists" => "用户不存在", "user_exists" => "用户已经存在", "user_bound" => "用户已绑定", "format_error" => "格式有误", "do_not_repeat" => "请勿重复发送" ], // 充值相关 "recharge" => [ "limit_error" => "充值下限不能大于充值上限", "level_exists" => "充值档位已存在!", "order_empty" => "订单号为空!", "order_completed" => "订单已完成!", "order_incorrect" => "订单不是已完成!或者已经处理过", "order_not_success" => "订单未成功", "order_supplement_failed" => "补单失败", "select_image" => "请选择图片!", "duplicate_recharge_level" => "已有重复的充值额度档位!" ], // 提现相关 "withdrawal" => [ "data_not_exists" => "数据不存在!", "fee_max_limit" => "手续费最大值为1000", "order_locked" => "订单已被锁定", "order_locked_new" => "订单已被锁定new", "order_status_incorrect" => "订单状态不正确, 请刷新页面重试", "param_error" => "参数错误!", "select_payment_method" => "请选择代付方", "unsupported_format" => "不支持的提现格式!", "withdrawal_failed" => "订单提现失败" ], // 游戏控制相关 "game_control" => [ "level_exists" => "档位已存在", "level_limit" => "档位达到创建数量限制", "room_config_exists" => "房间配置已存在", "level_duplicate" => "等级重复", "diamond_group_error" => "钻石组组合倍数信息错误", "diamond_multiplier_range" => "钻石组倍数不在范围内", "diamond_multiplier_sum_range" => "钻石组倍数和不在范围内", "crown_multiplier_range" => "皇冠倍数不在范围内", "lottery_control_failed" => "彩金控制修改失败", "insufficient_admin_lottery" => "管理员彩金额度不足!", "cancel_control_failed" => "取消单控失败", "promotion_pool_update_failed" => "推广赚金池数值修改失败", "input_correct_amount" => "请输入正确的可提额度", "user_max_daily_limit" => "单日用户最大额度一万", "insufficient_total_amount" => "总额度不足,联系管理员,最大额度五万" ], // 黑名单相关 "blacklist" => [ "user_in_blacklist" => "用户已经在黑名单中", "user_not_in_blacklist" => "用户不在黑名单中" ], // 公告相关 "notice" => [ "image_required" => "图片不能为空", "text_required" => "文本内容不能为空", "max_notice_limit" => "只能发布10条公告" ], // 其他 "others" => [ "no_recall_users" => "未召回用户>2不分配新账号", "missing_withdrawal_amount" => "缺少提现金额", "missing_operation_type" => "缺少操作类型", "fill_correct_user_id" => "填写正确用户ID" ] ], "api" => [ "apcopay" => [ "original_api_test_failed" => "原始API测试失败: :message", "original_api_test_exception" => "原始API测试异常: :message", "test_withdrawal_exception" => "测试提现异常: :message", "provide_query_param" => "请提供至少一个查询参数:order_reference(订单号) 或 transaction_id(PspId)", "verify_failed" => "验证失败:未找到交易或API请求出错", "verify_exception" => "验证过程发生异常: :message" ] ] ];