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