Files
firefly-iii/resources/lang/pl_PL/list.php

152 lines
6.9 KiB
PHP
Raw Normal View History

2017-01-02 11:02:27 +01:00
<?php
2017-01-02 11:02:27 +01:00
/**
* list.php
2020-02-14 08:07:45 +01:00
* Copyright (c) 2019 james@firefly-iii.org
2017-12-11 19:42:57 +01:00
*
2019-10-05 06:23:46 +02:00
* This file is part of Firefly III (https://github.com/firefly-iii).
2017-01-02 11:02:27 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
2017-01-02 11:02:27 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is distributed in the hope that it will be useful,
2017-12-11 19:42:57 +01:00
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2019-10-05 06:23:46 +02:00
* GNU Affero General Public License for more details.
2017-12-11 19:42:57 +01:00
*
2019-10-05 06:23:46 +02:00
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2017-01-02 11:02:27 +01:00
*/
2018-06-01 14:22:08 +02:00
declare(strict_types=1);
2017-01-02 11:02:27 +01:00
return [
2019-09-03 17:21:45 +02:00
'buttons' => 'Przyciski',
'icon' => 'Ikona',
'id' => 'ID',
'create_date' => 'Utworzono',
'update_date' => 'Zaktualizowano',
'updated_at' => 'Zaktualizowano',
'balance_before' => 'Saldo przed',
'balance_after' => 'Saldo po',
'name' => 'Nazwa',
'role' => 'Rola',
'currentBalance' => 'Bieżące saldo',
'linked_to_rules' => 'Powiązane reguły',
'active' => 'Jest aktywny?',
2019-11-02 08:20:54 +01:00
'percentage' => '%',
2020-08-05 07:15:28 +02:00
'recurring_transaction' => 'Cykliczna transakcja',
2019-11-02 08:20:54 +01:00
'next_due' => 'Następny termin',
2019-10-26 07:54:59 +02:00
'transaction_type' => 'Typ',
2019-09-03 17:21:45 +02:00
'lastActivity' => 'Ostatnia aktywność',
'balanceDiff' => 'Różnica sald',
2019-10-26 07:54:59 +02:00
'other_meta_data' => 'Inne dane meta',
2022-10-06 06:23:12 +02:00
'invited_at' => 'Zaproszono o',
'expires' => 'Zaproszenie wygasa',
'invited_by' => 'Zaproszono przez',
'invite_link' => 'Link zaproszenia',
2019-09-03 17:21:45 +02:00
'account_type' => 'Typ konta',
'created_at' => 'Utworzono',
'account' => 'Konto',
2022-02-05 08:59:24 +01:00
'external_url' => 'Zewnętrzny adres URL',
2019-09-03 17:21:45 +02:00
'matchingAmount' => 'Kwota',
'destination' => 'Cel',
'source' => 'Źródło',
'next_expected_match' => 'Następne oczekiwane dopasowanie',
'automatch' => 'Auto dopasowanie?',
'repeat_freq' => 'Powtarza się',
'description' => 'Opis',
'amount' => 'Kwota',
'date' => 'Data',
'interest_date' => 'Stopa procentowa',
'book_date' => 'Data księgowania',
'process_date' => 'Przetworzono',
'due_date' => 'Termin realizacji',
'payment_date' => 'Data płatności',
'invoice_date' => 'Data faktury',
2020-06-22 18:02:28 +02:00
'internal_reference' => 'Wewnętrzny nr referencyjny',
2019-09-03 17:21:45 +02:00
'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' => 'Typ',
'completed' => 'Zakończone',
'iban' => 'IBAN',
2022-09-18 15:48:28 +02:00
'account_number' => 'Numer konta',
2019-09-03 17:21:45 +02:00
'paid_current_period' => 'Zapłacono w tym okresie',
'email' => 'Adres E-Mail',
'registered_at' => 'Zarejestrowano',
'is_blocked' => 'Jest zablokowany',
'is_admin' => 'Jest administratorem',
'has_two_factor' => 'Ma dwustopniową autoryzację',
'blocked_code' => 'Kod blokady',
'source_account' => 'Konto źródłowe',
2017-09-24 21:20:36 +02:00
'destination_account' => 'Konto docelowe',
'accounts_count' => 'Liczba kont',
'journals_count' => 'Liczba transakcji',
'attachments_count' => 'Liczba załączników',
'bills_count' => 'Liczba rachunków',
'categories_count' => 'Liczba kategorii',
'budget_count' => 'Liczba budżetów',
'rule_and_groups_count' => 'Liczba reguł i grup reguł',
'tags_count' => 'Liczba tagów',
2017-12-31 09:10:38 +01:00
'tags' => 'Tagi',
2017-10-06 23:20:27 +02:00
'inward' => 'Opis wewnętrzny',
'outward' => 'Opis zewnętrzny',
2017-09-24 21:20:36 +02:00
'number_of_transactions' => 'Liczba transakcji',
2017-10-04 20:20:08 +02:00
'total_amount' => 'Łączna kwota',
2017-10-04 20:30:19 +02:00
'sum' => 'Suma',
'sum_excluding_transfers' => 'Suma (bez transferów)',
'sum_withdrawals' => 'Suma wypłat',
'sum_deposits' => 'Suma wpłat',
'sum_transfers' => 'Suma transferów',
2020-02-14 08:07:45 +01:00
'sum_reconciliations' => 'Suma uzgodnień',
2017-12-23 22:02:29 +01:00
'reconcile' => 'Uzgodnij',
2019-10-26 07:54:59 +02:00
'sepa_ct_id' => 'Identyfikator end-to-end SEPA',
'sepa_ct_op' => 'Identyfikator przeciwnego konta SEPA',
'sepa_db' => 'Identyfikator mandatu SEPA',
'sepa_country' => 'Kraj SEPA',
'sepa_cc' => 'Kod rozliczeniowy SEPA',
2020-08-01 15:31:11 +02:00
'sepa_ep' => 'Cel zewnętrzny SEPA',
'sepa_ci' => 'Identyfikator wierzyciela SEPA',
2019-10-26 07:54:59 +02:00
'sepa_batch_id' => 'ID paczki SEPA',
2018-12-05 19:24:42 +01:00
'external_id' => 'Zewnętrzne ID',
'account_at_bunq' => 'Konto bunq',
2018-04-28 15:26:45 +02:00
'file_name' => 'Nazwa pliku',
'file_size' => 'Rozmiar pliku',
'file_type' => 'Typ pliku',
'attached_to' => 'Dołączony do',
'file_exists' => 'Plik istnieje',
2018-06-01 14:22:08 +02:00
'spectre_bank' => 'Bank',
2018-12-05 19:24:42 +01:00
'spectre_last_use' => 'Ostatnie logowanie',
2018-06-01 14:22:08 +02:00
'spectre_status' => 'Status',
2018-12-05 19:24:42 +01:00
'bunq_payment_id' => 'ID płatności bunq',
2020-06-22 18:02:28 +02:00
'repetitions' => 'Powtórzenia',
2018-10-26 14:49:19 +02:00
'title' => 'Tytuł',
2018-06-27 21:37:16 +02:00
'transaction_s' => 'Transakcja(e)',
'field' => 'Pole',
'value' => 'Wartość',
2018-12-05 19:24:42 +01:00
'interest' => 'Odsetki',
2021-05-24 09:01:17 +02:00
'interest_period' => 'Okres odsetkowy',
2018-12-05 19:24:42 +01:00
'liability_type' => 'Rodzaj zobowiązania',
2021-05-24 09:01:17 +02:00
'liability_direction' => 'Zobowiązania przychodzące/wychodzące',
2021-07-29 06:22:59 +02:00
'end_date' => 'Data końcowa',
'payment_info' => 'Informacje o płatności',
'expected_info' => 'Następna oczekiwana transakcja',
'start_date' => 'Data rozpoczęcia',
2022-10-06 06:23:12 +02:00
'trigger' => 'Wyzwalacz',
'response' => 'Odpowiedź',
'delivery' => 'Doręczenie',
2022-09-18 15:48:28 +02:00
'url' => 'URL',
2022-10-06 06:23:12 +02:00
'secret' => 'Sekret',
2022-09-18 15:48:28 +02:00
2017-09-03 10:41:15 +02:00
];