25 lines
1014 B
PHP
25 lines
1014 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'total_incomes' => 'Total venituri',
|
|
'receivables' => 'Creante',
|
|
'open_invoices' => 'Facturi Deschise',
|
|
'overdue_invoices' => 'Facturi restante',
|
|
'total_expenses' => 'Total Cheltuieli',
|
|
'payables' => 'Sume datorate',
|
|
'open_bills' => 'Deschide facturi',
|
|
'overdue_bills' => 'Creante neachitate',
|
|
'total_profit' => 'Profitul total',
|
|
'open_profit' => 'Profit deschis',
|
|
'overdue_profit' => 'Profit asteptat',
|
|
'cash_flow' => 'Fluxul de numerar',
|
|
'no_profit_loss' => 'Fara pierdere profit',
|
|
'incomes_by_category' => 'Categorii de Venituri',
|
|
'expenses_by_category' => 'Categorii de Cheltuieli',
|
|
'account_balance' => 'Soldul contului',
|
|
'latest_incomes' => 'Ultimele Incasari',
|
|
'latest_expenses' => 'Ultimele Cheltuieli',
|
|
|
|
];
|