Files
app
bootstrap
config
database
public
resources
css
js
lang
en
zh_CN
auth.php
pagination.php
passwords.php
validation.php
zh_CN.json
views
routes
storage
tests
.editorconfig
.env.example
.gitattributes
.gitignore
.styleci.yml
README.md
artisan
build.sh
composer.json
composer.lock
package.json
phpunit.xml
server.php
tailwind.config.js
webpack.mix.js
yarn.lock
lubo_comment_query/resources/lang/zh_CN/passwords.php
2022-08-01 17:31:03 +08:00

10 lines
266 B
PHP

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