Create passwords.php
This commit is contained in:
parent
0612d84aa6
commit
0455c4bee1
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder 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.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'رمز عبور شما بازگردانی شد!',
|
||||
'sent' => 'لینک بازگردانی رمز عبور به ایمیل شما ارسال شد.',
|
||||
'throttled' => 'پیش از تلاش مجدد کمی صبر کنید.',
|
||||
'token' => 'مشخصهی بازگردانی رمز عبور معتبر نیست.',
|
||||
'user' => 'ما کاربری با این نشانی ایمیل نداریم!',
|
||||
];
|
||||
Loading…
Reference in New Issue