mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations firefly.php (German)
This commit is contained in:
parent
6696513ef9
commit
0f9220edc9
@ -292,6 +292,18 @@ return [
|
||||
'rule_trigger_has_no_tag' => 'Transaction has no tag(s)',
|
||||
'rule_trigger_has_any_tag_choice' => 'Has one or more (any) tags',
|
||||
'rule_trigger_has_any_tag' => 'Transaction has one or more (any) 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' => 'Kategorie zu ":action_value" festlegen',
|
||||
'rule_action_clear_category' => 'Bereinige Kategorie',
|
||||
'rule_action_set_budget' => 'Budget zu ":action_value" festlegen',
|
||||
@ -316,6 +328,16 @@ return [
|
||||
'rule_action_set_source_account' => 'Lege Quellkonto als :action_value fest',
|
||||
'rule_action_set_destination_account_choice' => 'Zielkonto festlegen...',
|
||||
'rule_action_set_destination_account' => 'Lege Zielkonto als :action_value fest',
|
||||
'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?',
|
||||
'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