ems.php 1.7 KB

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