mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
28 lines
1.0 KiB
PHP
28 lines
1.0 KiB
PHP
<?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 corrispondenti ai dati registrati.',
|
|
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
|
|
|
|
'confirm_title' => 'Conferma obbligatoria',
|
|
'confirm' => 'Si prega di confermare questa azione utilizzando la password attuale.',
|
|
'confirm_action' => 'Conferma azione',
|
|
|
|
'two_factor' => 'Autenticazione a due fattori',
|
|
'two_factor_check' => 'Inserisci ora la password monouso fornita dalla tua app Autenticazione a due fattori.',
|
|
'two_factor_with_recovery' => 'Autenticazione con il codice di recupero',
|
|
|
|
];
|