Lae/lang/zh_CN/passwords.php

10 lines
248 B
PHP
Raw Normal View History

2022-11-14 10:37:09 +00:00
<?php
return [
'reset' => '密码重置成功!',
'sent' => '密码重置邮件已发送!',
2022-11-14 10:37:09 +00:00
'throttled' => '请稍候再试。',
'token' => '密码重置令牌无效。',
'user' => '找不到该邮箱对应的用户。',
2022-11-14 10:37:09 +00:00
];