13 lines
		
	
	
		
			333 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			333 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'rate'                  => 'المعدل',
 | |
|     'rate_percent'          => 'المعدل (%)',
 | |
|     'normal'                => 'عادي',
 | |
|     'inclusive'             => 'شامل',
 | |
|     'compound'              => 'مُركب',
 | |
|     'fixed'                 => 'ثابت',
 | |
|     'withholding'           => 'حجز',
 | |
| ];
 |