17 lines
		
	
	
		
			475 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			475 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'accounts_cash'         => '현금',
 | |
|     'categories_deposit'    => '보증금',
 | |
|     'categories_sales'      => '매출',
 | |
|     'currencies_usd'        => '미국 달러',
 | |
|     'currencies_eur'        => '유로',
 | |
|     'currencies_gbp'        => '영국 파운드',
 | |
|     'currencies_try'        => '터키 리라',
 | |
|     'taxes_exempt'          => '세금 면제',
 | |
|     'taxes_normal'          => '일반 세금',
 | |
|     'taxes_sales'           => '판매세',
 | |
| 
 | |
| ];
 |