mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 14:26:52 +01: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' => 'Aceste date nu corespund înregistrărilor noastre.',
|
|
'failed-two-factor' => 'Cod 2FA incorect',
|
|
'two-factor-code' => 'Autentificare in doi pași',
|
|
'two-factor-hint' => 'Poți folosi codurile de rezervă dacă ți-ai pierdut accesul la dispozitiv.',
|
|
'password' => 'Parola introdusă este incorectă.',
|
|
'throttle' => 'Prea multe încercări de conectare. Te rugăm să încerci din nou în :seconds secunde.',
|
|
'2fa_must_be_enabled' => 'Administratorul a cerut ca autentificarea cu 2 factori să fie activată pentru contul tău pentru a utiliza Panoul.',
|
|
|
|
];
|