message.php 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. return [
  3. "简体中文" => "Simplified Chinese",
  4. "繁体中文" => "Traditional Chinese",
  5. "英语" => "English",
  6. "日语" => "Japanese",
  7. "韩语" => "Korean",
  8. "银行卡不存在" => "Bank card does not exist.",
  9. "取款密码错误" => "Withdrawal password is incorrect.",
  10. "余额不足" => "Insufficient balance.",
  11. "数据不存在" => "Data does not exist",
  12. "无需重复审核" => "No need for repeated review",
  13. "参数错误" => "Parameter error",
  14. "删除成功" => "Deleted successfully",
  15. "设置成功" => "Settings saved successfully",
  16. "操作失败" => "Operation failed",
  17. "缺少参数" => "Missing parameters",
  18. "有待处理订单,请先完成订单" => "There are pending orders, please complete them first",
  19. "已经达到今日最大完单数,提升会员等级可增加每日完单数" => "Maximum daily order limit reached. Upgrade membership level to increase daily order limit",
  20. "暂无适合的商品,请稍后再试" => "No suitable products available at the moment, please try again later",
  21. "订单已生成,请尽快支付" => "Order has been generated, please pay as soon as possible",
  22. "分配订单失败,请稍后再试" => "Failed to assign order, please try again later",
  23. "未找到相关订单数据" => "No relevant order data found",
  24. "订单已支付,请勿重复提交" => "Order has been paid, please do not submit again",
  25. "钱包余额不足,请先充值" => "Insufficient wallet balance, please recharge first",
  26. "刷单成功" => "Order brushing successful",
  27. "验证失败" => "Verification failed",
  28. "当前密码不正确" => "Current password is incorrect",
  29. "密码修改成功" => "Password changed successfully",
  30. "当前支付密码不正确" => "Current payment password is incorrect",
  31. "支付密码修改成功" => "Payment password changed successfully",
  32. "邀请码必填" => "Invitation code is required",
  33. "邀请码无效" => "Invalid invitation code",
  34. "同一IP登录用户过多,账号已被封禁" => "Too many users logging in from the same IP, account has been suspended",
  35. "用户名不能为空" => "Username cannot be empty",
  36. "密码不能为空" => "Password cannot be empty",
  37. "用户名或密码错误" => "Incorrect username or password",
  38. "用户被禁用,请联系管理员" => "User account has been disabled, please contact administrator",
  39. "登录失败,请稍后重试" => "Login failed, please try again later",
  40. "登录成功" => "Login successful",
  41. "已经达到最大完单数,提升会员等级可增加完单数" => "The maximum number of completed orders has been reached. Upgrading the membership level can increase the number of completed orders.",
  42. "当前账户余额不足,完成此订单还差{money},请先完成充值"=>"The current account balance is insufficient. There is still a shortfall of {money} to complete this order. Please complete the recharge first.",
  43. "恭喜您,今日订单已完成!可在升级黄金会员后继续新一轮订单"=>"Congratulations! Your order for today has been completed! You can continue with a new round of orders after upgrading to Gold Membership.",
  44. "恭喜您,今日订单已完成!可在升级钻石会员后继续新一轮订单"=>"Congratulations! Your order for today has been completed! You can continue with a new round of orders after upgrading to Diamond Membership.",
  45. "请完成订单后申请提款" => "Please apply for withdrawal after completing the order",
  46. ];