1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?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',
|
||||
);
|
||||
Reference in New Issue
Block a user