mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 10:46:51 +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' => 'Tieto prihlasovacie údaje sa nezhodujú s našimi záznamami.',
 | 
						|
    'failed-two-factor' => 'Nesprávny 2FA kód',
 | 
						|
    'two-factor-code' => 'Dvojstupňový kód',
 | 
						|
    'two-factor-hint' => 'Môžete použiť záložný kód, ak ste stratili prístup k svojmu zariadeniu.',
 | 
						|
    'password' => 'Zadané heslo je nesprávne.',
 | 
						|
    'throttle' => 'Príliš veľa pokusov o prihlásnie. Prosím skúste to znovu o :seconds sekund.',
 | 
						|
    '2fa_must_be_enabled' => 'Administrátor vyžaduje, aby bolo 2-faktorové overenie pre Váš účet zapnuté, aby ste mohli panel používať.',
 | 
						|
 | 
						|
];
 |