new crowdin translations
This commit is contained in:
24
resources/lang/ro-RO/widgets.php
Normal file
24
resources/lang/ro-RO/widgets.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'currencies' => 'Valute',
|
||||
'total_income' => 'Total venituri',
|
||||
'receivables' => 'Creanțe',
|
||||
'open_invoices' => 'Facturi deschise',
|
||||
'overdue_invoices' => 'Facturi restante',
|
||||
'total_expenses' => 'Total Cheltuieli',
|
||||
'payables' => 'Sume datorate',
|
||||
'open_bills' => 'Deschide facturi',
|
||||
'overdue_bills' => 'Facturi restante',
|
||||
'total_profit' => 'Profitul total',
|
||||
'open_profit' => 'Profit Net',
|
||||
'overdue_profit' => 'Profit asteptat',
|
||||
'cash_flow' => 'Fluxul de numerar',
|
||||
'no_profit_loss' => 'Fără pierderi de profit',
|
||||
'income_by_category' => 'Venit pe categorii',
|
||||
'expenses_by_category' => 'Cheltuieli pe categorii',
|
||||
'account_balance' => 'Soldul contului',
|
||||
'latest_income' => 'Ultimele venituri',
|
||||
'latest_expenses' => 'Ultimele cheltuieli',
|
||||
];
|
Reference in New Issue
Block a user