30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'years'                     => 'साल|वर्षों',
 | |
|     'this_year'                 => 'इस साल',
 | |
|     'previous_year'             => 'पिछला साल',
 | |
|     'this_quarter'              => 'इस तिमाही',
 | |
|     'previous_quarter'          => 'पिछला तिमाही',
 | |
|     'last_12_months'            => 'पिछले 12 महीने',
 | |
|     'profit_loss'               => 'लाभ & हानि',
 | |
|     'gross_profit'              => 'कुल लाभ',
 | |
|     'net_profit'                => 'शुद्ध लाभ',
 | |
|     'total_expenses'            => 'कुल व्यय',
 | |
|     'net'                       => 'शुद्ध',
 | |
|     'income_expense'            => 'आय & व्यय',
 | |
|     'income_summary'            => 'आय का सारांश',
 | |
|     'expense_summary'           => 'व्यय का सारांश',
 | |
|     'income_expense_summary'    => 'आय vs व्यय',
 | |
|     'tax_summary'               => 'कर सारांश',
 | |
| 
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'                  => 'लाइन',
 | |
|         'bar'                   => 'स्तंभ',
 | |
|         'pie'                   => 'पाई',
 | |
|     ],
 | |
| 
 | |
| ];
 |