Files
Fleetbase-Mirror-Repo/api/resources/lang/uz/passwords.php
2026-02-04 10:35:16 +05:00

23 lines
786 B
PHP

<?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.
|
*/
'reset' => 'Sizning parolingiz tiklandi!',
'sent' => 'Parolni tiklash havolasini elektron pochta orqali yubordik!',
'throttled' => 'Qayta urinishdan oldin kuting.',
'token' => 'Ushbu parolni tiklash belgisi yaroqsiz.',
'user' => "Biz bu elektron pochta manziliga ega foydalanuvchini topa olmadik.",
];