2017-01-02 04:02:18 -06:00
< ? php
/**
* 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-02 04:02:18 -06:00
'automatch' => 'Match automatically' ,
2017-01-02 11:21:52 -06:00
'skip' => 'Pomiń' ,
'name' => 'Nazwa' ,
'active' => 'Aktywny' ,
'amount_min' => 'Minimalna kwota' ,
'amount_max' => 'Maksymalna kwota' ,
2017-01-02 04:02:18 -06:00
'match' => 'Matches on' ,
'repeat_freq' => 'Repeats' ,
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 04:02:18 -06:00
'journal_source_account_name' => 'Revenue account (source)' ,
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-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-02 04:02:18 -06:00
'journal_destination_account_id' => 'Asset account (destination)' ,
'asset_destination_account' => 'Asset account (destination)' ,
'asset_source_account' => 'Asset account (source)' ,
2017-01-02 11:21:52 -06:00
'journal_description' => 'Opis' ,
'note' => 'Notatki' ,
'split_journal' => 'Podziel tę transakcję' ,
2017-01-02 04:02:18 -06:00
'split_journal_explanation' => 'Split this transaction in multiple parts' ,
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-02 04:02:18 -06:00
'targetamount' => 'Target amount' ,
'accountRole' => 'Account role' ,
'openingBalanceDate' => 'Opening balance date' ,
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 04:02:18 -06:00
'expense_account' => 'Expense account' ,
'revenue_account' => 'Revenue account' ,
2017-01-02 11:31:59 -06:00
'decimal_places' => 'Miejsca dziesiętne' ,
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-02 04:02:18 -06:00
'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)' ,
2017-01-02 11:31:59 -06:00
'type' => 'Typ' ,
2017-01-02 04:02:18 -06:00
'convert_Withdrawal' => 'Convert withdrawal' ,
'convert_Deposit' => 'Convert deposit' ,
'convert_Transfer' => 'Convert transfer' ,
2017-01-02 11:31:59 -06:00
'amount' => 'Kwota' ,
'date' => 'Data' ,
2017-01-02 04:02:18 -06:00
'interest_date' => 'Interest date' ,
'book_date' => 'Book date' ,
'process_date' => 'Processing date' ,
2017-01-02 11:31:59 -06:00
'category' => 'Kategoria' ,
'tags' => 'Tagi' ,
'deletePermanently' => 'Usuń trwale' ,
'cancel' => 'Anuluj' ,
2017-01-02 04:02:18 -06:00
'targetdate' => 'Target date' ,
'tag' => 'Tag' ,
'under' => 'Under' ,
'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 04:02:18 -06:00
'add_new_withdrawal' => 'Add a new withdrawal' ,
2017-01-02 11:51:43 -06:00
'add_new_deposit' => 'Dodaj nową wpłatę' ,
2017-01-02 04:02:18 -06:00
'add_new_transfer' => 'Add a new transfer' ,
'noPiggybank' => '(no piggy bank)' ,
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 04:02:18 -06:00
'export_start_range' => 'Start of export range' ,
'export_end_range' => 'End of export range' ,
2017-01-02 11:31:59 -06:00
'export_format' => 'Format pliku' ,
'include_attachments' => 'Uwzględnij dołączone załączniki' ,
2017-01-02 04:02:18 -06:00
'include_old_uploads' => 'Include imported data' ,
'accounts' => 'Export transactions from these accounts' ,
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-02 04:02:18 -06:00
'delete_journal' => 'Delete transaction with description ":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"' ,
'attachment_areYouSure' => 'Czy na pewno chcesz usunąć załącznik o nazwie ":name"?' ,
2017-01-02 04:02:18 -06:00
'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?' ,
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?' ,
'rule_areYouSure' => 'Are you sure you want to delete the rule titled ":title"?' ,
'ruleGroup_areYouSure' => 'Are you sure you want to delete the rule group titled ":title"?' ,
'budget_areYouSure' => 'Are you sure you want to delete the budget named ":name"?' ,
'category_areYouSure' => 'Are you sure you want to delete the category named ":name"?' ,
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?' ,
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?' ,
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?' ,
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?' ,
'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?' ,
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.' ,
'delete_all_permanently' => 'Delete selected permanently' ,
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.' ,
'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
'import_file' => 'Import file' ,
'configuration_file' => 'Configuration file' ,
'import_file_type' => 'Import file type' ,
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' ,
'csv_import_account' => 'Default import account' ,
'csv_config' => 'CSV import configuration' ,
2017-01-02 11:31:59 -06:00
'due_date' => 'Termin realizacji' ,
'payment_date' => 'Data płatności' ,
2017-01-02 04:02:18 -06:00
'invoice_date' => 'Invoice date' ,
'internal_reference' => 'Internal reference' ,
];