diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index dd6bb1671b..6fba85a927 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -66,10 +66,10 @@ return [ 'decimal_places' => 'Miejsca dziesiętne', 'revenue_account_source' => 'Konto przychodów (źródło)', - 'source_account_asset' => 'Source account (asset account)', - 'destination_account_expense' => 'Destination account (expense account)', - 'destination_account_asset' => 'Destination account (asset account)', - 'source_account_revenue' => 'Source account (revenue account)', + 'source_account_asset' => 'Konto źródłowe (konto aktywów)', + 'destination_account_expense' => 'Konto docelowe (konto wydatków)', + 'destination_account_asset' => 'Konto docelowe (konto aktywów)', + 'source_account_revenue' => 'Konto źródłowe (konto przychodów)', 'type' => 'Typ', 'convert_Withdrawal' => 'Konwertuj wypłatę', 'convert_Deposit' => 'Konwertuj wpłatę',