mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Update meta files for new release.
This commit is contained in:
@@ -87,10 +87,8 @@ return [
|
||||
'flash_info_multiple' => 'Jest jedna wiadomość|Jest :count wiadomości',
|
||||
'flash_error_multiple' => 'Jest jeden błąd|Jest :count błędów',
|
||||
'net_worth' => 'Wartość netto',
|
||||
'route_has_no_help' => 'Brak pomocy dla tej strony.',
|
||||
'help_for_this_page' => 'Pomoc dla tej strony',
|
||||
'no_help_could_be_found' => 'Nie znaleziono tekstu pomocy.',
|
||||
'no_help_title' => 'Przepraszamy, wystąpił błąd.',
|
||||
'help_for_this_page_body' => 'You can find more information about this page <a href="https://docs.firefly-iii.org/">in the documentation</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',
|
||||
@@ -291,8 +289,8 @@ return [
|
||||
'search_modifier_created_on' => 'Transakcja stworzona ":value"',
|
||||
'search_modifier_updated_on' => 'Transakcja zaktualizowana ":value"',
|
||||
'search_modifier_external_id' => 'Zewnętrzne ID to ":value"',
|
||||
'search_modifier_no_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
|
||||
'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' => 'Wewnętrzne odwołanie to ":value"',
|
||||
'search_modifier_description_starts' => 'Opis to ":value"',
|
||||
'search_modifier_description_ends' => 'Opis kończy się na ":value"',
|
||||
@@ -349,7 +347,7 @@ return [
|
||||
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
|
||||
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
|
||||
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
|
||||
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
|
||||
'search_modifier_date_before_day' => 'Transakcja jest przed lub w dniu miesiąca ":value"',
|
||||
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
|
||||
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
|
||||
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
|
||||
@@ -373,6 +371,8 @@ return [
|
||||
'repeat_freq_quarterly' => 'kwartalnie',
|
||||
'repeat_freq_monthly' => 'miesięcznie',
|
||||
'repeat_freq_weekly' => 'tygodniowo',
|
||||
'repeat_freq_daily' => 'daily',
|
||||
'daily' => 'daily',
|
||||
'weekly' => 'tygodniowo',
|
||||
'quarterly' => 'kwartalnie',
|
||||
'half-year' => 'co pół roku',
|
||||
@@ -564,8 +564,8 @@ return [
|
||||
'rule_trigger_internal_reference' => 'Wewnętrzne odwołanie to ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'ID dziennika transakcji to..',
|
||||
'rule_trigger_journal_id' => 'ID dziennika transakcji to ":trigger_value"',
|
||||
'rule_trigger_no_external_url' => 'Transaction has no external URL',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
|
||||
'rule_trigger_any_external_url' => 'Transakcja ma zewnętrzny adres URL',
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'USUŃ transakcję (!)',
|
||||
@@ -715,14 +715,14 @@ return [
|
||||
'pref_optional_tj_internal_reference' => 'Wewnętrzny numer',
|
||||
'pref_optional_tj_notes' => 'Notatki',
|
||||
'pref_optional_tj_attachments' => 'Załączniki',
|
||||
'pref_optional_tj_external_url' => 'External URL',
|
||||
'pref_optional_tj_external_url' => 'Zewnętrzny adres URL',
|
||||
'pref_optional_tj_location' => 'Lokalizacja',
|
||||
'pref_optional_tj_links' => 'Powiązane transakcje',
|
||||
'optional_field_meta_dates' => 'Daty',
|
||||
'optional_field_meta_business' => 'Biznesowe',
|
||||
'optional_field_attachments' => 'Załączniki',
|
||||
'optional_field_meta_data' => 'Opcjonalne metadane',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Zewnętrzny adres URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Usuń dane',
|
||||
|
||||
Reference in New Issue
Block a user