19 lines
940 B
PHP
Executable File
19 lines
940 B
PHP
Executable File
<?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个字符',
|
|
'Trade password must be 6 characters' => '交易密码长度为6个字符',
|
|
'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' => 'Mt email code',
|
|
'错误的邀请码' => '错误的邀请码',
|
|
'Incoret param' => 'Incoret param',
|
|
); |