mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-01 21:19:11 -06:00
New translations firefly.php (Polish)
This commit is contained in:
parent
e3696b6055
commit
c3f8b2ea56
@ -205,7 +205,6 @@ return [
|
||||
|
||||
// rules
|
||||
'rules' => 'Reguły',
|
||||
'rules_explanation' => 'Here you can manage rules. Rules are triggered when a transaction is created or updated. Then, if the transaction has certain properties (called "triggers") Firefly will execute the "actions". Combined, you can make Firefly respond in a certain way to new transactions.',
|
||||
'rule_name' => 'Nazwa reguły',
|
||||
'rule_triggers' => 'Reguły są wyzwalane gdy',
|
||||
'rule_actions' => 'Reguła będzie',
|
||||
@ -255,14 +254,14 @@ return [
|
||||
'warning_transaction_subset' => 'For performance reasons this list is limited to :max_num_transactions and may only show a subset of matching transactions',
|
||||
'warning_no_matching_transactions' => 'No matching transactions found. Please note that for performance reasons, only the last :num_transactions transactions have been checked.',
|
||||
'warning_no_valid_triggers' => 'Nie dostarczono prawidłowych wyzwalaczy.',
|
||||
'execute_on_existing_transactions' => 'Wykonaj dla istniejących transakcji',
|
||||
'rule_group_select_transactions' => 'Wykonaj grupę reguł ":title" na istniejących transakcjach',
|
||||
'execute_on_existing_transactions_intro' => 'When a rule or group has been changed or added, you can execute it for existing transactions',
|
||||
'execute_on_existing_transactions_short' => 'Istniejące transakcje',
|
||||
'executed_group_on_existing_transactions' => 'Wykonano grupę ":title" dla istniejących transakcji',
|
||||
'execute_group_on_existing_transactions' => 'Wykonaj grupę ":title" dla istniejących transakcji',
|
||||
'apply_rule_selection' => 'Apply rule ":title" to a selection of your transactions',
|
||||
'apply_rule_selection_intro' => 'Rules like ":title" are normally only applied to new or updated transactions, but you can tell Firefly III to run it on a selection of your existing transactions. This can be useful when you have updated a rule and you need the changes to be applied to all of your other transactions.',
|
||||
'include_transactions_from_accounts' => 'Uwzględnij transakcje z tych kont',
|
||||
'applied_rule_selection' => 'Rule ":title" has been applied to your selection.',
|
||||
'execute' => 'Wykonaj',
|
||||
'apply_rule_group_selection' => 'Apply rule group ":title" to a selection of your transactions',
|
||||
'apply_rule_group_selection_intro' => 'Rule groups like ":title" are normally only applied to new or updated transactions, but you can tell Firefly III to run all the rules in this group on a selection of your existing transactions. This can be useful when you have updated a group of rules and you need the changes to be applied to all of your other transactions.',
|
||||
'applied_rule_group_selection' => 'Rule ":title" has been applied to your selection.',
|
||||
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'Akcją użytkownika jest ":trigger_value"',
|
||||
|
Loading…
Reference in New Issue
Block a user