31 lines
		
	
	
		
			975 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			975 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'this_year'             => 'Bu yil',
 | |
|     'previous_year'         => 'Oldingi yil',
 | |
|     'this_quarter'          => 'Bu chorak',
 | |
|     'previous_quarter'      => 'Oldingi chorak',
 | |
|     'last_12_months'        => 'So\'nggi 12 oy',
 | |
|     'profit_loss'           => 'Foydani yo\'qotish',
 | |
|     'gross_profit'          => 'Yalpi foyda',
 | |
|     'net_profit'            => 'Sof foyda',
 | |
|     'total_expenses'        => 'Umumiy xarajatlar',
 | |
|     'net'                   => 'NET',
 | |
|     'income_expense'        => 'Daromad va xarajatlar',
 | |
| 
 | |
|     'summary' => [
 | |
|         'income'            => 'Umumiy foyda',
 | |
|         'expense'           => 'Xarajatlar haqida qisqacha ma\'lumot',
 | |
|         'income_expense'    => 'Daromad xarajatlarga qarshi',
 | |
|         'tax'               => 'Soliq haqida qisqacha ma\'lumot',
 | |
|     ],
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'              => 'Chiziq',
 | |
|         'bar'               => 'Bar',
 | |
|         'pie'               => 'Aylana chiziq grafikasi',
 | |
|     ],
 | |
| 
 | |
| ];
 |