new crowdin translations

This commit is contained in:
Crowdin Bot
2021-05-12 00:16:24 +00:00
parent 9bdbf19419
commit 845ab12a3f
31 changed files with 560 additions and 152 deletions

View File

@@ -2,6 +2,7 @@
return [
'years' => 'An|Ani',
'this_year' => 'Anul curent',
'previous_year' => 'Anul precedent',
'this_quarter' => 'Trimistrul acesta',
@@ -12,19 +13,19 @@ return [
'net_profit' => 'Profit Net',
'total_expenses' => 'Total Cheltuieli',
'net' => 'NET',
'income_expense' => 'Venituri & Cheltuieli',
'summary' => [
'income' => 'Rezumat Venituri',
'expense' => 'Rezumat Chetuieli',
'expense' => 'Rezumat Cheltuieli',
'income_expense' => 'Venituri vs. Cheltuieli',
'tax' => 'Rezumat Taxe',
],
'quarter' => [
'1' => 'Ian-Mar',
'2' => 'Apr-Iun',
'3' => 'Iul-Sep',
'4' => 'Oct-Dec',
'charts' => [
'line' => 'Linie',
'bar' => 'Bară',
'pie' => 'Plăcintă',
],
];