21 lines
1.1 KiB
PHP
21 lines
1.1 KiB
PHP
|
|
<?php
|
||
|
|
return array (
|
||
|
|
'Email is incorrect' => '邮箱地址不正确',
|
||
|
|
'Mobile is incorrect' => '手机号不正确',
|
||
|
|
'Invalid trade password' => '交易密码无效',
|
||
|
|
'Invalid invite code' => '无效邀请码',
|
||
|
|
'Sign up successful' => '注册成功',
|
||
|
|
'Invalid username or password' => '无效的用户名或密码',
|
||
|
|
'Password must be 6 to 30 characters' => '密码长度为6 ~ 30个字符',
|
||
|
|
'User not found' => '未找到用户',
|
||
|
|
'Reset password successful' => '重置密码成功',
|
||
|
|
'Reset Trade password successful' => '重置交易密码成功',
|
||
|
|
'Only one verification code can be sent within %second% seconds' => '在%秒%秒内只能发送一个验证码',
|
||
|
|
'Email sent successfully' => '邮件发送成功',
|
||
|
|
'Mt email code' => '邮箱验证码',
|
||
|
|
'错误的邀请码' => '错误的邀请码',
|
||
|
|
'Trade password must be 6 characters' => '交易密码必须为6个字符',
|
||
|
|
'Incoret param' => '参数不正确',
|
||
|
|
'Insufficient balance' => '余额不足',
|
||
|
|
'The system is under maintenance, please wait...' => '系统维护中,请稍候...',
|
||
|
|
);
|