29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'years'                     => 'An|Ani',
 | |
|     'this_year'                 => 'Anul curent',
 | |
|     'previous_year'             => 'Anul precedent',
 | |
|     'this_quarter'              => 'Trimistrul acesta',
 | |
|     'previous_quarter'          => 'Trimestrul anterior',
 | |
|     'last_12_months'            => 'Ultimele 12 luni',
 | |
|     'profit_loss'               => 'Profit & Pierdere',
 | |
|     'gross_profit'              => 'Profit Brut',
 | |
|     'net_profit'                => 'Profit Net',
 | |
|     'total_expenses'            => 'Total Cheltuieli',
 | |
|     'net'                       => 'NET',
 | |
|     'income_expense'            => 'Venituri & Cheltuieli',
 | |
|     'income_summary'            => 'Rezumat Venituri',
 | |
|     'expense_summary'           => 'Rezumat Cheltuieli',
 | |
|     'income_expense_summary'    => 'Venituri vs. Cheltuieli',
 | |
|     'tax_summary'               => 'Rezumat Taxe',
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'                  => 'Linie',
 | |
|         'bar'                   => 'Bară',
 | |
|         'pie'                   => 'Plăcintă',
 | |
|     ],
 | |
| 
 | |
| ];
 |