32 lines
		
	
	
		
			989 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			989 B
		
	
	
	
		
			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',
 | |
| 
 | |
|     'summary' => [
 | |
|         'income'            => 'Rezumat Venituri',
 | |
|         'expense'           => 'Rezumat Cheltuieli',
 | |
|         'income_expense'    => 'Venituri vs. Cheltuieli',
 | |
|         'tax'               => 'Rezumat Taxe',
 | |
|     ],
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'              => 'Linie',
 | |
|         'bar'               => 'Bară',
 | |
|         'pie'               => 'Plăcintă',
 | |
|     ],
 | |
| 
 | |
| ];
 |