12 lines
		
	
	
		
			266 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			266 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'rate'                  => 'Oran',
 | |
|     'rate_percent'          => 'Oran (%)',
 | |
|     'normal'                => 'Normal',
 | |
|     'inclusive'             => 'Dahil',
 | |
|     'compound'              => 'Bileşik',
 | |
|     'fixed'                 => 'Sabit',
 | |
| ];
 |