2017-12-22 15:25:43 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
'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',
|
2018-05-03 12:16:18 +03:00
|
|
|
|
2019-12-25 14:32:47 +03:00
|
|
|
'charts' => [
|
2022-06-01 10:15:55 +03:00
|
|
|
'line' => 'Linea',
|
|
|
|
'bar' => 'Barra',
|
|
|
|
'pie' => 'Torta',
|
2017-12-22 15:25:43 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|