21 lines
		
	
	
		
			688 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			688 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'recurring'             => '자동이체',
 | |
|     'every'                 => '모든',
 | |
|     'period'                => '기간',
 | |
|     'times'                 => '번',
 | |
|     'daily'                 => '매일',
 | |
|     'weekly'                => '매주',
 | |
|     'monthly'               => '매월',
 | |
|     'yearly'                => '매년',
 | |
|     'custom'                => '사용자 지정',
 | |
|     'days'                  => '일',
 | |
|     'weeks'                 => '주',
 | |
|     'months'                => '월',
 | |
|     'years'                 => '년',
 | |
|     'message'               => '이 것은 자동이체입니다. :type과 다음 :type은 :date 에 자동으로 생성됩니다.',
 | |
| 
 | |
| ];
 |