Meta files for new release.

This commit is contained in:
James Cole
2022-05-02 19:08:28 +02:00
parent 39fbd545ad
commit 295724c4e9
37 changed files with 724 additions and 627 deletions

View File

@@ -89,7 +89,7 @@ return [
'flash_error_multiple' => 'Jest jeden błąd|Jest :count błędów',
'net_worth' => 'Wartość netto',
'help_for_this_page' => 'Pomoc dla tej strony',
'help_for_this_page_body' => 'You can find more information about this page <a href="https://docs.firefly-iii.org/">in the documentation</a>.',
'help_for_this_page_body' => 'Więcej informacji o tej stronie możesz znaleźć <a href="https://docs.firefly-iii.org/">w dokumentacji</a>.',
'two_factor_welcome' => 'Cześć!',
'two_factor_enter_code' => 'Aby kontynuować, wprowadź kod uwierzytelniania dwuskładnikowego. Twoja aplikacja może wygenerować go dla Ciebie.',
'two_factor_code_here' => 'Wprowadź tutaj kod',
@@ -286,14 +286,14 @@ return [
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_date_on' => 'Data transakcji to ":value"',
'search_modifier_id' => 'ID transakcji to ":value"',
'search_modifier_date_before' => 'Data transakcji jest przed lub w ":value"',
'search_modifier_date_after' => 'Data transakcji jest po lub w ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_external_id_is' => 'Zewnętrzne ID to ":value"',
'search_modifier_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
'search_modifier_any_external_url' => 'Transakcja musi mieć (dowolny) zewnętrzny adres URL',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_internal_reference_is' => 'Wewnętrzne odwołanie to ":value"',
'search_modifier_description_starts' => 'Opis to ":value"',
'search_modifier_description_ends' => 'Opis kończy się na ":value"',
'search_modifier_description_contains' => 'Opis zawiera ":value"',
@@ -309,13 +309,13 @@ return [
'search_modifier_has_any_bill' => 'Transakcja musi mieć (dowolny) rachunek',
'search_modifier_has_no_tag' => 'Transakcja nie może mieć tagów',
'search_modifier_has_any_tag' => 'Transakcja musi mieć (dowolny) tag',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_notes_contains' => 'Notatki transakcji zawierają ":value"',
'search_modifier_notes_starts' => 'Notatki transakcji zaczynają się od ":value"',
'search_modifier_notes_ends' => 'Notatki transakcji kończą się na ":value"',
'search_modifier_notes_is' => 'Notatki transakcji to ":value"',
'search_modifier_no_notes' => 'Transakcja nie ma notatek',
'search_modifier_any_notes' => 'Transakcja musi zawierać notatki',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_is' => 'Kwota to dokładnie :value',
'search_modifier_amount_less' => 'Kwota jest mniejsza lub równa :value',
'search_modifier_amount_more' => 'Kwota jest większa lub równa :value',
'search_modifier_source_account_is' => 'Konto źródłowe to ":value"',