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