2025-11-07 09:56:20 +08:00
|
|
|
<?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',
|
|
|
|
|
'错误的邀请码' => '错误的邀请码',
|
|
|
|
|
'Incoret param' => 'Incoret param',
|
|
|
|
|
'Trade password must be 6 characters' => 'Trade password must be 6 characters',
|
|
|
|
|
'SMS sent successfully' => 'SMS sent successfully',
|
2026-03-06 02:31:40 +08:00
|
|
|
'Unknown register way' => 'Unknown register way',
|
|
|
|
|
'Username is incorrect' => 'Username is incorrect',
|
|
|
|
|
'Password must be 6 to 32 characters' => 'Password must be 6 to 32 characters',
|
|
|
|
|
'Trade password must be 6-32 characters' => 'Trade password must be 6-32 characters',
|
2026-04-08 10:05:25 +08:00
|
|
|
'Unknown verify type' => 'Unknown verify type',
|
|
|
|
|
'Invalid parameter' => 'Invalid parameter',
|
2025-11-07 09:56:20 +08:00
|
|
|
);
|