25 lines
1.0 KiB
PHP
25 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'currencies' => 'Valute',
|
|
'total_income' => 'Totale Entrate',
|
|
'receivables' => 'Crediti',
|
|
'open_invoices' => 'Fatture aperte',
|
|
'overdue_invoices' => 'Fatture Scadute',
|
|
'total_expenses' => 'Totale Spese',
|
|
'payables' => 'Pagamenti',
|
|
'open_bills' => 'Fatture aperte',
|
|
'overdue_bills' => 'Fatture Scadute',
|
|
'total_profit' => 'Totale Profitto',
|
|
'open_profit' => 'Apri profitto',
|
|
'overdue_profit' => 'Utile scaduto',
|
|
'cash_flow' => 'Flusso di cassa',
|
|
'no_profit_loss' => 'Nessuna perdita di profitto',
|
|
'income_by_category' => 'Entrate per categoria',
|
|
'expenses_by_category' => 'Spese per categoria',
|
|
'account_balance' => 'Saldo del conto',
|
|
'latest_income' => 'Ultime entrate',
|
|
'latest_expenses' => 'Ultime spese',
|
|
];
|