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' => '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',
],
];