added ko-KR
This commit is contained in:
		
							
								
								
									
										16
									
								
								resources/lang/ko-KR/customers.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/lang/ko-KR/customers.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'allow_login'           => '로그인을 허용하시나요?',
 | 
			
		||||
    'user_created'          => '사용자가 생성됨',
 | 
			
		||||
 | 
			
		||||
    'error' => [
 | 
			
		||||
        'email'             => '이미 사용중인 이메일입니다.'
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'notification' => [
 | 
			
		||||
        'message'       => ':customer 가 :amount 지불을 만들었습니다. 청구번호는 :invoice_number 입니다.',
 | 
			
		||||
        'button'        => '보기',
 | 
			
		||||
    ],
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user