mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
25 lines
1.0 KiB
PHP
25 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 valide.',
|
|
'failed-two-factor' => 'Codice 2FA non valido',
|
|
'two-factor-code' => 'Codice di verifica a due fattori',
|
|
'two-factor-hint' => 'Puoi usare i codici di backup se hai perso l\'accesso al tuo dispositivo.',
|
|
'password' => 'La password inserita non è corretta.',
|
|
'throttle' => 'Troppi tentativi di accesso. Per favore riprova tra :seconds secondi.',
|
|
'2fa_must_be_enabled' => 'L\'amministratore ha richiesto che l\'autenticazione a due fattori sia abilitata per poter utilizzare il Pannello.',
|
|
|
|
];
|