diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 36a6ee9b48..2cda3ba1aa 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -300,11 +300,11 @@ return [ 'rule_trigger_notes_are_choice' => 'Notatki to..', 'rule_trigger_notes_are' => 'Notatki to ":trigger_value"', 'rule_trigger_notes_contain_choice' => 'Notatki zawierają..', - 'rule_trigger_notes_contain' => 'Notes contain ":trigger_value"', - 'rule_trigger_notes_start_choice' => 'Notes start with..', - 'rule_trigger_notes_start' => 'Notes start with ":trigger_value"', - 'rule_trigger_notes_end_choice' => 'Notes end with..', - 'rule_trigger_notes_end' => 'Notes end with ":trigger_value"', + 'rule_trigger_notes_contain' => 'Notatki zawierają ":trigger_value"', + 'rule_trigger_notes_start_choice' => 'Notatki zaczynają się od..', + 'rule_trigger_notes_start' => 'Notatki zaczynają się od ":trigger_value"', + 'rule_trigger_notes_end_choice' => 'Notatki kończą się na..', + 'rule_trigger_notes_end' => 'Notatki kończą się na ":trigger_value"', 'rule_action_set_category' => 'Ustaw kategorię na ":action_value"', 'rule_action_clear_category' => 'Wyczyść kategorię', 'rule_action_set_budget' => 'Ustaw budżet na ":action_value"', @@ -329,14 +329,14 @@ return [ 'rule_action_set_source_account' => 'Ustaw konto źródłowe na :action_value', 'rule_action_set_destination_account_choice' => 'Ustaw konto docelowe na...', 'rule_action_set_destination_account' => 'Ustaw konto docelowe na :action_value', - 'rule_action_append_notes_choice' => 'Append notes with..', - 'rule_action_append_notes' => 'Append notes with ":action_value"', - 'rule_action_prepend_notes_choice' => 'Prepend notes with..', - 'rule_action_prepend_notes' => 'Prepend notes with ":action_value"', - 'rule_action_clear_notes_choice' => 'Remove any notes', - 'rule_action_clear_notes' => 'Remove any notes', - 'rule_action_set_notes_choice' => 'Set notes to..', - 'rule_action_set_notes' => 'Set notes to ":action_value"', + 'rule_action_append_notes_choice' => 'Dołącz do notatek..', + 'rule_action_append_notes' => 'Dołącz do notatek wartość ":action_value"', + 'rule_action_prepend_notes_choice' => 'Poprzedź notatki..', + 'rule_action_prepend_notes' => 'Poprzedź notatki wartością ":action_value"', + 'rule_action_clear_notes_choice' => 'Usuń wszystkie notatki', + 'rule_action_clear_notes' => 'Usuń wszystkie notatki', + 'rule_action_set_notes_choice' => 'Ustaw notatki na..', + 'rule_action_set_notes' => 'Ustaw notatki na ":action_value"', 'rules_have_read_warning' => 'Czy przeczytałeś ostrzeżenie?', @@ -940,8 +940,8 @@ return [ 'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.', // links - 'journal_link_configuration' => 'Transaction links configuration', - 'create_new_link_type' => 'Create new link type', + 'journal_link_configuration' => 'Konfiguracja powiązań między transakcjami', + 'create_new_link_type' => 'Utwórz nowy typ powiąznia', 'store_new_link_type' => 'Store new link type', 'update_link_type' => 'Update link type', 'edit_link_type' => 'Edit link type ":name"',