ro-RO translation
This commit is contained in:
30
resources/lang/ro-RO/reports.php
Normal file
30
resources/lang/ro-RO/reports.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Anul curent',
|
||||
'previous_year' => 'Anul precedent',
|
||||
'this_quarter' => 'Trimistrul acesta',
|
||||
'previous_quarter' => 'Trimestrul anterior',
|
||||
'last_12_months' => 'Ultimele 12 luni',
|
||||
'profit_loss' => 'Profit & Pierdere',
|
||||
'gross_profit' => 'Profit Brut',
|
||||
'net_profit' => 'Profit Net',
|
||||
'total_expenses' => 'Total Cheltuieli',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Rezumat Venituri',
|
||||
'expense' => 'Rezumat Chetuieli',
|
||||
'income_expense' => 'Venituri vs. Cheltuieli',
|
||||
'tax' => 'Rezumat Taxe',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Ian-Mar',
|
||||
'2' => 'Apr-Iun',
|
||||
'3' => 'Iul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user