18 lines
929 B
PHP
18 lines
929 B
PHP
<?php
|
|
return array (
|
|
'Invalid verify type' => '验证类型无效',
|
|
'Security verify successfully' => '安全验证成功',
|
|
'Incorrect mobile number format' => '手机号码格式不正确',
|
|
'Mobile number already exists' => '手机号码已存在',
|
|
'Mobile number bound successfully' => '手机号码绑定成功',
|
|
'Incorrect email format' => '邮箱格式不正确',
|
|
'Email already exists' => '邮箱已存在',
|
|
'Email bound successfully' => '邮箱绑定成功',
|
|
'Username length must be between 3 and 20 characters' => '用户名长度必须在3到20个字符之间',
|
|
'Username already exists' => '用户名已存在',
|
|
'Username bound successfully' => '用户名绑定成功',
|
|
'Mobile number not bound' => '手机号码未绑定',
|
|
'Mobile number unbound successfully' => '手机号码解绑成功',
|
|
'Email not bound' => '邮箱未绑定',
|
|
'Email unbound successfully' => '邮箱解绑成功',
|
|
); |