16 lines
		
	
	
		
			690 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			690 B
		
	
	
	
		
			PHP
		
	
	
	
| <?php
 | |
| /**
 | |
|  * Password Reminder 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.
 | |
|  */
 | |
| return [
 | |
| 
 | |
|     'password' => 'Mật khẩu phải có tối thiểu 8 ký tự và và phải trùng với mật khẩu xác nhận.',
 | |
|     'user' => "Chúng tôi không tìm thấy người dùng với địa chỉ email đó.",
 | |
|     'token' => 'The password reset token is invalid for this email address.',
 | |
|     'sent' => 'Chúng tôi đã gửi email chứa liên kết đặt lại mật khẩu cho bạn!',
 | |
|     'reset' => 'Mật khẩu của bạn đã được đặt lại!',
 | |
| 
 | |
| ];
 |