Files
einundzwanzig-portal/lang/it/auth.php
2023-02-19 18:05:16 +01:00

8 lines
200 B
PHP

<?php
return [
'failed' => 'Credenziali non valide.',
'password' => 'Il campo :attribute non è corretto.',
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
];