webman/resource/translations/en/messages.php

22 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'挂机时长没有超过6小时暂不能签到' => '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.',
];