diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index ea21240e97..d8f5c40c26 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -262,8 +262,8 @@ return [ 'rule_action_remove_tag' => 'Usuń tag ":action_value"', 'rule_action_remove_all_tags' => 'Usuń wszystkie tagi', 'rule_action_set_description' => 'Ustaw opis na ":action_value"', - 'rule_action_append_description' => 'Append description with ":action_value"', - 'rule_action_prepend_description' => 'Prepend description with ":action_value"', + 'rule_action_append_description' => 'Dołącz do opisu wartość ":action_value"', + 'rule_action_prepend_description' => 'Poprzedź opis wartością ":action_value"', 'rule_action_set_category_choice' => 'Ustaw kategorię na..', 'rule_action_clear_category_choice' => 'Wyczyść wszystkie kategorie', 'rule_action_set_budget_choice' => 'Ustaw budżet na..', @@ -272,8 +272,8 @@ return [ 'rule_action_remove_tag_choice' => 'Usuń tag..', 'rule_action_remove_all_tags_choice' => 'Usuń wszystkie tagi', 'rule_action_set_description_choice' => 'Ustaw opis na..', - 'rule_action_append_description_choice' => 'Append description with..', - 'rule_action_prepend_description_choice' => 'Prepend description with..', + 'rule_action_append_description_choice' => 'Dołącz do opisu..', + 'rule_action_prepend_description_choice' => 'Poprzedź opis..', 'rule_action_set_source_account_choice' => 'Ustaw konto źródłowe na...', 'rule_action_set_source_account' => 'Set source account to :action_value', 'rule_action_set_destination_account_choice' => 'Ustaw konto docelowe na...',