new crowdin translations
This commit is contained in:
24
resources/lang/pl-PL/widgets.php
Normal file
24
resources/lang/pl-PL/widgets.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'currencies' => 'Waluty',
|
||||
'total_income' => 'Dochody ogółem',
|
||||
'receivables' => 'Należności',
|
||||
'open_invoices' => 'Nowe faktury',
|
||||
'overdue_invoices' => 'Zaległe faktury',
|
||||
'total_expenses' => 'Wydatki ogółem',
|
||||
'payables' => 'Zobowiązania',
|
||||
'open_bills' => 'Rachunki nieopłacone',
|
||||
'overdue_bills' => 'Zaległe rachunki',
|
||||
'total_profit' => 'Całkowity zysk',
|
||||
'open_profit' => 'Otwarte zyski',
|
||||
'overdue_profit' => 'Zaległe zyski',
|
||||
'cash_flow' => 'Przepływy pieniężne',
|
||||
'no_profit_loss' => 'Brak utraty zysku',
|
||||
'income_by_category' => 'Dochody według kategorii',
|
||||
'expenses_by_category' => 'Wydatki według kategorii',
|
||||
'account_balance' => 'Saldo konta',
|
||||
'latest_income' => 'Najnowsze dochody',
|
||||
'latest_expenses' => 'Najnowsze wydatki',
|
||||
];
|
Reference in New Issue
Block a user