This commit is contained in:
2022-08-01 17:31:03 +08:00
parent 2682b66b5d
commit 4e72845135
11 changed files with 656 additions and 191 deletions

View File

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