updated translations
This commit is contained in:
23
resources/lang/it-IT/widgets.php
Normal file
23
resources/lang/it-IT/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'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',
|
||||
];
|
Reference in New Issue
Block a user