mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New translations firefly.php (Polish)
This commit is contained in:
@@ -804,36 +804,36 @@ return [
|
||||
'remove_money_from_piggy_title' => 'Usuń pieniądze ze skarbonki ":name"',
|
||||
'add' => 'Dodaj',
|
||||
|
||||
'remove' => 'Usuń',
|
||||
'max_amount_add' => 'Maksymalną kwotą, którą możesz dodać jest',
|
||||
'max_amount_remove' => 'Maksymalną kwotą, którą możesz usunąć jest',
|
||||
'update_piggy_button' => 'Aktualizuj skarbonkę',
|
||||
'update_piggy_title' => 'Aktualizuj skarbonkę ":name"',
|
||||
'updated_piggy_bank' => 'Zaktualizowano skarbonkę ":name"',
|
||||
'details' => 'Szczegóły',
|
||||
'events' => 'Zdarzenia',
|
||||
'target_amount' => 'Kwota docelowa',
|
||||
'start_date' => 'Data rozpoczęcia',
|
||||
'target_date' => 'Data docelowa',
|
||||
'no_target_date' => 'No target date',
|
||||
'table' => 'Tabela',
|
||||
'delete_piggy_bank' => 'Usuń skarbonkę ":name"',
|
||||
'cannot_add_amount_piggy' => 'Nie można dodać :amount do ":name".',
|
||||
'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".',
|
||||
'deleted_piggy_bank' => 'Usunięto skarbonkę ":name"',
|
||||
'added_amount_to_piggy' => 'Added :amount to ":name"',
|
||||
'removed_amount_from_piggy' => 'Removed :amount from ":name"',
|
||||
'remove' => 'Usuń',
|
||||
'max_amount_add' => 'Maksymalną kwotą, którą możesz dodać jest',
|
||||
'max_amount_remove' => 'Maksymalną kwotą, którą możesz usunąć jest',
|
||||
'update_piggy_button' => 'Aktualizuj skarbonkę',
|
||||
'update_piggy_title' => 'Aktualizuj skarbonkę ":name"',
|
||||
'updated_piggy_bank' => 'Zaktualizowano skarbonkę ":name"',
|
||||
'details' => 'Szczegóły',
|
||||
'events' => 'Zdarzenia',
|
||||
'target_amount' => 'Kwota docelowa',
|
||||
'start_date' => 'Data rozpoczęcia',
|
||||
'target_date' => 'Data docelowa',
|
||||
'no_target_date' => 'No target date',
|
||||
'table' => 'Tabela',
|
||||
'delete_piggy_bank' => 'Usuń skarbonkę ":name"',
|
||||
'cannot_add_amount_piggy' => 'Nie można dodać :amount do ":name".',
|
||||
'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".',
|
||||
'deleted_piggy_bank' => 'Usunięto skarbonkę ":name"',
|
||||
'added_amount_to_piggy' => 'Added :amount to ":name"',
|
||||
'removed_amount_from_piggy' => 'Removed :amount from ":name"',
|
||||
|
||||
// tags
|
||||
'regular_tag' => 'Po prostu zwykły tag.',
|
||||
'balancing_act' => 'The tag takes at most two transactions; an expense and a transfer. They\'ll balance each other out.',
|
||||
'advance_payment' => 'The tag accepts one expense and any number of deposits aimed to repay the original expense.',
|
||||
'delete_tag' => 'Usuń tag ":tag"',
|
||||
'deleted_tag' => 'Usunięto tag ":tag"',
|
||||
'new_tag' => 'Utwórz nowy tag',
|
||||
'edit_tag' => 'Modyfikuj tag ":tag"',
|
||||
'updated_tag' => 'Zaktualizowano tag ":tag"',
|
||||
'created_tag' => 'Tag ":tag" został utworzony!',
|
||||
'regular_tag' => 'Po prostu zwykły tag.',
|
||||
'balancing_act' => 'The tag takes at most two transactions; an expense and a transfer. They\'ll balance each other out.',
|
||||
'advance_payment' => 'The tag accepts one expense and any number of deposits aimed to repay the original expense.',
|
||||
'delete_tag' => 'Usuń tag ":tag"',
|
||||
'deleted_tag' => 'Usunięto tag ":tag"',
|
||||
'new_tag' => 'Utwórz nowy tag',
|
||||
'edit_tag' => 'Modyfikuj tag ":tag"',
|
||||
'updated_tag' => 'Zaktualizowano tag ":tag"',
|
||||
'created_tag' => 'Tag ":tag" został utworzony!',
|
||||
|
||||
'transaction_journal_information' => 'Informacje o transakcji',
|
||||
'transaction_journal_meta' => 'Meta informacje',
|
||||
@@ -899,6 +899,14 @@ return [
|
||||
'overview_for_link' => 'Overview for link type ":name"',
|
||||
'delete_journal_link' => 'Delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>',
|
||||
'deleted_link' => 'Deleted link',
|
||||
'1_outward' => 'relates to',
|
||||
'2_outward' => '(partially) refunds',
|
||||
'3_outward' => '(partially) pays for',
|
||||
'4_outward' => '(partially) reimburses',
|
||||
'1_inward' => 'relates to',
|
||||
'2_inward' => 'is (partially) refunded by',
|
||||
'3_inward' => 'is (partially) paid for by',
|
||||
'4_inward' => 'is (partially) reimbursed by',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
|
Reference in New Issue
Block a user