2016-05-16 21:54:13 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-05-16 21:54:13 -07:00
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| 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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'password' => 'کلمه عبور باید شش کاراکتر باشد و مطابقت با تایید آن.
|
|
|
|
',
|
2016-05-16 21:54:13 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'user' => 'نام کاربری یا آدرس ایمیل اشتباه است',
|
2016-05-16 21:54:13 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'token' => ' تنظیم مجدد رمز عبور این نشانه نامعتبر است.
|
|
|
|
',
|
2016-05-16 21:54:13 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'sent' => 'اگر یک آدرس ایمیل تطبیق پیدا شد، یک یادآوری رمز عبور ارسال شده است!
|
|
|
|
',
|
2016-05-16 21:54:13 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|