mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Update meta data for new release.
This commit is contained in:
@@ -469,6 +469,10 @@ return [
|
||||
'search_modifier_transaction_type' => 'Transactietype is ":value"',
|
||||
'search_modifier_not_transaction_type' => 'Transactietype is niet ":value"',
|
||||
'search_modifier_tag_is' => 'Tag is ":value"',
|
||||
'search_modifier_tag_contains' => 'Tag contains ":value"',
|
||||
'search_modifier_not_tag_contains' => 'Tag does not contain ":value"',
|
||||
'search_modifier_tag_ends' => 'Tag ends with ":value"',
|
||||
'search_modifier_tag_starts' => 'Tag starts with ":value"',
|
||||
'search_modifier_not_tag_is' => 'Geen tag is ":value"',
|
||||
'search_modifier_date_on_year' => 'Transactie is in jaar ":value"',
|
||||
'search_modifier_not_date_on_year' => 'Transactie is niet in jaar ":value"',
|
||||
@@ -1278,6 +1282,8 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Voeg notitie toe aan beschrijving',
|
||||
'rule_action_move_descr_to_notes' => 'Notitie vervangen door beschrijving',
|
||||
'rule_action_move_notes_to_descr' => 'Beschrijving vervangen door notitie',
|
||||
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
|
||||
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
|
||||
'rulegroup_for_bills_title' => 'Regelgroep voor contracten',
|
||||
'rulegroup_for_bills_description' => 'Een speciale regelgroep voor alle regels die betrekking hebben op contracten.',
|
||||
'rule_for_bill_title' => 'Automatisch gegenereerde regel voor contract ":name"',
|
||||
|
||||
@@ -56,6 +56,8 @@ return [
|
||||
'cannot_find_subscription' => 'Firefly III kan geen abonnement met naam ":name" vinden',
|
||||
'no_notes_to_move' => 'De transactie heeft geen notities om te verplaatsen naar het omschrijvingsveld',
|
||||
'no_tags_to_remove' => 'De transactie heeft geen tags om te verwijderen',
|
||||
'not_withdrawal' => 'The transaction is not a withdrawal',
|
||||
'not_deposit' => 'The transaction is not a deposit',
|
||||
'cannot_find_tag' => 'Firefly III kan tag ":tag" niet vinden',
|
||||
'cannot_find_asset' => 'Firefly III kan geen betaalrekening met naam ":name" vinden',
|
||||
'cannot_find_accounts' => 'Firefly III kan de bron- of doelrekening niet vinden',
|
||||
|
||||
Reference in New Issue
Block a user