passwords.php
771 Bytes
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'reset' => 'Jūsu parole ir atjaunināta!',
'sent' => 'Mēs nosūtījām paroles maiņas saiti uz jūsu e-pastu.',
'throttled' => 'Lūdzu, uzgaidiet pirms atkārtotas mēģināšanas!',
'token' => 'Paroles nomaiņas talons ir nederīgs.',
'user' => 'Mēs nevaram atrast lietotāju ar tādu e-pasta adresi.',
];