Separated laravel app to its own folder (#540)

This commit is contained in:
Julien Nahum
2024-08-26 18:24:56 +02:00
committed by GitHub
parent 39b8df5eed
commit 5bd1dda504
546 changed files with 124 additions and 143 deletions

View File

@@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => '密码长度至少包含6个字符并且两次输入密码要一致',
'reset' => '密码已经被重置!',
'sent' => '我们已经发送密码重置链接到您的邮箱',
'token' => '密码重置令牌无效',
'user' => '抱歉,该邮箱对应的用户不存在!',
];