29 lines
1.0 KiB
PHP
Raw Permalink Normal View History

2021-04-21 00:23:27 +00:00
<?php
return [
2022-06-01 10:15:55 +03:00
'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',
2021-04-21 00:23:27 +00:00
'charts' => [
2022-06-01 10:15:55 +03:00
'line' => 'Liniowy',
'bar' => 'Słupkowy',
'pie' => 'Kołowy',
2021-04-21 00:23:27 +00:00
],
];