auth.php 599 B

123456789101112131415161718
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Authentication Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines are used during authentication for various
  8. | messages that we need to display to the user. You are free to modify
  9. | these language lines according to your application's requirements.
  10. |
  11. */
  12. return [
  13. 'failed' => 'Credenziali non valide.',
  14. 'password' => 'La password non è valida.',
  15. 'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
  16. ];