mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 17:16:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			750 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			750 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     /*
 | |
|     |--------------------------------------------------------------------------
 | |
|     | Password Reset Language Lines
 | |
|     |--------------------------------------------------------------------------
 | |
|     |
 | |
|     | The following language lines are the default lines which match reasons
 | |
|     | that are given by the password broker for a password update attempt
 | |
|     | has failed, such as for an invalid token or invalid new password.
 | |
|     |
 | |
|     */
 | |
|     'password' => '密码至少六位数,并且两次输入的密码一致.',
 | |
|     'reset' => '您的密码已重设!',
 | |
|     'sent' => '我们已发送密码重设电子邮件!',
 | |
|     'token' => '此密码重设连接的令牌已过期.',
 | |
|     'user' => '无法找到此Email的用户.',
 | |
| ];
 | 
