new crowdin translations
This commit is contained in:
31
resources/lang/pl-PL/reports.php
Normal file
31
resources/lang/pl-PL/reports.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
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',
|
||||
],
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Liniowy',
|
||||
'bar' => 'Słupkowy',
|
||||
'pie' => 'Kołowy',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user