New translations passwords.php (Spanish)

This commit is contained in:
Miguel Nogueira 2020-09-04 21:02:12 +01:00
parent 0e8b3d28a6
commit 5c57a5185f
1 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ return [
| |
*/ */
'reset' => 'Your password has been reset!', 'reset' => '¡Tu contraseña ha sido restablecida!',
'sent' => 'We have emailed your password reset link!', 'sent' => '¡Hemos enviado por correo electrónico tu enlace de restablecimiento de contraseña!',
'throttled' => 'Please wait before retrying.', 'throttled' => 'Por favor, espere antes de reintentar.',
'token' => 'This password reset token is invalid.', 'token' => 'Este token de restablecimiento de contraseña no es válido.',
'user' => "We can't find a user with that email address.", 'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico.",
]; ];