mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
New translations firefly.php (Dutch)
This commit is contained in:
@@ -292,6 +292,18 @@ return [
|
||||
'rule_trigger_has_no_tag' => 'Transactie heeft geen tag(s)',
|
||||
'rule_trigger_has_any_tag_choice' => 'Heeft een of meer tags',
|
||||
'rule_trigger_has_any_tag' => 'Transactie heeft een of meer tags',
|
||||
'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' => 'Verander categorie naar ":action_value"',
|
||||
'rule_action_clear_category' => 'Maak categorie-veld leeg',
|
||||
'rule_action_set_budget' => 'Sla op onder budget ":action_value"',
|
||||
@@ -316,6 +328,16 @@ return [
|
||||
'rule_action_set_source_account' => 'Verander bronrekening naar ":action_value"',
|
||||
'rule_action_set_destination_account_choice' => 'Verander doelrekening naar...',
|
||||
'rule_action_set_destination_account' => 'Verander doelrekening naar ":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' => 'Heb je de waarschuwing gelezen?',
|
||||
'apply_rule_warning' => 'Let op! Het kan heel lang duren voor een regel(groep) is toegepast op een grote selectie transacties. Er kan een time-out optreden. Als dat gebeurt is de regel(groep) niet toegepast op alle transacties, en dat kan je administratie behoorlijk verprutsen. Wees dus voorzichtig.',
|
||||
|
||||
|
Reference in New Issue
Block a user