Clean up code.

This commit is contained in:
James Cole
2023-12-10 06:45:59 +01:00
parent 9a807fc215
commit c2b22a2bac
157 changed files with 648 additions and 669 deletions

View File

@@ -43,7 +43,7 @@ return [
'split' => 'Podziel',
'single_split' => 'Podział',
'clone' => 'Sklonuj',
'clone_and_edit' => 'Sklonuj i edytuj',
'clone_and_edit' => 'Sklonuj i modyfikuj',
'confirm_action' => 'Potwierdź akcję',
'last_seven_days' => 'Ostatnie 7 dni',
'last_thirty_days' => 'Ostanie 30 dni',
@@ -469,10 +469,10 @@ return [
'search_modifier_transaction_type' => 'Transakcja jest typu ":value"',
'search_modifier_not_transaction_type' => 'Typ transakcji to nie ":value"',
'search_modifier_tag_is' => 'Tag to ":value"',
'search_modifier_tag_contains' => 'Tag contains ":value"',
'search_modifier_not_tag_contains' => 'Tag does not contain ":value"',
'search_modifier_tag_ends' => 'Tag ends with ":value"',
'search_modifier_tag_starts' => 'Tag starts with ":value"',
'search_modifier_tag_contains' => 'Tag zawiera ":value"',
'search_modifier_not_tag_contains' => 'Tag nie zawiera ":value"',
'search_modifier_tag_ends' => 'Tag kończy się na ":value"',
'search_modifier_tag_starts' => 'Tag zaczyna się od ":value"',
'search_modifier_not_tag_is' => 'Tag nie jest ustawiony na ":value"',
'search_modifier_date_on_year' => 'Transakcja jest w roku ":value"',
'search_modifier_not_date_on_year' => 'Transakcja nie jest w roku ":value"',
@@ -554,12 +554,12 @@ return [
'search_modifier_not_journal_id' => 'ID dziennika to nie ":value"',
'search_modifier_recurrence_id' => 'ID transakcji cyklicznej to ":value"',
'search_modifier_not_recurrence_id' => 'ID transakcji cyklicznej to nie ":value"',
'search_modifier_foreign_amount_is' => 'Kwota zagraniczna to ":value"',
'search_modifier_not_foreign_amount_is' => 'Kwota zagraniczna to nie ":value"',
'search_modifier_foreign_amount_less' => 'Kwota zagraniczna jest mniejsza niż ":value"',
'search_modifier_not_foreign_amount_more' => 'Kwota zagraniczna jest mniejsza niż ":value"',
'search_modifier_not_foreign_amount_less' => 'Kwota zagraniczna jest większa niż ":value"',
'search_modifier_foreign_amount_more' => 'Kwota zagraniczna jest większa niż ":value"',
'search_modifier_foreign_amount_is' => 'Kwota obca to ":value"',
'search_modifier_not_foreign_amount_is' => 'Kwota obca to nie ":value"',
'search_modifier_foreign_amount_less' => 'Kwota obca jest mniejsza niż ":value"',
'search_modifier_not_foreign_amount_more' => 'Kwota obca jest mniejsza niż ":value"',
'search_modifier_not_foreign_amount_less' => 'Kwota obca jest większa niż ":value"',
'search_modifier_foreign_amount_more' => 'Kwota obca jest większa niż ":value"',
'search_modifier_exists' => 'Transakcja istnieje (dowolna transakcja)',
'search_modifier_not_exists' => 'Transakcja nie istnieje (brak transakcji)',
@@ -584,12 +584,12 @@ return [
'search_modifier_not_book_date_on_year' => 'Data księgowania transakcji nie jest w roku ":value"',
'search_modifier_not_book_date_on_month' => 'Data księgowania transakcji nie jest w miesiącu ":value"',
'search_modifier_not_book_date_on_day' => 'Data księgowania transakcji nie przypada w dniu miesiąca ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_book_date_before_year' => 'Data księgowania transakcji jest przed lub w roku ":value"',
'search_modifier_book_date_before_month' => 'Data księgowania transakcji jest przed lub w miesiącu ":value"',
'search_modifier_book_date_before_day' => 'Data księgowania transakcji jest przed lub w dniu miesiąca ":value"',
'search_modifier_book_date_after_year' => 'Data księgowania transakcji jest po lub w roku ":value"',
'search_modifier_book_date_after_month' => 'Data księgowania transakcji jest po lub w miesiącu ":value"',
'search_modifier_book_date_after_day' => 'Data księgowania transakcji jest po lub w dniu miesiąca ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
@@ -694,16 +694,16 @@ return [
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end with ":value"',
'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"',
'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"',
'search_modifier_attachment_name_is' => 'Nazwa dowolnego załącznika to ":value"',
'search_modifier_attachment_name_contains' => 'Nazwa dowolnego załącznika zawiera ":value"',
'search_modifier_attachment_name_starts' => 'Nazwa dowolnego załącznika zaczyna się od ":value"',
'search_modifier_attachment_name_ends' => 'Nazwa dowolnego załącznika kończy się na ":value"',
'search_modifier_attachment_notes_are' => 'Notatki dowolnego załącznika to ":value"',
'search_modifier_attachment_notes_contains' => 'Notatki dowolnego załącznika zawierają ":value"',
'search_modifier_attachment_notes_starts' => 'Notatki dowolnego załącznika zaczynają się od ":value"',
'search_modifier_attachment_notes_ends' => 'Notatki dowolnego załącznika kończą się na ":value"',
'search_modifier_not_attachment_name_is' => 'Nazwa dowolnego załącznika to nie ":value"',
'search_modifier_not_attachment_name_contains' => 'Nazwa dowolnego załącznika nie zawiera ":value"',
'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"',
'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"',
'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"',
@@ -979,9 +979,9 @@ return [
'rule_trigger_category_starts_choice' => 'Kategoria zaczyna się od..',
'rule_trigger_category_starts' => 'Kategoria zaczyna się od ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budżet zawiera..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budżet kończy się..',
'rule_trigger_budget_ends' => 'Budżet kończy się ":trigger_value"',
'rule_trigger_budget_contains' => 'Budżet zawiera ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budżet kończy się na..',
'rule_trigger_budget_ends' => 'Budżet kończy się na ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budżet zaczyna się od..',
'rule_trigger_budget_starts' => 'Budżet zaczyna się od ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Rachunek zawiera..',
@@ -1058,12 +1058,12 @@ return [
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Kwota obca to dokładnie..',
'rule_trigger_foreign_amount_is' => 'Kwota obca to dokładnie ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Kwota obca jest mniejsza niż..',
'rule_trigger_foreign_amount_less' => 'Kwota obca jest mniejsza niż ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Kwota obca jest większa niż..',
'rule_trigger_foreign_amount_more' => 'Kwota obca jest większa niż ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
@@ -1183,9 +1183,9 @@ return [
'rule_trigger_not_amount_is' => 'Transaction amount is not ":trigger_value"',
'rule_trigger_not_amount_less' => 'Transaction amount is more than ":trigger_value"',
'rule_trigger_not_amount_more' => 'Transaction amount is less than ":trigger_value"',
'rule_trigger_not_foreign_amount_is' => 'Foreign transaction amount is not ":trigger_value"',
'rule_trigger_not_foreign_amount_less' => 'Foreign transaction amount is more than ":trigger_value"',
'rule_trigger_not_foreign_amount_more' => 'Foreign transaction amount is less than ":trigger_value"',
'rule_trigger_not_foreign_amount_is' => 'Kwota obcej transakcji to nie ":trigger_value"',
'rule_trigger_not_foreign_amount_less' => 'Kwota obcej transakcji jest większa niż ":trigger_value"',
'rule_trigger_not_foreign_amount_more' => 'Kwota obcej transakcji jest mniejsza niż ":trigger_value"',
'rule_trigger_not_attachment_name_is' => 'No attachment is named ":trigger_value"',
'rule_trigger_not_attachment_name_contains' => 'No attachment name contains ":trigger_value"',
'rule_trigger_not_attachment_name_starts' => 'No attachment name starts with ":trigger_value"',
@@ -1282,8 +1282,8 @@ return [
'rule_action_append_notes_to_descr' => 'Dołącz notatki do opisu',
'rule_action_move_descr_to_notes' => 'Zastąp notatki opisem',
'rule_action_move_notes_to_descr' => 'Zastąp opis notatkami',
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
'rule_action_set_destination_to_cash_choice' => 'Ustaw konto docelowe na konto gotówkowe',
'rule_action_set_source_to_cash_choice' => 'Ustaw konto źródłowe na konto gotówkowe',
'rulegroup_for_bills_title' => 'Grupa reguł dla rachunków',
'rulegroup_for_bills_description' => 'Specjalna grupa reguł dla wszystkich reguł dotyczących rachunków.',
'rule_for_bill_title' => 'Automatycznie wygenerowana reguła dla rachunku ":name"',
@@ -1402,9 +1402,9 @@ return [
'pref_notification_new_access_token' => 'Powiadomienie o utworzeniu nowego tokenu dostępu API',
'pref_notification_transaction_creation' => 'Powiadomienie o automatycznym utworzeniu transakcji',
'pref_notification_user_login' => 'Powiadomienie o zalogowaniu się z nowej lokalizacji',
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)',
'pref_notification_rule_action_failures' => 'Powiadom o niewykonaniu akcji reguły (tylko Slack lub Discord)',
'pref_notifications' => 'Powiadomienia',
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
'pref_notifications_help' => 'Wskaż, czy są to powiadomienia, które chcesz otrzymywać. Niektóre powiadomienia mogą zawierać wrażliwe informacje finansowe.',
'slack_webhook_url' => 'Adres URL webhooka Slack',
'slack_webhook_url_help' => 'Jeśli chcesz, aby Firefly III powiadamiał Cię używając Slacka, wprowadź tutaj adres URL webhooka. W przeciwnym razie pozostaw pole puste. Jeśli jesteś administratorem, musisz również ustawić ten adres URL w panelu administracji.',
'slack_url_label' => 'Adres URL "przychodzącego webhooka" dla Slacka',
@@ -1421,9 +1421,9 @@ return [
'purge_data' => 'Wyczyść dane',
'purged_all_records' => 'Wszystkie usunięte rekordy zostały wyczyszczone.',
'delete_data_title' => 'Usuń dane z Firefly III',
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
'permanent_delete_stuff' => 'Możesz usuwać rzeczy z Firefly III. Użycie poniższych przycisków oznacza, że Twoje wpisy zostaną usunięte z widoku i ukryte. Nie ma przycisku cofnięcia, ale wpisy mogą pozostać w bazie danych, skąd możesz je odzyskać, jeśli to konieczne.',
'other_sessions_logged_out' => 'Wszystkie twoje inne sesje zostały wylogowane.',
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
'delete_unused_accounts' => 'Usunięcie nieużywanych kont spowoduje wyczyszczenie list auto-uzupełniania.',
'delete_all_unused_accounts' => 'Usuń nieużywane konta',
'deleted_all_unused_accounts' => 'Wszystkie nieużywane konta zostały usunięte',
'delete_all_budgets' => 'Usuń WSZYSTKIE budżety',
@@ -1502,7 +1502,7 @@ return [
'oauth' => 'OAuth',
'profile_oauth_clients' => 'Klienci OAuth',
'profile_oauth_no_clients' => 'Nie utworzyłeś żadnych klientów OAuth.',
'profile_oauth_clients_external_auth' => 'If you\'re using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.',
'profile_oauth_clients_external_auth' => 'Jeśli używasz zewnętrznego dostawcy uwierzytelniania, takiego jak Authelia, klienci OAuth nie będą działać. Możesz używać tylko osobistych tokenów dostępu.',
'profile_oauth_clients_header' => 'Klienci',
'profile_oauth_client_id' => 'ID klienta',
'profile_oauth_client_name' => 'Nazwa',
@@ -1633,7 +1633,7 @@ return [
'create_new_revenue' => 'Utwórz nowe konto przychodów',
'create_new_piggy_bank' => 'Utwórz nową skarbonkę',
'create_new_bill' => 'Utwórz nowy rachunek',
'create_new_subscription' => 'Create new subscription',
'create_new_subscription' => 'Utwórz nową subskrypcję',
'create_new_rule' => 'Utwórz nową regułę',
// currencies:
@@ -1742,10 +1742,10 @@ return [
'remove_budgeted_amount' => 'Usuń zabudżetowaną kwotę w :currency',
// bills:
'subscription' => 'Subscription',
'subscription' => 'Subskrypcja',
'not_expected_period' => 'Nie oczekiwany w tym okresie',
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
'subscriptions_in_group' => 'Subskrypcje w grupie "%{title}"',
'subscr_expected_x_times' => 'Oczekuje zapłaty %{amount} %{times} razy w tym okresie',
'not_or_not_yet' => 'Nie (jeszcze)',
'visit_bill' => 'Visit bill ":name" at Firefly III',
'match_between_amounts' => 'Rachunek pasuje do transakcji między :low a :high.',
@@ -1800,7 +1800,7 @@ return [
'bill_repeats_half-year_skip' => 'Powtarza się co {skip} połów roku',
'bill_repeats_yearly_skip' => 'Powtarza się co {skip} lat',
'subscriptions' => 'Subskrypcje',
'go_to_subscriptions' => 'Go to your subscriptions',
'go_to_subscriptions' => 'Przejdź do swoich subskrypcji',
'forever' => 'Bez daty zakończenia',
'extension_date_is' => 'Data przedłużenia to {date}',
@@ -2465,9 +2465,9 @@ return [
'admin_notifications' => 'Powiadomienia administratora',
'admin_notifications_expl' => 'Następujące powiadomienia mogą być włączone lub wyłączone przez administratora. Jeśli chcesz również otrzymywać te wiadomości przez Slack ustaw adres URL dla "przychodzącego webhooka".',
'admin_notification_check_user_new_reg' => 'Użytkownik otrzymuje wiadomość powitalną po rejestracji',
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
'admin_notification_check_admin_new_reg' => 'Administrator(zy) otrzyma(ją) nowe powiadomienie o rejestracji użytkownika',
'admin_notification_check_new_version' => 'Dostępna jest nowa wersja',
'admin_notification_check_invite_created' => 'Użytkownik jest zaproszony do Firefly III',
'admin_notification_check_invite_created' => 'Użytkownik został zaproszony do Firefly III',
'admin_notification_check_invite_redeemed' => 'Zaproszenie użytkownika zostało użyte',
'all_invited_users' => 'Wszyscy zaproszeni użytkownicy',
'save_notification_settings' => 'Zapisz ustawienia',

View File

@@ -56,8 +56,8 @@ return [
'cannot_find_subscription' => 'Firefly III nie może znaleźć rachunku ":name"',
'no_notes_to_move' => 'Transakcja nie ma notatek do przeniesienia do pola opisu',
'no_tags_to_remove' => 'Transakcja nie ma tagów do usunięcia',
'not_withdrawal' => 'The transaction is not a withdrawal',
'not_deposit' => 'The transaction is not a deposit',
'not_withdrawal' => 'Transakcja nie jest wydatkiem',
'not_deposit' => 'Transakcja nie jest wpłatą',
'cannot_find_tag' => 'Firefly III nie może znaleźć tagu ":tag"',
'cannot_find_asset' => 'Firefly III nie może znaleźć konta aktywów ":name"',
'cannot_find_accounts' => 'Firefly III nie może znaleźć konta źródłowego lub docelowego',

View File

@@ -61,7 +61,7 @@ return [
'transaction_types_equal' => 'Wszystkie podziały muszą być tego samego typu.',
'invalid_transaction_type' => 'Nieprawidłowy typ transakcji.',
'invalid_selection' => 'Twój wybór jest nieprawidłowy.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user' => 'Ta wartość jest powiązana z obiektem, który nie istnieje.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Wymaga co najmniej jednej transakcji.',
'recurring_transaction_id' => 'Wymaga co najmniej jednej transakcji.',