diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index b7fa5969cc..912fcb79ab 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -13,8 +13,8 @@ return [ 'buttons' => 'Przyciski', 'icon' => 'Ikona', 'id' => 'ID', - 'create_date' => 'Created at', - 'update_date' => 'Updated at', + 'create_date' => 'Utworzono', + 'update_date' => 'Zaktualizowano', 'balance_before' => 'Saldo przed', 'balance_after' => 'Saldo po', 'name' => 'Nazwa', @@ -22,68 +22,68 @@ return [ 'currentBalance' => 'Bieżące saldo', 'active' => 'Jest aktywny?', 'lastActivity' => 'Ostatnia aktywność', - 'balanceDiff' => 'Balance difference between :start and :end', + 'balanceDiff' => 'Różnica salda między :start oraz :end', 'matchedOn' => 'Matched on', 'matchesOn' => 'Matched on', 'account_type' => 'Typ konta', - 'created_at' => 'Created at', + 'created_at' => 'Utworzono', 'new_balance' => 'Nowe saldo', - 'account' => 'Account', - 'matchingAmount' => 'Amount', + 'account' => 'Konto', + 'matchingAmount' => 'Kwota', 'lastMatch' => 'Last match', 'split_number' => 'Split #', - 'destination' => 'Destination', - 'source' => 'Source', + 'destination' => 'Cel', + 'source' => 'Źródło', 'next_expected_match' => 'Next expected match', 'automatch' => 'Auto match?', - 'repeat_freq' => 'Repeats', - 'description' => 'Description', - 'amount' => 'Amount', + 'repeat_freq' => 'Powtórzenia', + 'description' => 'Opis', + 'amount' => 'Kwota', 'internal_reference' => 'Internal reference', - 'date' => 'Date', + 'date' => 'Data', 'interest_date' => 'Interest date', 'book_date' => 'Book date', 'process_date' => 'Processing date', - 'due_date' => 'Due date', - 'payment_date' => 'Payment date', - 'invoice_date' => 'Invoice date', + 'due_date' => 'Termin realizacji', + 'payment_date' => 'Data płatności', + 'invoice_date' => 'Data faktury', 'interal_reference' => 'Internal reference', - 'notes' => 'Notes', - 'from' => 'From', - 'piggy_bank' => 'Piggy bank', - 'to' => 'To', - 'budget' => 'Budget', - 'category' => 'Category', - 'bill' => 'Bill', - 'withdrawal' => 'Withdrawal', - 'deposit' => 'Deposit', + 'notes' => 'Notatki', + 'from' => 'Z', + 'piggy_bank' => 'Skarbonka', + 'to' => 'Do', + 'budget' => 'Budżet', + 'category' => 'Kategoria', + 'bill' => 'Rachunek', + 'withdrawal' => 'Wypłata', + 'deposit' => 'Wpłata', 'transfer' => 'Transfer', - 'type' => 'Type', - 'completed' => 'Completed', + 'type' => 'Typ', + 'completed' => 'Zakończone', 'iban' => 'IBAN', 'paid_current_period' => 'Paid this period', - 'email' => 'Email', + 'email' => 'Adres E-Mail', 'registered_at' => 'Registered at', - 'is_activated' => 'Is activated', - 'is_blocked' => 'Is blocked', - 'is_admin' => 'Is admin', - 'has_two_factor' => 'Has 2FA', - 'confirmed_from' => 'Confirmed from', + 'is_activated' => 'Jest aktywny', + 'is_blocked' => 'Jest zablokowany', + 'is_admin' => 'Jest administratorem', + 'has_two_factor' => 'Ma dwustopniową autoryzację', + 'confirmed_from' => 'Potwierdzone z', 'registered_from' => 'Registered from', 'blocked_code' => 'Block code', - 'domain' => 'Domain', - 'registration_attempts' => 'Registration attempts', - 'source_account' => 'Source account', - 'destination_account' => 'Destination account', + 'domain' => 'Domena', + 'registration_attempts' => 'Próby rejestracji', + 'source_account' => 'Konto źródłowe', + 'destination_account' => 'Konto docelowe', - 'accounts_count' => 'Number of accounts', - 'journals_count' => 'Number of transactions', - 'attachments_count' => 'Number of attachments', - 'bills_count' => 'Number of bills', - 'categories_count' => 'Number of categories', - 'export_jobs_count' => 'Number of export jobs', - 'import_jobs_count' => 'Number of import jobs', - 'budget_count' => 'Number of budgets', - 'rule_and_groups_count' => 'Number of rules and rule groups', - 'tags_count' => 'Number of tags', + 'accounts_count' => 'Liczba kont', + 'journals_count' => 'Liczba transakcji', + 'attachments_count' => 'Liczba załączników', + 'bills_count' => 'Liczba rachunków', + 'categories_count' => 'Liczba kategorii', + 'export_jobs_count' => 'Liczba zadań eksportu', + 'import_jobs_count' => 'Liczba zadań importu', + 'budget_count' => 'Liczba budżetów', + 'rule_and_groups_count' => 'Liczba reguł i grup reguł', + 'tags_count' => 'Liczba tagów', ]; \ No newline at end of file