Файл: lang/az/passwords.php
Строк: 27
<?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' => 'Şifrə ən az 8 simvoldan ibarət olmalı və təkrarı ilə uyğun olmalıdır',
'reset' => 'Şifrə yeniləndi',
'sent' => 'Şifrə yeniləmə adresi sizə email olaraq göndərildi',
'token' => 'Bu şifrə yeniləmə kodu yanlışdır',
'user' => "Bu email'ə uyğun istifadəçi tapılmadı",
];