diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 857ef97667..fa883bc071 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -667,6 +667,7 @@ return [ 'report_audit' => 'Przegląd historii transakcji między :start i :end', 'report_category' => 'Raport kategorii między :start i :end', 'report_budget' => 'Raport budżetów między :start i :end', + 'report_tag' => 'Tag report between :start and :end', 'quick_link_reports' => 'Szybkie linki', 'quick_link_default_report' => 'Domyślny raport finansowy', 'quick_link_audit_report' => 'Przegląd historii transakcji', @@ -746,6 +747,8 @@ return [ 'include_expense_not_in_category' => 'Included expenses not in the selected category(ies)', 'include_income_not_in_category' => 'Included income not in the selected category(ies)', 'include_income_not_in_account' => 'Included income not in the selected account(s)', + 'include_income_not_in_tags' => 'Included income not in the selected tag(s)', + 'include_expense_not_in_tags' => 'Included expenses not in the selected tag(s)', 'everything_else' => 'Wszystko inne', 'income_and_expenses' => 'Dochody i wydatki', 'spent_average' => 'Wydano (średnia)',