16 lines
		
	
	
		
			612 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			612 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' => 'Parollar kamida sakkiz belgidan iborat bo\'lishi va tasdiqlashga mos kelishi kerak.',
 | |
|     'user' => "Bunday elektron pochta manziliga ega foydalanuvchini topa olmadik.",
 | |
|     'token' => 'Ushbu e-pochta manzili uchun parolni tiklash tokeni yaroqsiz.',
 | |
|     'sent' => 'Parolni tiklash havolasini elektron pochta orqali yubordik!',
 | |
|     'reset' => 'Parolingiz qayta tiklandi!',
 | |
| 
 | |
| ];
 |