23 lines
838 B
PHP
Raw Permalink Normal View History

2020-12-26 23:32:05 +00:00
<?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' => 'La contrasenya s\'ha restablert!',
'sent' => 'T\'hem enviat un correu electrònic amb un enllaç per a reiniciar la teva contrasenya!',
2021-06-20 10:29:37 +00:00
'throttled' => 'Si us plau, espera\'t una mica abans de tornar-ho a intentar.',
2020-12-26 23:32:05 +00:00
'token' => 'Aquest codi de recuperació de contrasenya és invàlid.',
'user' => "No hi ha cap usuari amb aquest correu.",
];