28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			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',
 | |
|     'income_summary'                => 'Umumiy foyda',
 | |
|     'expense_summary'           => 'Xarajatlar haqida qisqacha ma\'lumot',
 | |
|     'income_expense_summary'    => 'Daromad xarajatlarga qarshi',
 | |
|     'tax_summary'               => 'Soliq haqida qisqacha ma\'lumot',
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'                  => 'Chiziq',
 | |
|         'bar'                   => 'Bar',
 | |
|         'pie'                   => 'Aylana chiziq grafikasi',
 | |
|     ],
 | |
| 
 | |
| ];
 |