40 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'profile'               => 'ข้อมูลส่วนบุคคล',
 | |
|     'logout'                => 'ออกจากระบบ',
 | |
|     'login'                 => 'เข้าสู่ระบบ',
 | |
|     'login_to'              => 'เข้าสู่ระบบเพื่อเริ่มต้นเซสชันของคุณ',
 | |
|     'remember_me'           => 'จำการเข้าสู่ระบบ',
 | |
|     'forgot_password'       => 'ฉันลืมรหัสผ่าน',
 | |
|     'reset_password'        => 'ตั้งรหัสผ่านใหม่',
 | |
|     'enter_email'           => 'ใส่อีเมลของคุณ',
 | |
|     'current_email'         => 'อีเมลปัจจุบัน',
 | |
|     'reset'                 => 'ตั้งค่าใหม่',
 | |
|     'never'                 => 'ไม่เคยเลย',
 | |
|     
 | |
|     'password' => [
 | |
|         'current'           => 'รหัสผ่าน',
 | |
|         'current_confirm'   => 'การยืนยันรหัสผ่าน',
 | |
|         'new'               => 'รหัสผ่านใหม่',
 | |
|         'new_confirm'       => 'ยืนยันรหัสผ่านใหม่',
 | |
|     ],
 | |
|     
 | |
|     'error' => [
 | |
|         'self_delete'       => 'ข้อผิดพลาด: ไม่สามารถลบด้วยตัวคุณเองได้!',
 | |
|         'no_company'        => 'Error: No company assigned to your account. Please, contact the system administrator.',
 | |
|     ],
 | |
| 
 | |
|     'failed'                => 'ข้อมูลที่ใช้ในการยืนยันตัวตนไม่ถูกต้อง',
 | |
|     'disabled'              => 'บัญชีนี้ถูกปิดใช้งาน กรุณา ติดต่อผู้ดูแลระบบ',
 | |
|     'throttle'              => 'คุณได้พยายามเข้าระบบหลายครั้งเกินไป กรุณาลองใหม่ใน :seconds วินาทีข้างหน้า.',
 | |
| 
 | |
|     'notification' => [
 | |
|         'message_1'     => 'You are receiving this email because we received a password reset request for your account.',
 | |
|         'message_2'     => 'If you did not request a password reset, no further action is required.',
 | |
|         'button'        => 'Reset Password',
 | |
|     ],
 | |
| 
 | |
| ];
 |