mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-15 09:53:36 -06:00
New translations firefly.php (Polish)
This commit is contained in:
parent
0f9220edc9
commit
4f1d545468
@ -292,6 +292,18 @@ return [
|
|||||||
'rule_trigger_has_no_tag' => 'Transakcja bez tagów',
|
'rule_trigger_has_no_tag' => 'Transakcja bez tagów',
|
||||||
'rule_trigger_has_any_tag_choice' => 'Ma (dowolny) tag (lub kilka)',
|
'rule_trigger_has_any_tag_choice' => 'Ma (dowolny) tag (lub kilka)',
|
||||||
'rule_trigger_has_any_tag' => 'Transakcja ma (dowolny) tag (lub kilka)',
|
'rule_trigger_has_any_tag' => 'Transakcja ma (dowolny) tag (lub kilka)',
|
||||||
|
'rule_trigger_any_notes_choice' => 'Has (any) notes',
|
||||||
|
'rule_trigger_any_notes' => 'Transaction has (any) notes',
|
||||||
|
'rule_trigger_no_notes_choice' => 'Has no notes',
|
||||||
|
'rule_trigger_no_notes' => 'Transaction has no notes',
|
||||||
|
'rule_trigger_notes_are_choice' => 'Notes are..',
|
||||||
|
'rule_trigger_notes_are' => 'Notes are ":trigger_value"',
|
||||||
|
'rule_trigger_notes_contain_choice' => 'Notes contain..',
|
||||||
|
'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_action_set_category' => 'Ustaw kategorię na ":action_value"',
|
'rule_action_set_category' => 'Ustaw kategorię na ":action_value"',
|
||||||
'rule_action_clear_category' => 'Wyczyść kategorię',
|
'rule_action_clear_category' => 'Wyczyść kategorię',
|
||||||
'rule_action_set_budget' => 'Ustaw budżet na ":action_value"',
|
'rule_action_set_budget' => 'Ustaw budżet na ":action_value"',
|
||||||
@ -316,6 +328,16 @@ return [
|
|||||||
'rule_action_set_source_account' => 'Ustaw konto źródłowe na :action_value',
|
'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_choice' => 'Ustaw konto docelowe na...',
|
||||||
'rule_action_set_destination_account' => 'Ustaw konto docelowe na :action_value',
|
'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"',
|
||||||
|
|
||||||
|
|
||||||
'rules_have_read_warning' => 'Have you read the warning?',
|
'rules_have_read_warning' => 'Have you read the warning?',
|
||||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time-out. If it does, the rule(group) will only be applied to an unknown subset of your transactions. This might leave your financial administration in tatters. Please be careful.',
|
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time-out. If it does, the rule(group) will only be applied to an unknown subset of your transactions. This might leave your financial administration in tatters. Please be careful.',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user