From 5d53412cfd8d18c58019f0a3ed423c65ee8522a3 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Sat, 8 Mar 2025 20:25:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=A4=9A=E6=9D=A1=E6=B6=88=E6=81=AF=E7=9A=84=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E5=86=85=E5=AE=B9=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/translations/en/messages.php | 45 +++++++++++++++--------- resource/translations/zh_CN/messages.php | 11 ++++++ 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/resource/translations/en/messages.php b/resource/translations/en/messages.php index 21db05f..d5893bf 100644 --- a/resource/translations/en/messages.php +++ b/resource/translations/en/messages.php @@ -1,21 +1,32 @@ 'You have not been idle for more than 6 hours, cannot sign in yet.', - '您已登陆' => 'You are already logged in.', - '请发送验证码' => 'Please send the verification code.', - '账户余额不足' => 'Insufficient account balance.', - '需要完成Whatsapp任务' => 'You need to complete the Whatsapp task.', - '账号或密码错误' => 'Incorrect username or password.', - '账号被禁用' => 'The account is disabled.', - '登录成功' => 'Login successful.', - '账号已存在' => 'Account already exists.', - '代理不存在' => 'Agent does not exist.', - '注册成功' => 'Registration successful.', - '原密码错误' => 'Incorrect original password.', - '修改成功' => 'Modification successful.', - '领取成功' => 'Claim successful.', - '每天只能提现三次' => 'You can only withdraw three times a day.', - '等待管理员审核' => 'Waiting for administrator review.', - '转账成功' => 'Transfer successful.', + '挂机时长没有超过6小时,暂不能签到' => 'The idle time has not exceeded 6 hours, unable to sign in for now', + '您已登陆' => 'You are already logged in', + '请发送验证码' => 'Please send the verification code', + '账户余额不足' => 'Insufficient account balance', + '需要完成Whatsapp任务' => 'You need to complete the Whatsapp task', + '账号或密码错误' => 'Incorrect username or password', + '账号被禁用' => 'Account is disabled', + '登录成功' => 'Login successful', + '账号已存在' => 'Account already exists', + '代理不存在' => 'Agent does not exist', + '注册成功' => 'Registration successful', + '原密码错误' => 'Incorrect original password', + '修改成功' => 'Modification successful', + '领取成功' => 'Successfully claimed', + '每天只能提现三次' => 'You can withdraw a maximum of three times per day', + '等待管理员审核' => 'Waiting for admin review', + '转账成功' => 'Transfer successful', + '注册赠送' => 'Registration gift', + '挂机收益' => 'Idle earnings', + '加粉赏金' => 'Followers bonus', + '抽奖' => 'Lottery', + '中奖' => 'You won', + '签到' => 'Sign in', + '提现失败返还'=>'Refund if withdrawal fails', + '支付错误:'=>'Payment error:', + '等待银行打款'=>'Waiting for bank transfer', + '已到账'=>'Already arrived', + '提现'=>'Withdraw cash' ]; diff --git a/resource/translations/zh_CN/messages.php b/resource/translations/zh_CN/messages.php index 6ae1a97..721c8f8 100644 --- a/resource/translations/zh_CN/messages.php +++ b/resource/translations/zh_CN/messages.php @@ -18,4 +18,15 @@ return [ '每天只能提现三次' => '每天只能提现三次', '等待管理员审核' => '等待管理员审核', '转账成功' => '转账成功', + '注册赠送'=>'注册赠送', + '挂机收益'=>'挂机收益', + '加粉赏金'=>'加粉赏金', + '抽奖'=>'抽奖', + '中奖'=>'中奖', + '签到'=>'签到', + '提现失败返还'=>'提现失败返还', + '支付错误:'=>'支付错误:', + '等待银行打款'=>'等待银行打款', + '已到账'=>'已到账', + '提现'=>'提现' ]; \ No newline at end of file