mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
28 lines
1.1 KiB
PHP
28 lines
1.1 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 de autentificare nu se potrivesc cu înregistrările noastre.',
|
|
'throttle' => 'Prea multe tentative de autentificare. Reîncearcă din nou în :seconds secunde.',
|
|
|
|
'confirm_title' => 'Confirmarea este necesară',
|
|
'confirm' => 'Confirmă această acțiune prin folosirea parolei actuale.',
|
|
'confirm_action' => 'Confirmă acțiunea',
|
|
|
|
'two_factor' => 'Autentificare în doi factori',
|
|
'two_factor_check' => 'Introdu acum parola de unică folosință furnizată de aplicația de autentificare în doi factori.',
|
|
'two_factor_with_recovery' => 'Autentifică-te cu codul de recuperare',
|
|
|
|
];
|