17 lines
		
	
	
		
			487 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			487 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'reconcile'             => '조정',
 | |
|     'reconciled'            => '조정됨',
 | |
|     'closing_balance'       => 'Closing 잔액',
 | |
|     'unreconciled'          => '미조정됨',
 | |
|     'list_transactions'     => '거래내역보기',
 | |
|     'start_date'            => '시작 날짜',
 | |
|     'end_date'              => '종료 날짜',
 | |
|     'cleared_amount'        => '삭제된 금액',
 | |
|     'deposit'               => '예치금',
 | |
|     'withdrawal'            => '인출',
 | |
| 
 | |
| ];
 |