mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			186 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			186 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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:
 | |
|     'bank_name'                      => 'Nazwa banku',
 | |
|     'bank_balance'                   => 'Saldo',
 | |
|     'savings_balance'                => 'Saldo konta oszczędnościowego',
 | |
|     'credit_card_limit'              => 'Limit karty kredytowej',
 | |
|     'automatch'                      => 'Dopasuj automatycznie',
 | |
|     'skip'                           => 'Pomiń',
 | |
|     'name'                           => 'Nazwa',
 | |
|     'active'                         => 'Aktywny',
 | |
|     'amount_min'                     => 'Minimalna kwota',
 | |
|     'amount_max'                     => 'Maksymalna kwota',
 | |
|     'match'                          => 'Dopasowanie',
 | |
|     'repeat_freq'                    => 'Powtarza się',
 | |
|     'journal_currency_id'            => 'Waluta',
 | |
|     'currency_id'                    => 'Waluta',
 | |
|     'attachments'                    => 'Załączniki',
 | |
|     'journal_amount'                 => 'Kwota',
 | |
|     'journal_asset_source_account'   => 'Konto aktywów (źródło)',
 | |
|     'journal_source_account_name'    => 'Konto przychodów (źródło)',
 | |
|     'journal_source_account_id'      => 'Konto aktywów (źródło)',
 | |
|     'BIC'                            => 'BIC',
 | |
|     'account_from_id'                => 'Z konta',
 | |
|     'account_to_id'                  => 'Na konto',
 | |
|     'source_account'                 => 'Konto źródłowe',
 | |
|     'destination_account'            => 'Konto docelowe',
 | |
|     'journal_destination_account_id' => 'Konto aktywów (przeznaczenie)',
 | |
|     'asset_destination_account'      => 'Konto aktywów (przeznaczenie)',
 | |
|     'asset_source_account'           => 'Konto aktywów (źródło)',
 | |
|     'journal_description'            => 'Opis',
 | |
|     'note'                           => 'Notatki',
 | |
|     'split_journal'                  => 'Podziel tę transakcję',
 | |
|     'split_journal_explanation'      => 'Split this transaction in multiple parts',
 | |
|     'currency'                       => 'Waluta',
 | |
|     'account_id'                     => 'Konto aktywów',
 | |
|     'budget_id'                      => 'Budżet',
 | |
|     'openingBalance'                 => 'Bilans otwarcia',
 | |
|     'tagMode'                        => 'Tag mode',
 | |
|     'tagPosition'                    => 'Lokalizacja taga',
 | |
|     'virtualBalance'                 => 'Wirtualne saldo',
 | |
|     'longitude_latitude'             => 'Lokalizacja',
 | |
|     'targetamount'                   => 'Kwota docelowa',
 | |
|     'accountRole'                    => 'Rola konta',
 | |
|     'openingBalanceDate'             => 'Data salda otwarcia',
 | |
|     'ccType'                         => 'Plan płatności kartą kredytową',
 | |
|     'ccMonthlyPaymentDate'           => 'Credit card monthly payment date',
 | |
|     'piggy_bank_id'                  => 'Skarbonka',
 | |
|     'returnHere'                     => 'Wróć tutaj',
 | |
|     'returnHereExplanation'          => 'After storing, return here to create another one.',
 | |
|     'returnHereUpdateExplanation'    => 'Po aktualizacji, wróć tutaj.',
 | |
|     'description'                    => 'Opis',
 | |
|     'expense_account'                => 'Konto wydatków',
 | |
|     'revenue_account'                => 'Konto przychodów',
 | |
|     'decimal_places'                 => 'Miejsca dziesiętne',
 | |
|     'exchange_rate_instruction'      => 'Foreign currencies',
 | |
|     'exchanged_amount'               => 'Exchanged amount',
 | |
| 
 | |
|     'revenue_account_source'      => 'Konto przychodów (źródło)',
 | |
|     '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ę',
 | |
|     'convert_Transfer'            => 'Konwertuj transfer',
 | |
| 
 | |
| 
 | |
|     'amount'                     => 'Kwota',
 | |
|     'date'                       => 'Data',
 | |
|     'interest_date'              => 'Interest date',
 | |
|     'book_date'                  => 'Data księgowania',
 | |
|     'process_date'               => 'Processing date',
 | |
|     'category'                   => 'Kategoria',
 | |
|     'tags'                       => 'Tagi',
 | |
|     'deletePermanently'          => 'Usuń trwale',
 | |
|     'cancel'                     => 'Anuluj',
 | |
|     'targetdate'                 => 'Data docelowa',
 | |
|     'tag'                        => 'Tag',
 | |
|     'under'                      => 'Poniżej',
 | |
|     'symbol'                     => 'Symbol',
 | |
|     'code'                       => 'Kod',
 | |
|     'iban'                       => 'IBAN',
 | |
|     'accountNumber'              => 'Numer konta',
 | |
|     'has_headers'                => 'Nagłówki',
 | |
|     'date_format'                => 'Format daty',
 | |
|     'specifix'                   => 'Bank- or file specific fixes',
 | |
|     'attachments[]'              => 'Załączniki',
 | |
|     'store_new_withdrawal'       => 'Zapisz nową wypłatę',
 | |
|     'store_new_deposit'          => 'Zapisz nową wpłatę',
 | |
|     'store_new_transfer'         => 'Zapisz nowy transfer',
 | |
|     'add_new_withdrawal'         => 'Dodaj nową wypłatę',
 | |
|     'add_new_deposit'            => 'Dodaj nową wpłatę',
 | |
|     'add_new_transfer'           => 'Dodaj nowy transfer',
 | |
|     'noPiggybank'                => '(brak skarbonek)',
 | |
|     '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',
 | |
|     'export_start_range'         => 'Początek okresu eksportu',
 | |
|     'export_end_range'           => 'Koniec okresu eksportu',
 | |
|     'export_format'              => 'Format pliku',
 | |
|     'include_attachments'        => 'Uwzględnij dołączone załączniki',
 | |
|     'include_old_uploads'        => 'Dołącz zaimportowane dane',
 | |
|     'accounts'                   => 'Eksportuj transakcje z tych kont',
 | |
|     'delete_account'             => 'Usuń konto ":name"',
 | |
|     'delete_bill'                => 'Usuń rachunek ":name"',
 | |
|     'delete_budget'              => 'Usuń budżet ":name"',
 | |
|     'delete_category'            => 'Usuń kategorię ":name"',
 | |
|     'delete_currency'            => 'Usuń walutę ":name"',
 | |
|     'delete_journal'             => 'Usuń transakcję z opisem ":description"',
 | |
|     '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"?',
 | |
|     '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"?',
 | |
|     'permDeleteWarning'          => 'Usuwanie rzeczy z Firefly jest trwałe i nie można tego cofnąć.',
 | |
|     'mass_make_selection'        => 'You can still prevent items from being deleted by removing the checkbox.',
 | |
|     'delete_all_permanently'     => 'Trwale usuń zaznaczone',
 | |
|     'update_all_journals'        => 'Zmodyfikuj te transakcje',
 | |
|     '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.',
 | |
| 
 | |
|     'email'                 => 'Adres email',
 | |
|     'password'              => 'Hasło',
 | |
|     'password_confirmation' => 'Hasło (ponownie)',
 | |
|     'blocked'               => 'Jest zablokowany?',
 | |
|     'blocked_code'          => 'Powód blokady',
 | |
| 
 | |
| 
 | |
|     // admin
 | |
|     'domain'                => 'Domena',
 | |
|     'single_user_mode'      => 'Tryb pojedynczego użytkownika',
 | |
|     'must_confirm_account'  => 'Nowi użytkownicy muszą aktywować konto',
 | |
|     'is_demo_site'          => 'Is demo site',
 | |
| 
 | |
| 
 | |
|     // import
 | |
|     'import_file'           => 'Importuj plik',
 | |
|     'configuration_file'    => 'Plik konfiguracyjny',
 | |
|     'import_file_type'      => 'Typ pliku importu',
 | |
|     'csv_comma'             => 'Przecinek (,)',
 | |
|     'csv_semicolon'         => 'Średnik (;)',
 | |
|     'csv_tab'               => 'Tabulator (niewidoczny)',
 | |
|     'csv_delimiter'         => 'CSV field delimiter',
 | |
|     'csv_import_account'    => 'Domyślne konto importu',
 | |
|     'csv_config'            => 'Konfiguracja importu CSV',
 | |
| 
 | |
| 
 | |
|     'due_date'           => 'Termin realizacji',
 | |
|     'payment_date'       => 'Data płatności',
 | |
|     'invoice_date'       => 'Data faktury',
 | |
|     'internal_reference' => 'Internal reference',
 | |
| ]; |