Lae/lang/zh_CN/passwords.php

12 lines
274 B
PHP
Raw Normal View History

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