2017-01-02 04:02:18 -06:00
< ? php
2017-08-12 03:41:44 -05:00
declare ( strict_types = 1 );
2017-01-02 04:02:18 -06:00
/**
* form . php
* Copyright ( C ) 2016 thegrumpydictator @ gmail . com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution - ShareAlike 4.0 International License .
*
* See the LICENSE file for details .
*/
return [
// new user:
2017-01-02 11:12:00 -06:00
'bank_name' => 'Nazwa banku' ,
'bank_balance' => 'Saldo' ,
2017-01-02 11:21:52 -06:00
'savings_balance' => 'Saldo konta oszczędnościowego' ,
'credit_card_limit' => 'Limit karty kredytowej' ,
2017-01-04 03:31:42 -06:00
'automatch' => 'Dopasuj automatycznie' ,
2017-01-02 11:21:52 -06:00
'skip' => 'Pomiń' ,
'name' => 'Nazwa' ,
'active' => 'Aktywny' ,
'amount_min' => 'Minimalna kwota' ,
'amount_max' => 'Maksymalna kwota' ,
2017-01-10 06:06:29 -06:00
'match' => 'Dopasowanie' ,
2017-01-02 12:31:54 -06:00
'repeat_freq' => 'Powtarza się' ,
2017-01-02 11:21:52 -06:00
'journal_currency_id' => 'Waluta' ,
2017-01-02 11:51:43 -06:00
'currency_id' => 'Waluta' ,
'attachments' => 'Załączniki' ,
'journal_amount' => 'Kwota' ,
'journal_asset_source_account' => 'Konto aktywów (źródło)' ,
2017-01-02 12:01:58 -06:00
'journal_source_account_name' => 'Konto przychodów (źródło)' ,
2017-01-02 11:51:43 -06:00
'journal_source_account_id' => 'Konto aktywów (źródło)' ,
2017-01-02 04:02:18 -06:00
'BIC' => 'BIC' ,
2017-08-08 09:40:45 -05:00
'verify_password' => 'Verify password security' ,
2017-01-02 11:21:52 -06:00
'account_from_id' => 'Z konta' ,
'account_to_id' => 'Na konto' ,
'source_account' => 'Konto źródłowe' ,
'destination_account' => 'Konto docelowe' ,
2017-01-08 06:41:41 -06:00
'journal_destination_account_id' => 'Konto aktywów (przeznaczenie)' ,
'asset_destination_account' => 'Konto aktywów (przeznaczenie)' ,
'asset_source_account' => 'Konto aktywów (źródło)' ,
2017-01-02 11:21:52 -06:00
'journal_description' => 'Opis' ,
'note' => 'Notatki' ,
'split_journal' => 'Podziel tę transakcję' ,
2017-07-14 09:10:08 -05:00
'split_journal_explanation' => 'Podziel transakcję na wiele części' ,
2017-01-02 11:21:52 -06:00
'currency' => 'Waluta' ,
'account_id' => 'Konto aktywów' ,
'budget_id' => 'Budżet' ,
'openingBalance' => 'Bilans otwarcia' ,
2017-01-02 04:02:18 -06:00
'tagMode' => 'Tag mode' ,
2017-01-02 11:21:52 -06:00
'tagPosition' => 'Lokalizacja taga' ,
2017-01-02 11:31:59 -06:00
'virtualBalance' => 'Wirtualne saldo' ,
'longitude_latitude' => 'Lokalizacja' ,
2017-01-24 06:27:07 -06:00
'targetamount' => 'Kwota docelowa' ,
2017-01-02 15:41:29 -06:00
'accountRole' => 'Rola konta' ,
'openingBalanceDate' => 'Data salda otwarcia' ,
2017-01-02 11:51:43 -06:00
'ccType' => 'Plan płatności kartą kredytową' ,
2017-01-02 04:02:18 -06:00
'ccMonthlyPaymentDate' => 'Credit card monthly payment date' ,
2017-01-02 11:51:43 -06:00
'piggy_bank_id' => 'Skarbonka' ,
'returnHere' => 'Wróć tutaj' ,
2017-01-02 04:02:18 -06:00
'returnHereExplanation' => 'After storing, return here to create another one.' ,
2017-01-02 11:31:59 -06:00
'returnHereUpdateExplanation' => 'Po aktualizacji, wróć tutaj.' ,
'description' => 'Opis' ,
2017-01-02 15:51:33 -06:00
'expense_account' => 'Konto wydatków' ,
'revenue_account' => 'Konto przychodów' ,
2017-01-02 11:31:59 -06:00
'decimal_places' => 'Miejsca dziesiętne' ,
2017-04-14 07:40:25 -05:00
'exchange_rate_instruction' => 'Foreign currencies' ,
'exchanged_amount' => 'Exchanged amount' ,
2017-04-14 16:00:35 -05:00
'source_amount' => 'Amount (source)' ,
'destination_amount' => 'Amount (destination)' ,
2017-04-15 01:20:28 -05:00
'native_amount' => 'Native amount' ,
2017-01-02 04:02:18 -06:00
2017-01-02 11:31:59 -06:00
'revenue_account_source' => 'Konto przychodów (źródło)' ,
2017-01-24 06:17:35 -06:00
'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)' ,
2017-01-02 11:31:59 -06:00
'type' => 'Typ' ,
2017-01-04 03:31:42 -06:00
'convert_Withdrawal' => 'Konwertuj wypłatę' ,
'convert_Deposit' => 'Konwertuj wpłatę' ,
'convert_Transfer' => 'Konwertuj transfer' ,
2017-01-02 04:02:18 -06:00
2017-01-02 11:31:59 -06:00
'amount' => 'Kwota' ,
'date' => 'Data' ,
2017-01-02 04:02:18 -06:00
'interest_date' => 'Interest date' ,
2017-01-02 12:01:58 -06:00
'book_date' => 'Data księgowania' ,
2017-01-02 04:02:18 -06:00
'process_date' => 'Processing date' ,
2017-01-02 11:31:59 -06:00
'category' => 'Kategoria' ,
'tags' => 'Tagi' ,
'deletePermanently' => 'Usuń trwale' ,
'cancel' => 'Anuluj' ,
2017-01-04 03:31:42 -06:00
'targetdate' => 'Data docelowa' ,
2017-01-02 04:02:18 -06:00
'tag' => 'Tag' ,
2017-01-08 06:41:41 -06:00
'under' => 'Poniżej' ,
2017-01-02 04:02:18 -06:00
'symbol' => 'Symbol' ,
2017-01-02 11:51:43 -06:00
'code' => 'Kod' ,
2017-01-02 04:02:18 -06:00
'iban' => 'IBAN' ,
2017-01-02 11:51:43 -06:00
'accountNumber' => 'Numer konta' ,
'has_headers' => 'Nagłówki' ,
'date_format' => 'Format daty' ,
2017-01-02 04:02:18 -06:00
'specifix' => 'Bank- or file specific fixes' ,
2017-01-02 11:51:43 -06:00
'attachments[]' => 'Załączniki' ,
'store_new_withdrawal' => 'Zapisz nową wypłatę' ,
'store_new_deposit' => 'Zapisz nową wpłatę' ,
'store_new_transfer' => 'Zapisz nowy transfer' ,
2017-01-02 12:01:58 -06:00
'add_new_withdrawal' => 'Dodaj nową wypłatę' ,
2017-01-02 11:51:43 -06:00
'add_new_deposit' => 'Dodaj nową wpłatę' ,
2017-01-02 12:01:58 -06:00
'add_new_transfer' => 'Dodaj nowy transfer' ,
'noPiggybank' => '(brak skarbonek)' ,
2017-01-02 11:31:59 -06:00
'title' => 'Tytuł' ,
'notes' => 'Notatki' ,
'filename' => 'Nazwa pliku' ,
'mime' => 'Typ MIME' ,
'size' => 'Rozmiar' ,
'trigger' => 'Wyzwalacz' ,
'stop_processing' => 'Zatrzymaj przetwarzanie' ,
'start_date' => 'Początek zakresu' ,
'end_date' => 'Koniec zakresu' ,
2017-01-02 12:01:58 -06:00
'export_start_range' => 'Początek okresu eksportu' ,
'export_end_range' => 'Koniec okresu eksportu' ,
2017-01-02 11:31:59 -06:00
'export_format' => 'Format pliku' ,
'include_attachments' => 'Uwzględnij dołączone załączniki' ,
2017-01-02 12:01:58 -06:00
'include_old_uploads' => 'Dołącz zaimportowane dane' ,
2017-01-08 06:41:41 -06:00
'accounts' => 'Eksportuj transakcje z tych kont' ,
2017-01-02 11:31:59 -06:00
'delete_account' => 'Usuń konto ":name"' ,
'delete_bill' => 'Usuń rachunek ":name"' ,
'delete_budget' => 'Usuń budżet ":name"' ,
2017-01-02 11:51:43 -06:00
'delete_category' => 'Usuń kategorię ":name"' ,
'delete_currency' => 'Usuń walutę ":name"' ,
2017-01-08 06:41:41 -06:00
'delete_journal' => 'Usuń transakcję z opisem ":description"' ,
2017-01-02 11:51:43 -06:00
'delete_attachment' => 'Usuń załącznik ":name"' ,
'delete_rule' => 'Usuń regułę ":title"' ,
'delete_rule_group' => 'Usuń grupę reguł ":title"' ,
2017-08-21 00:20:48 -05:00
'delete_link_type' => 'Delete link type ":name"' ,
2017-01-02 11:51:43 -06:00
'attachment_areYouSure' => 'Czy na pewno chcesz usunąć załącznik o nazwie ":name"?' ,
2017-01-02 12:01:58 -06:00
'account_areYouSure' => 'Czy na pewno chcesz usunąć konto o nazwie ":name"?' ,
'bill_areYouSure' => 'Czy na pewno chcesz usunąć rachunek o nazwie ":name"?' ,
'rule_areYouSure' => 'Czy na pewno chcesz usunąć regułę o nazwie ":name"?' ,
'ruleGroup_areYouSure' => 'Czy na pewno chcesz usunąć grupę reguł o nazwie ":name"?' ,
'budget_areYouSure' => 'Czy na pewno chcesz usunąć budżet o nazwie ":name"?' ,
'category_areYouSure' => 'Czy na pewno chcesz usunąć kategorię o nazwie ":name"?' ,
'currency_areYouSure' => 'Czy na pewno chcesz usunąć walutę o nazwie ":name"?' ,
'piggyBank_areYouSure' => 'Czy na pewno chcesz usunąć skarbonkę o nazwie ":name"?' ,
'journal_areYouSure' => 'Czy na pewno chcesz usunąć transakcję opisaną ":description"?' ,
'mass_journal_are_you_sure' => 'Czy na pewno chcesz usunąć te transakcje?' ,
'tag_areYouSure' => 'Czy na pewno chcesz usunąć tag ":tag"?' ,
2017-08-23 14:30:57 -05:00
'journal_link_areYouSure' => 'Are you sure you want to delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?' ,
2017-08-21 00:20:48 -05:00
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?' ,
2017-01-02 11:31:59 -06:00
'permDeleteWarning' => 'Usuwanie rzeczy z Firefly jest trwałe i nie można tego cofnąć.' ,
2017-01-02 04:02:18 -06:00
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.' ,
2017-01-02 12:31:54 -06:00
'delete_all_permanently' => 'Trwale usuń zaznaczone' ,
2017-01-02 11:31:59 -06:00
'update_all_journals' => 'Zmodyfikuj te transakcje' ,
2017-01-02 04:02:18 -06:00
'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.' ,
2017-08-23 14:30:57 -05:00
'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.' ,
2017-01-02 04:02:18 -06:00
'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.' ,
'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.' ,
'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.' ,
'budget_keep_transactions' => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will spared deletion.' ,
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.' ,
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.' ,
2017-01-02 11:31:59 -06:00
'email' => 'Adres email' ,
'password' => 'Hasło' ,
'password_confirmation' => 'Hasło (ponownie)' ,
'blocked' => 'Jest zablokowany?' ,
'blocked_code' => 'Powód blokady' ,
2017-01-02 04:02:18 -06:00
// admin
2017-01-02 11:31:59 -06:00
'domain' => 'Domena' ,
'single_user_mode' => 'Tryb pojedynczego użytkownika' ,
'must_confirm_account' => 'Nowi użytkownicy muszą aktywować konto' ,
2017-01-02 04:02:18 -06:00
'is_demo_site' => 'Is demo site' ,
// import
2017-01-02 12:01:58 -06:00
'import_file' => 'Importuj plik' ,
'configuration_file' => 'Plik konfiguracyjny' ,
'import_file_type' => 'Typ pliku importu' ,
2017-01-02 11:31:59 -06:00
'csv_comma' => 'Przecinek (,)' ,
'csv_semicolon' => 'Średnik (;)' ,
'csv_tab' => 'Tabulator (niewidoczny)' ,
2017-01-02 04:02:18 -06:00
'csv_delimiter' => 'CSV field delimiter' ,
2017-01-02 12:01:58 -06:00
'csv_import_account' => 'Domyślne konto importu' ,
2017-01-10 05:45:15 -06:00
'csv_config' => 'Konfiguracja importu CSV' ,
2017-01-02 04:02:18 -06:00
2017-01-02 11:31:59 -06:00
'due_date' => 'Termin realizacji' ,
'payment_date' => 'Data płatności' ,
2017-01-02 12:01:58 -06:00
'invoice_date' => 'Data faktury' ,
2017-01-02 04:02:18 -06:00
'internal_reference' => 'Internal reference' ,
2017-08-21 00:20:48 -05:00
'inward' => 'Inward description' ,
'outward' => 'Outward description' ,
2017-02-19 05:10:16 -06:00
];