Файл: lang/et/passwords.php
Строк: 28
<?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' => 'Parool peab olema vähemalt 8 tähemärki pikk ja vastama kinnitusele.',
'reset' => 'Sinu parool on lähtestatud!',
'sent' => 'Oleme saatnud sulle e-postiga parooli lähtestamise lingi!',
'token' => 'See parooli lähtestamise tunnus on vigane.',
'user' => 'Ei suutnud leida sellise e-posti aadressiga kasutajat.',
];