mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 04:46:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 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' => 'Šie prisijungimo duomenys neatitinka mūsų įrašų.',
 | |
|     'failed-two-factor' => 'Neteisingas dviejų etapų kodas',
 | |
|     'two-factor-code' => 'Dviejų etapų kodas',
 | |
|     'two-factor-hint' => 'Jūs galite naudoti atsarginius kodus jeigu praradote prieigą prie jūsų įrenginio.',
 | |
|     'password' => 'Netinkamas slaptažodis.',
 | |
|     'throttle' => 'Per daug bandymų prisijungti. Bandykite po :seconds sekundžių.',
 | |
|     '2fa_must_be_enabled' => 'Administratorius reikalauja, kad dviejų faktorių autentifikacija būtų įjungta jūsų paskyrai, kad jūs galėtūmėte naudotis šiuo Panel.',
 | |
| 
 | |
| ];
 | 
