it-IT
This commit is contained in:
24
resources/lang/it-IT/dashboard.php
Normal file
24
resources/lang/it-IT/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Totale entrate',
|
||||
'receivables' => 'Crediti',
|
||||
'open_invoices' => 'Fatture aperte',
|
||||
'overdue_invoices' => 'Fatture scadute',
|
||||
'total_expenses' => 'Totale spese',
|
||||
'payables' => 'Debiti',
|
||||
'open_bills' => 'Fatture aperte',
|
||||
'overdue_bills' => 'Fatture scadute',
|
||||
'total_profit' => 'Totale profitto',
|
||||
'open_profit' => 'Profitto aperto',
|
||||
'overdue_profit' => 'Profitto scaduto',
|
||||
'cash_flow' => 'Flusso di cassa',
|
||||
'no_profit_loss' => 'Nessuna perdita di profitto',
|
||||
'incomes_by_category' => 'Redditi di categoria',
|
||||
'expenses_by_category' => 'Spese per categoria',
|
||||
'account_balance' => 'Saldo del conto',
|
||||
'latest_incomes' => 'Redditi più recenti',
|
||||
'latest_expenses' => 'Spese più recenti',
|
||||
|
||||
];
|
Reference in New Issue
Block a user