akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -2,30 +2,27 @@
return [
'years' => 'An|Ani',
'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',
'income_expense' => 'Venituri & Cheltuieli',
'summary' => [
'income' => 'Rezumat Venituri',
'expense' => 'Rezumat Cheltuieli',
'income_expense' => 'Venituri vs. Cheltuieli',
'tax' => 'Rezumat Taxe',
],
'years' => 'An|Ani',
'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',
'income_expense' => 'Venituri & Cheltuieli',
'income_summary' => 'Rezumat Venituri',
'expense_summary' => 'Rezumat Cheltuieli',
'income_expense_summary' => 'Venituri vs. Cheltuieli',
'tax_summary' => 'Rezumat Taxe',
'charts' => [
'line' => 'Linie',
'bar' => 'Bară',
'pie' => 'Plăcintă',
'line' => 'Linie',
'bar' => 'Bară',
'pie' => 'Plăcintă',
],
];