Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
593 B
PHP
Raw Normal View History

2020-06-05 08:08:31 +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.
|
*/
'failed' => 'Credenziali non valide.',
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
];