akaunting 3.0 (the last dance)
This commit is contained in:
@ -2,30 +2,27 @@
|
||||
|
||||
return [
|
||||
|
||||
'years' => 'Rok|Lata',
|
||||
'this_year' => 'Ten rok',
|
||||
'previous_year' => 'Poprzedni rok',
|
||||
'this_quarter' => 'Ten kwartał',
|
||||
'previous_quarter' => 'Poprzedni kwartał',
|
||||
'last_12_months' => 'Ostatnie 12 miesięcy',
|
||||
'profit_loss' => 'Zysk i strata',
|
||||
'gross_profit' => 'Zysk brutto',
|
||||
'net_profit' => 'Zysk netto',
|
||||
'total_expenses' => 'Wydatki ogółem',
|
||||
'net' => 'Netto',
|
||||
'income_expense' => 'Dochody i wydatki',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Podsumowanie dochodów',
|
||||
'expense' => 'Podsumowanie wydatków',
|
||||
'income_expense' => 'Dochody i Wydatki',
|
||||
'tax' => 'Podsumowanie podatków',
|
||||
],
|
||||
'years' => 'Rok|Lata',
|
||||
'this_year' => 'Ten rok',
|
||||
'previous_year' => 'Poprzedni rok',
|
||||
'this_quarter' => 'Ten kwartał',
|
||||
'previous_quarter' => 'Poprzedni kwartał',
|
||||
'last_12_months' => 'Ostatnie 12 miesięcy',
|
||||
'profit_loss' => 'Zysk i strata',
|
||||
'gross_profit' => 'Zysk brutto',
|
||||
'net_profit' => 'Zysk netto',
|
||||
'total_expenses' => 'Wydatki ogółem',
|
||||
'net' => 'Netto',
|
||||
'income_expense' => 'Dochody i wydatki',
|
||||
'income_summary' => 'Podsumowanie dochodów',
|
||||
'expense_summary' => 'Podsumowanie wydatków',
|
||||
'income_expense_summary' => 'Dochody i Wydatki',
|
||||
'tax_summary' => 'Podsumowanie podatków',
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Liniowy',
|
||||
'bar' => 'Słupkowy',
|
||||
'pie' => 'Kołowy',
|
||||
'line' => 'Liniowy',
|
||||
'bar' => 'Słupkowy',
|
||||
'pie' => 'Kołowy',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user