ro-RO translation
This commit is contained in:
24
resources/lang/ro-RO/dashboard.php
Normal file
24
resources/lang/ro-RO/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?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',
|
||||
|
||||
];
|
Reference in New Issue
Block a user