Add files via upload

This commit is contained in:
Pierfrancesco Passerini
2020-06-05 08:08:31 +02:00
committed by GitHub
parent 4f0ab822c0
commit 474f7ec376

View File

@@ -0,0 +1,19 @@
<?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.
|
*/
'failed' => 'Credenziali non valide.',
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
];