mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New translations [skip ci]
This commit is contained in:
		| @@ -593,7 +593,6 @@ return [ | ||||
|     'invalid_convert_selection'               => 'Wybrane konto jest już używane w tej transakcji lub nie istnieje.', | ||||
|     'source_or_dest_invalid'                  => 'Nie można znaleźć poprawnych szczegółów transakcji. Konwersja nie jest możliwa.', | ||||
|  | ||||
|  | ||||
|     // create new stuff: | ||||
|     'create_new_withdrawal'                   => 'Utwórz nową wypłatę', | ||||
|     'create_new_deposit'                      => 'Utwórz nową wpłatę', | ||||
| @@ -816,12 +815,17 @@ return [ | ||||
|     'perm-delete-many'                        => 'Usuwanie wielu elementów jednocześnie może być bardzo destrukcyjne. Proszę zachować ostrożność.', | ||||
|     'mass_deleted_transactions_success'       => 'Usunięto :amount transakcję(i).', | ||||
|     'mass_edited_transactions_success'        => 'Zaktualizowano :amount transakcję(i)', | ||||
|     'opt_group_'                              => '(no account type)', | ||||
|     'opt_group_no_account_type'               => '(brak typu konta)', | ||||
|     'opt_group_defaultAsset'                  => 'Domyślne konta aktywów', | ||||
|     'opt_group_savingAsset'                   => 'Konta oszczędnościowe', | ||||
|     'opt_group_sharedAsset'                   => 'Współdzielone konta aktywów', | ||||
|     'opt_group_ccAsset'                       => 'Karty kredytowe', | ||||
|     'opt_group_cashWalletAsset'               => 'Cash wallets', | ||||
|     'opt_group_l_Loan'                        => 'Liability: Loan', | ||||
|     'opt_group_l_Debt'                        => 'Liability: Debt', | ||||
|     'opt_group_l_Mortgage'                    => 'Liability: Mortgage', | ||||
|     'opt_group_l_Credit card'                 => 'Liability: Credit card', | ||||
|     'notes'                                   => 'Notatki', | ||||
|     'unknown_journal_error'                   => 'Nie można zapisać transakcji. Sprawdź pliki dziennika.', | ||||
|  | ||||
|   | ||||
| @@ -50,8 +50,8 @@ return [ | ||||
|     'source_account'              => 'Konto źródłowe', | ||||
|     'destination_account'         => 'Konto docelowe', | ||||
|     'journal_destination_id'      => 'Konto aktywów (przeznaczenie)', | ||||
|     'asset_destination_account'   => 'Konto aktywów (przeznaczenie)', | ||||
|     'asset_source_account'        => 'Konto aktywów (źródło)', | ||||
|     'asset_destination_account'   => 'Destination account', | ||||
|     'asset_source_account'        => 'Source account', | ||||
|     'journal_description'         => 'Opis', | ||||
|     'note'                        => 'Notatki', | ||||
|     'split_journal'               => 'Podziel tę transakcję', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user