mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 08:46:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			939 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			939 B
		
	
	
	
		
			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' => '用户名或密码错误。',
 | |
|     'failed-two-factor' => '两步验证码不正确',
 | |
|     'two-factor-code' => '两步验证码',
 | |
|     'two-factor-hint' => '如果您无法访问您的设备,您可以使用备份代码。',
 | |
|     'password' => '密码错误',
 | |
|     'throttle' => '登录尝试次数过多。请在 :seconds 秒后重试。',
 | |
|     '2fa_must_be_enabled' => '管理员要求您的帐户必须启用动态口令认证才能正常使用面板',
 | |
| 
 | |
| ];
 | 
