| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- <?php
- return [
- "vip"=>[
- "level_up_bonus"=>"VIP :vip 升级奖励",
- "level_up_bonus_body"=>"恭喜!您已达到 VIP :vip!",
- ],
- "mail_type" => [
- "praise" => "感谢您对平台的支持!",
- "pay_success" => "您购买的金币交易已完成。",
- "withdraw_success" => "您的提现已成功处理。",
- "withdraw_fail" => "您的提现请求失败。",
- "withdraw_refuse" => "您的提现请求已被拒绝。",
- "withdraw_clear" => "您的提现请求已被清除。",
- ],
- "mail_content" => [
- "praise_text" => "如果您对我们的游戏满意,请在Google Play商店给我们五星好评,并向客服提供您的评价截图,获得R$5奖励。Google Play商店链接:https://play.google.com/store/apps/details?id=:package",
- "pay_success_text" => "购买项目: :favorable_price 金币\n订单号: :order_sn\n如有任何问题,请联系客服。",
- "withdraw_success_text" => "1. 您的提现订单: :order_sn。\n2. 收到金额: :amount\n3. 如有任何问题,请联系客服。",
- "withdraw_fail_text" => "1. 您的提现订单: :order_sn 失败。\n2. 失败原因: 提现错误,错误代码: :msg\n3. 请尽快提取金额。\n4. 如有任何问题,请联系客服。",
- "withdraw_refuse_text" => "1. 您的提现订单: :order_sn 请求失败。\n2. 失败原因: 系统管理员拒绝了您的申请。\n3. 请尽快提取金额。\n4. 如有任何问题,请联系客服。",
- "withdraw_clear_text" => "您的提现订单: :order_sn 请求失败。\n您好,您的账户被检测为异常,此次提现失败,金币将被退还。\n如果我们再次发现异常,我们可能会没收您的金币甚至封锁您的账户。如有任何问题,请联系客服!",
- "withdrawal_failure_text" => "您的提现请求失败。",
- "recovery_text" => "1. 您的提现请求订单号: :order_sn 已失败。2. 失败原因: 系统检测到您的账户存在恶意欺诈行为,金币已被收回。3. 如有任何问题,请联系客服。",
- "customer_service_reply" => "客服回复",
- "transaction_completed" => "金币交易完成。",
- "purchase_text" => "已购项目: :favorable_price 金币。订单号: :order_sn。如有任何问题,请联系客服。",
- ],
- "send_code" => [
- "len_fail" => "抱歉,不支持 :len 位数的手机号码",
- "too_many_sms" => "您发送了太多短信,已被阻止发送",
- "invalid_phone_number" => "您的号码不正确或暂时不可用,请稍后再试",
- ],
- // 管理员和API消息翻译
- "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"
- ],
- "withdraw_info" => [
- "try_again_later" => "请稍后重试",
- "params_error" => "参数错误",
- "missing_pix_type" => "缺少PIX类型",
- "cpf_number_used" => "CPF号码已被多次使用,无法保存",
- "player_info_inconsistent" => "玩家信息不一致",
- "wrong_cpf" => "无效的CPF",
- "no_data" => "数据获取失败"
- ],
- "auto_apk" => [
- "please_wait" => "请等待处理...您可以稍后重试"
- ],
- "adjust" => [
- "not_found" => "未找到"
- ],
- "register" => [
- "multiple_accounts_ip" => "同一IP不能注册多个账号",
- "phone_empty" => "手机号为空",
- "phone_code_too_long" => "手机验证码过长",
- "phone_already_bound" => "手机号已被绑定",
- "code_incorrect" => "验证码错误或已过期",
- "parent_id_not_exist" => "父级ID不存在",
- "register_code_empty" => "邀请码为空",
- "register_code_not_exists" => "邀请码不存在",
- "register_code_user_empty" => "邀请码用户信息为空",
- "register_code_num_use_up" => "邀请码使用次数已达上限",
- "register_code_time_expire" => "邀请码已过期",
- "qr_info_empty" => "二维码信息为空",
- "qr_pre_not_exists" => "二维码预注册信息不存在",
- "qr_pre_empty" => "二维码预注册信息为空",
- "qr_expire" => "二维码已过期,请重新生成",
- "qr_used" => "二维码已被使用",
- "register_success" => "注册成功",
- "register_fail" => "注册失败",
- "account_exists" => "账号已存在",
- "nickname_exists" => "昵称已存在",
- "register_not_exists" => "注册数据不存在",
- "account_not_rule" => "账号名称不符合规则",
- "nickname_sensitive_words" => "昵称包含敏感词",
- "nickname_not_rule" => "显示名称必须在6-12个字符之间",
- "code_not_rule" => "邀请码格式不正确"
- ],
- "upload" => [
- "missing_user_info" => "缺少用户信息",
- "empty_image" => "图片内容不能为空",
- "incorrect_file_type" => "文件类型不正确",
- "upload_failed" => "上传失败",
- "nickname_sensitive_words" => "昵称包含敏感词",
- "portrait_size_big" => "头像尺寸过大",
- "nickname_repeat" => "昵称重复",
- "account_not_exist" => "账号不存在",
- "account_type_error" => "账号类型错误",
- "account_not_active" => "账号未激活",
- "coin_not_enough" => "金币不足",
- "not_bind_bank_card" => "未绑定银行卡",
- "diamond_not_enough" => "钻石不足",
- "gold_not_enough" => "金币不足",
- "bank_gold_not_enough" => "银行金币不足",
- "parameter_error" => "参数错误",
- "user_not_found" => "未找到用户",
- "update_fail" => "更新失败",
- "update_success" => "更新成功"
- ],
- "pay" => [
- "invalid_params" => "无效的参数",
- "valid_failed" => "验证失败",
- "payment_error" => "支付错误"
- ],
- "payment" => [
- "valid_failed" => "验证失败",
- "paytype_error" => "支付类型错误",
- "activity_closed" => "活动已关闭",
- "unknown_product" => "未知产品",
- "paytype_error_simple" => "支付类型错误"
- ],
- "game_api" => [
- "user_info_lost" => "用户信息丢失",
- "player_info_inconsistent" => "玩家信息不一致",
- "login_fail_server_stop" => "登录失败,服务器已关闭",
- "login_fail_user_full" => "登录失败,房间已满",
- "login_fail_room_full" => "登录失败,房间已满",
- "login_fail_room_not_exist" => "登录失败,房间不存在",
- "login_fail_contest_not_start" => "登录失败,比赛未开始",
- "login_fail_contest_end" => "登录失败,比赛已结束",
- "login_fail_contest_not_exist" => "登录失败,比赛不存在",
- "login_fail_user_in_black" => "登录失败,您在黑名单中",
- "login_fail_user_in_offline_room" => "登录失败,您在离线房间中",
- "login_fail_room_closed" => "登录失败,房间已关闭"
- ],
- "common" => [
- "characters_too_long" => "字符太长,最多300个字符",
- "missing_info" => "缺少信息",
- "missing_user_id" => "用户ID不能为空",
- "fill_message" => "请填写消息",
- "user_info_not_obtained" => "未获取到用户信息",
- "maintenance_in_progress" => "正在更新,请稍候,此次更新预计需要30分钟"
- ],
- "user" => [
- "user_not_exist" => "用户不存在!用户ID错误!",
- "user_already_bind" => "用户已绑定!",
- "country_not_found" => "找不到国家!",
- "locale_not_supported" => "不支持该地区!",
- "message" => [
- "leave_success" => "留言成功",
- "leave_fail" => "留言失败,请稍后重试",
- "get_success" => "获取成功",
- "no_chat_record" => "未获取到聊天记录"
- ]
- ],
- "other" => [
- "empty_response" => "空响应"
- ]
- ],
- // Web前端消息
- "web" => [
- "activity" => [
- "login_required" => "请先登录",
- "redpack_not_available" => "没有可用的红包",
- "redpack_no_recharge" => "您需要先充值!"
- ],
- "protect" => [
- "score_limit" => "积分已达上限",
- "times_limit" => "保护次数已达上限"
- ],
- "checkin" => [
- "user_signin_error" => "获取用户签到信息失败",
- "user_already_signed_in" => "您今天已经签到过了",
- "signin_event_ended" => "签到活动已结束",
- "signin_data_error" => "读取签到数据失败",
- "recharge_required" => "需要充值才能签到",
- "unknown_error" => "未知错误",
- "exception_occurred" => "处理您的请求时发生错误"
- ],
- "withdraw" => [
- "try_again_later" => "未知错误",
- "no_withdraw_value" => "可提现金额不足",
- "too_low" => "低于最低提现金额",
- "too_high" => "高于最高提现金额",
- "day_max" => "超过每日提现次数上限",
- "no_enouth_score" => "余额不足",
- "in_game" => "抱歉,您正在游戏中",
- "no_deposit" => "您需要先充值!"
- ],
- "vip_task" => [
- "recharge_first" => "请先充值后再查看任务 - :userId",
- "completed" => "已完成",
- "not_completed" => "未完成",
- "cannot_claim" => "不能领取",
- "can_claim" => "待领取",
- "claimed" => "已领取",
- "repeatable" => "可重复领取",
- "stage1_title" => "阶段任务1",
- "stage2_title" => "阶段任务2",
- "stage3_title" => "阶段任务3(循环任务)",
- "operation_frequent" => "操作太频繁,请稍后再试",
- "task_not_completed" => "任务未完成",
- "reward_claimed" => "奖励已领取",
- "invalid_stage" => "无效的阶段",
- "claim_success" => "成功领取 :amount 提现额度",
- "claim_failed" => "领取失败::error"
- ]
- ]
- ];
|