Files
im/resource/translations/en/api/common.php
T
2025-11-21 01:42:54 +08:00

21 lines
1.1 KiB
PHP

<?php
return array (
'Email is incorrect' => 'Email is incorrect',
'Mobile is incorrect' => 'Mobile is incorrect',
'Invalid trade password' => 'Invalid trade password',
'Invalid invite code' => 'Invalid invite code',
'Sign up successful' => 'Sign up successful',
'Invalid username or password' => 'Invalid username or password',
'Password must be 6 to 30 characters' => 'Password must be 6 to 30 characters',
'User not found' => 'User not found',
'Reset password successful' => 'Reset password successful',
'Reset Trade password successful' => 'Reset Trade password successful',
'Only one verification code can be sent within %second% seconds' => 'Only one verification code can be sent within %second% seconds',
'Email sent successfully' => 'Email sent successfully',
'Captcha is incorrect' => 'Captcha is incorrect',
'Mt email code' => 'Mt email code',
'错误的邀请码' => '错误的邀请码',
'Incoret param' => 'Incoret param',
'Trade password must be 6 characters' => 'Trade password must be 6 characters',
'SMS sent successfully' => 'SMS sent successfully',
);