29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'years'                     => 'Anno|Anni',
 | |
|     'this_year'                 => 'Anno Corrente',
 | |
|     'previous_year'             => 'Anno Precedente',
 | |
|     'this_quarter'              => 'Trimestre Corrente',
 | |
|     'previous_quarter'          => 'Trimestre precedente',
 | |
|     'last_12_months'            => 'Ultimi 12 mesi',
 | |
|     'profit_loss'               => 'Profitti e perdite',
 | |
|     'gross_profit'              => 'Utile lordo',
 | |
|     'net_profit'                => 'Utile netto',
 | |
|     'total_expenses'            => 'Totale spese',
 | |
|     'net'                       => 'NET',
 | |
|     'income_expense'            => 'Entrate e Uscite',
 | |
|     'income_summary'            => 'Riepilogo di reddito',
 | |
|     'expense_summary'           => 'Riepilogo spese',
 | |
|     'income_expense_summary'    => 'Reddito vs Spese',
 | |
|     'tax_summary'               => 'Riepilogo fiscale',
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'                  => 'Linea',
 | |
|         'bar'                   => 'Barra',
 | |
|         'pie'                   => 'Torta',
 | |
|     ],
 | |
| 
 | |
| ];
 |