akaunting 3.0 (the last dance)
This commit is contained in:
@ -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ă',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user