2017-12-22 15:25:43 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'this_year' => 'Anno Corrente',
|
|
|
|
'previous_year' => 'Anno Precedente',
|
|
|
|
'this_quarter' => 'Trimestre Corrente',
|
|
|
|
'previous_quarter' => 'Trimestre precedente',
|
|
|
|
'last_12_months' => 'Ultimi 12 mesi',
|
2018-05-03 12:16:18 +03:00
|
|
|
'profit_loss' => 'Profit & Loss',
|
|
|
|
'gross_profit' => 'Gross Profit',
|
|
|
|
'net_profit' => 'Net Profit',
|
|
|
|
'total_expenses' => 'Total Expenses',
|
|
|
|
'net' => 'NET',
|
2017-12-22 15:25:43 +03:00
|
|
|
|
|
|
|
'summary' => [
|
|
|
|
'income' => 'Riepilogo di reddito',
|
|
|
|
'expense' => 'Riepilogo spese',
|
|
|
|
'income_expense' => 'Reddito vs Spese',
|
2018-05-03 12:16:18 +03:00
|
|
|
'tax' => 'Tax Summary',
|
|
|
|
],
|
|
|
|
|
|
|
|
'quarter' => [
|
|
|
|
'1' => 'Jan-Mar',
|
|
|
|
'2' => 'Apr-Jun',
|
|
|
|
'3' => 'Jul-Sep',
|
|
|
|
'4' => 'Oct-Dec',
|
2017-12-22 15:25:43 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|