2018-05-27 23:22:49 +02:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Authentication Language Lines
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| The following language lines are used during authentication for various
|
|
|
|
|
| messages that we need to display to the user. You are free to modify
|
|
|
|
|
| these language lines according to your application's requirements.
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
2025-02-03 21:20:12 -03:00
|
|
|
|
'failed' => 'Los datos introducidos no son v<>lidos.',
|
|
|
|
|
'throttle' => 'Demasiados intentos de iniciar sesi<73>n. Por favor, int<6E>ntalo de nuevo en :seconds segundos.',
|
2025-02-04 17:10:32 -03:00
|
|
|
|
'verifyYourEmailAddress' => ' - Verifica tu direcci<63>n de Correo',
|
2018-05-27 23:22:49 +02:00
|
|
|
|
];
|