2025-11-07 09:56:20 +08:00
|
|
|
<?php
|
2026-03-06 02:31:40 +08:00
|
|
|
return array (
|
|
|
|
|
'Account is incorrect' => '账号不正确',
|
2026-03-25 02:48:30 +08:00
|
|
|
'Password is incorrect' => '密码不正确',
|
2026-03-06 02:31:40 +08:00
|
|
|
'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',
|
|
|
|
|
'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',
|
|
|
|
|
'SMS sent successfully' => 'SMS sent successfully',
|
2025-11-07 09:56:20 +08:00
|
|
|
);
|