123456789101112131415161718 |
- <?php
- return [
- 'email format error' => '电子邮箱格式错误',
- 'user_register' => '会员注册验证',
- 'user_change_email' => '修改邮箱验证',
- 'user_retrieve_pwd' => '找回密码验证',
- 'user_email_verify' => '会员身份验证',
- 'Your verification code is: %s' => '您的验证码是:%s,十分钟内有效~',
- 'Mail sent successfully~' => '邮件发送成功~',
- 'Account does not exist~' => '账户不存在~',
- 'Mail sending service unavailable' => '邮件发送服务不可用,请联系网站管理员进行配置~',
- 'Frequent email sending' => '频繁发送电子邮件',
- 'Email has been registered, please log in directly' => '电子邮箱已注册,请直接登录~',
- 'The email has been occupied' => '电子邮箱已被占用!',
- 'Email not registered' => '电子邮箱未注册',
- 'Please use the account registration email to send the verification code' => '请使用账户注册邮箱发送验证码!',
- 'Password error' => '密码错误!',
- ];
|