new crowdin translations

This commit is contained in:
Crowdin Bot
2023-01-04 10:16:56 +00:00
parent 7e5074bbe5
commit a3334e59ad
26 changed files with 399 additions and 21 deletions

View 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
",
];