messages.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. <?php
  2. return [
  3. "vip"=>[
  4. "level_up_bonus"=>"VIP :vip 升级奖励",
  5. "level_up_bonus_body"=>"恭喜!您已达到 VIP :vip!",
  6. ],
  7. "mail_type" => [
  8. "praise" => "感谢您对平台的支持!",
  9. "pay_success" => "您购买的金币交易已完成。",
  10. "withdraw_success" => "您的提现已成功处理。",
  11. "withdraw_fail" => "您的提现请求失败。",
  12. "withdraw_refuse" => "您的提现请求已被拒绝。",
  13. "withdraw_clear" => "您的提现请求已被清除。",
  14. ],
  15. "mail_content" => [
  16. "praise_text" => "如果您对我们的游戏满意,请在Google Play商店给我们五星好评,并向客服提供您的评价截图,获得R$5奖励。Google Play商店链接:https://play.google.com/store/apps/details?id=:package",
  17. "pay_success_text" => "购买项目: :favorable_price 金币\n订单号: :order_sn\n如有任何问题,请联系客服。",
  18. "withdraw_success_text" => "1. 您的提现订单: :order_sn。\n2. 收到金额: :amount\n3. 如有任何问题,请联系客服。",
  19. "withdraw_fail_text" => "1. 您的提现订单: :order_sn 失败。\n2. 失败原因: 提现错误,错误代码: :msg\n3. 请尽快提取金额。\n4. 如有任何问题,请联系客服。",
  20. "withdraw_refuse_text" => "1. 您的提现订单: :order_sn 请求失败。\n2. 失败原因: 系统管理员拒绝了您的申请。\n3. 请尽快提取金额。\n4. 如有任何问题,请联系客服。",
  21. "withdraw_clear_text" => "您的提现订单: :order_sn 请求失败。\n您好,您的账户被检测为异常,此次提现失败,金币将被退还。\n如果我们再次发现异常,我们可能会没收您的金币甚至封锁您的账户。如有任何问题,请联系客服!",
  22. "withdrawal_failure_text" => "您的提现请求失败。",
  23. "recovery_text" => "1. 您的提现请求订单号: :order_sn 已失败。2. 失败原因: 系统检测到您的账户存在恶意欺诈行为,金币已被收回。3. 如有任何问题,请联系客服。",
  24. "customer_service_reply" => "客服回复",
  25. "transaction_completed" => "金币交易完成。",
  26. "purchase_text" => "已购项目: :favorable_price 金币。订单号: :order_sn。如有任何问题,请联系客服。",
  27. ],
  28. "send_code" => [
  29. "len_fail" => "抱歉,不支持 :len 位数的手机号码",
  30. "too_many_sms" => "您发送了太多短信,已被阻止发送",
  31. "invalid_phone_number" => "您的号码不正确或暂时不可用,请稍后再试",
  32. ],
  33. // 管理员和API消息翻译
  34. "admin" => [
  35. // 常见管理员错误
  36. "common" => [
  37. "operation_frequent" => "操作频繁",
  38. "missing_params" => "缺少参数",
  39. "order_not_exists" => "订单不存在",
  40. "order_duplicate" => "订单重复操作",
  41. "refresh_failed" => "刷新失败",
  42. "update_failed" => "修改失败",
  43. "weight_incorrect" => "权重值分配不正确",
  44. "user_not_exists" => "用户不存在",
  45. "user_exists" => "用户已经存在",
  46. "user_bound" => "用户已绑定",
  47. "format_error" => "格式错误",
  48. "do_not_repeat" => "请勿重复发送"
  49. ],
  50. // 充值相关
  51. "recharge" => [
  52. "limit_error" => "充值下限不能大于充值上限",
  53. "level_exists" => "充值档位已存在!",
  54. "order_empty" => "订单号为空!",
  55. "order_completed" => "订单已完成!",
  56. "order_incorrect" => "订单不是已完成!或者已经处理过",
  57. "order_not_success" => "订单未成功",
  58. "order_supplement_failed" => "补单失败",
  59. "select_image" => "请选择图片!",
  60. "duplicate_recharge_level" => "已有重复的充值额度档位!"
  61. ],
  62. // 提现相关
  63. "withdrawal" => [
  64. "data_not_exists" => "数据不存在!",
  65. "fee_max_limit" => "手续费最大值为1000",
  66. "order_locked" => "订单已被锁定",
  67. "order_locked_new" => "订单已被锁定new",
  68. "order_status_incorrect" => "订单状态不正确, 请刷新页面重试",
  69. "param_error" => "参数错误!",
  70. "select_payment_method" => "请选择代付方",
  71. "unsupported_format" => "不支持的提现格式!",
  72. "withdrawal_failed" => "订单提现失败"
  73. ],
  74. // 游戏控制相关
  75. "game_control" => [
  76. "level_exists" => "档位已存在",
  77. "level_limit" => "档位达到创建数量限制",
  78. "room_config_exists" => "房间配置已存在",
  79. "level_duplicate" => "等级重复",
  80. "diamond_group_error" => "钻石组组合倍数信息错误",
  81. "diamond_multiplier_range" => "钻石组倍数不在范围内",
  82. "diamond_multiplier_sum_range" => "钻石组倍数和不在范围内",
  83. "crown_multiplier_range" => "皇冠倍数不在范围内",
  84. "lottery_control_failed" => "彩金控制修改失败",
  85. "insufficient_admin_lottery" => "管理员彩金额度不足!",
  86. "cancel_control_failed" => "取消单控失败",
  87. "promotion_pool_update_failed" => "推广赚金池数值修改失败",
  88. "input_correct_amount" => "请输入正确的可提额度",
  89. "user_max_daily_limit" => "单日用户最大额度一万",
  90. "insufficient_total_amount" => "总额度不足,联系管理员,最大额度五万"
  91. ],
  92. // 黑名单相关
  93. "blacklist" => [
  94. "user_in_blacklist" => "用户已经在黑名单中",
  95. "user_not_in_blacklist" => "用户不在黑名单中"
  96. ],
  97. // 公告相关
  98. "notice" => [
  99. "image_required" => "图片不能为空",
  100. "text_required" => "文本内容不能为空",
  101. "max_notice_limit" => "只能发布10条公告"
  102. ],
  103. // 其他
  104. "others" => [
  105. "no_recall_users" => "未召回用户>2不分配新账号",
  106. "missing_withdrawal_amount" => "缺少提现金额",
  107. "missing_operation_type" => "缺少操作类型",
  108. "fill_correct_user_id" => "填写正确用户ID"
  109. ]
  110. ],
  111. "api" => [
  112. "apcopay" => [
  113. "original_api_test_failed" => "原始API测试失败: :message",
  114. "original_api_test_exception" => "原始API测试异常: :message",
  115. "test_withdrawal_exception" => "测试提现异常: :message",
  116. "provide_query_param" => "请提供至少一个查询参数: order_reference (订单号) 或 transaction_id (PspId)",
  117. "verify_failed" => "验证失败: 未找到交易或API请求错误",
  118. "verify_exception" => "验证过程异常: :message"
  119. ],
  120. "withdraw_info" => [
  121. "try_again_later" => "请稍后重试",
  122. "params_error" => "参数错误",
  123. "missing_pix_type" => "缺少PIX类型",
  124. "cpf_number_used" => "CPF号码已被多次使用,无法保存",
  125. "player_info_inconsistent" => "玩家信息不一致",
  126. "wrong_cpf" => "无效的CPF",
  127. "no_data" => "数据获取失败"
  128. ],
  129. "auto_apk" => [
  130. "please_wait" => "请等待处理...您可以稍后重试"
  131. ],
  132. "adjust" => [
  133. "not_found" => "未找到"
  134. ],
  135. "register" => [
  136. "multiple_accounts_ip" => "同一IP不能注册多个账号",
  137. "phone_empty" => "手机号为空",
  138. "phone_code_too_long" => "手机验证码过长",
  139. "phone_already_bound" => "手机号已被绑定",
  140. "code_incorrect" => "验证码错误或已过期",
  141. "parent_id_not_exist" => "父级ID不存在",
  142. "register_code_empty" => "邀请码为空",
  143. "register_code_not_exists" => "邀请码不存在",
  144. "register_code_user_empty" => "邀请码用户信息为空",
  145. "register_code_num_use_up" => "邀请码使用次数已达上限",
  146. "register_code_time_expire" => "邀请码已过期",
  147. "qr_info_empty" => "二维码信息为空",
  148. "qr_pre_not_exists" => "二维码预注册信息不存在",
  149. "qr_pre_empty" => "二维码预注册信息为空",
  150. "qr_expire" => "二维码已过期,请重新生成",
  151. "qr_used" => "二维码已被使用",
  152. "register_success" => "注册成功",
  153. "register_fail" => "注册失败",
  154. "account_exists" => "账号已存在",
  155. "nickname_exists" => "昵称已存在",
  156. "register_not_exists" => "注册数据不存在",
  157. "account_not_rule" => "账号名称不符合规则",
  158. "nickname_sensitive_words" => "昵称包含敏感词",
  159. "nickname_not_rule" => "显示名称必须在6-12个字符之间",
  160. "code_not_rule" => "邀请码格式不正确"
  161. ],
  162. "upload" => [
  163. "missing_user_info" => "缺少用户信息",
  164. "empty_image" => "图片内容不能为空",
  165. "incorrect_file_type" => "文件类型不正确",
  166. "upload_failed" => "上传失败",
  167. "nickname_sensitive_words" => "昵称包含敏感词",
  168. "portrait_size_big" => "头像尺寸过大",
  169. "nickname_repeat" => "昵称重复",
  170. "account_not_exist" => "账号不存在",
  171. "account_type_error" => "账号类型错误",
  172. "account_not_active" => "账号未激活",
  173. "coin_not_enough" => "金币不足",
  174. "not_bind_bank_card" => "未绑定银行卡",
  175. "diamond_not_enough" => "钻石不足",
  176. "gold_not_enough" => "金币不足",
  177. "bank_gold_not_enough" => "银行金币不足",
  178. "parameter_error" => "参数错误",
  179. "user_not_found" => "未找到用户",
  180. "update_fail" => "更新失败",
  181. "update_success" => "更新成功"
  182. ],
  183. "pay" => [
  184. "invalid_params" => "无效的参数",
  185. "valid_failed" => "验证失败",
  186. "payment_error" => "支付错误"
  187. ],
  188. "payment" => [
  189. "valid_failed" => "验证失败",
  190. "paytype_error" => "支付类型错误",
  191. "activity_closed" => "活动已关闭",
  192. "unknown_product" => "未知产品",
  193. "paytype_error_simple" => "支付类型错误"
  194. ],
  195. "game_api" => [
  196. "user_info_lost" => "用户信息丢失",
  197. "player_info_inconsistent" => "玩家信息不一致",
  198. "login_fail_server_stop" => "登录失败,服务器已关闭",
  199. "login_fail_user_full" => "登录失败,房间已满",
  200. "login_fail_room_full" => "登录失败,房间已满",
  201. "login_fail_room_not_exist" => "登录失败,房间不存在",
  202. "login_fail_contest_not_start" => "登录失败,比赛未开始",
  203. "login_fail_contest_end" => "登录失败,比赛已结束",
  204. "login_fail_contest_not_exist" => "登录失败,比赛不存在",
  205. "login_fail_user_in_black" => "登录失败,您在黑名单中",
  206. "login_fail_user_in_offline_room" => "登录失败,您在离线房间中",
  207. "login_fail_room_closed" => "登录失败,房间已关闭"
  208. ],
  209. "common" => [
  210. "characters_too_long" => "字符太长,最多300个字符",
  211. "missing_info" => "缺少信息",
  212. "missing_user_id" => "用户ID不能为空",
  213. "fill_message" => "请填写消息",
  214. "user_info_not_obtained" => "未获取到用户信息",
  215. "maintenance_in_progress" => "正在更新,请稍候,此次更新预计需要30分钟"
  216. ],
  217. "user" => [
  218. "user_not_exist" => "用户不存在!用户ID错误!",
  219. "user_already_bind" => "用户已绑定!",
  220. "country_not_found" => "找不到国家!",
  221. "locale_not_supported" => "不支持该地区!",
  222. "message" => [
  223. "leave_success" => "留言成功",
  224. "leave_fail" => "留言失败,请稍后重试",
  225. "get_success" => "获取成功",
  226. "no_chat_record" => "未获取到聊天记录"
  227. ]
  228. ],
  229. "other" => [
  230. "empty_response" => "空响应"
  231. ]
  232. ],
  233. // Web前端消息
  234. "web" => [
  235. "activity" => [
  236. "login_required" => "请先登录",
  237. "redpack_not_available" => "没有可用的红包",
  238. "redpack_no_recharge" => "您需要先充值!"
  239. ],
  240. "protect" => [
  241. "score_limit" => "积分已达上限",
  242. "times_limit" => "保护次数已达上限"
  243. ],
  244. "checkin" => [
  245. "user_signin_error" => "获取用户签到信息失败",
  246. "user_already_signed_in" => "您今天已经签到过了",
  247. "signin_event_ended" => "签到活动已结束",
  248. "signin_data_error" => "读取签到数据失败",
  249. "recharge_required" => "需要充值才能签到",
  250. "unknown_error" => "未知错误",
  251. "exception_occurred" => "处理您的请求时发生错误"
  252. ],
  253. "withdraw" => [
  254. "try_again_later" => "未知错误",
  255. "no_withdraw_value" => "可提现金额不足",
  256. "too_low" => "低于最低提现金额",
  257. "too_high" => "高于最高提现金额",
  258. "day_max" => "超过每日提现次数上限",
  259. "no_enouth_score" => "余额不足",
  260. "in_game" => "抱歉,您正在游戏中",
  261. "no_deposit" => "您需要先充值!"
  262. ],
  263. "vip_task" => [
  264. "recharge_first" => "请先充值后再查看任务 - :userId",
  265. "completed" => "已完成",
  266. "not_completed" => "未完成",
  267. "cannot_claim" => "不能领取",
  268. "can_claim" => "待领取",
  269. "claimed" => "已领取",
  270. "repeatable" => "可重复领取",
  271. "stage1_title" => "阶段任务1",
  272. "stage2_title" => "阶段任务2",
  273. "stage3_title" => "阶段任务3(循环任务)",
  274. "operation_frequent" => "操作太频繁,请稍后再试",
  275. "task_not_completed" => "任务未完成",
  276. "reward_claimed" => "奖励已领取",
  277. "invalid_stage" => "无效的阶段",
  278. "claim_success" => "成功领取 :amount 提现额度",
  279. "claim_failed" => "领取失败::error"
  280. ]
  281. ]
  282. ];