mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations passwords.php (Spanish)
This commit is contained in:
@@ -10,10 +10,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
'password' => 'Las contraseñas deben tener al menos seis caracteres y coincidir entre sí.',
|
||||||
'user' => 'We can\'t find a user with that e-mail address.',
|
'user' => 'No podemos encontrar un usuario con esa dirección de correo electrónico.',
|
||||||
'token' => 'This password reset token is invalid.',
|
'token' => 'Este token para reestablecer la contraseña no es válido.',
|
||||||
'sent' => 'We have e-mailed your password reset link!',
|
'sent' => 'Te enviamos un correo con el link para reestablecer tu contraseña!',
|
||||||
'reset' => 'Your password has been reset!',
|
'reset' => 'Tu contraseña fue reestablecida!',
|
||||||
'blocked' => 'Nice try though.',
|
'blocked' => 'Buen intento.',
|
||||||
];
|
];
|
||||||
Reference in New Issue
Block a user