new crowdin translations
This commit is contained in:
24
resources/lang/es-CO/passwords.php
Normal file
24
resources/lang/es-CO/passwords.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?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' => '¡Tu contraseña se ha reestablecido!',
|
||||
'sent' => '¡Te hemos enviado un enlace para reestablecer tu contraseña!',
|
||||
'throttled' => 'Por favor espera antes de reintentar.',
|
||||
'token' => 'Este token de reestablecimiento de contraseña es invalido
|
||||
',
|
||||
'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico
|
||||
",
|
||||
|
||||
];
|
Reference in New Issue
Block a user