mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 07:26:02 +00:00
Update meta data for new release.
This commit is contained in:
@@ -468,10 +468,10 @@ return [
|
||||
'search_modifier_transaction_type' => 'Buchungstyp ist „:value”',
|
||||
'search_modifier_not_transaction_type' => 'Buchungstyp ist nicht „:value”',
|
||||
'search_modifier_tag_is' => 'Schlagwort ist „: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_tag_contains' => 'Schlagwort enthält ":value"',
|
||||
'search_modifier_not_tag_contains' => 'Schlagwort enthält nicht ":value"',
|
||||
'search_modifier_tag_ends' => 'Schlagwort endet mit ":value"',
|
||||
'search_modifier_tag_starts' => 'Schlagwort beginnt mit ":value"',
|
||||
'search_modifier_not_tag_is' => 'Kein Schlagwort lautet ":value"',
|
||||
'search_modifier_date_on_year' => 'Buchung im Jahr „:value”',
|
||||
'search_modifier_not_date_on_year' => 'Buchung ist nicht im Jahr ":value"',
|
||||
@@ -1279,8 +1279,8 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Notizen an die Beschreibung anhängen',
|
||||
'rule_action_move_descr_to_notes' => 'Notizen durch die Beschreibung ersetzen',
|
||||
'rule_action_move_notes_to_descr' => 'Beschreibung durch die Notizen ersetzen',
|
||||
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
|
||||
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
|
||||
'rule_action_set_destination_to_cash_choice' => 'Zielkonto auf (Bargeld) setzen',
|
||||
'rule_action_set_source_to_cash_choice' => 'Quellkonto auf (Bargeld) setzen',
|
||||
'rulegroup_for_bills_title' => 'Regelgruppe für Rechnungen',
|
||||
'rulegroup_for_bills_description' => 'Eine spezielle Regelgruppe für alle Regeln, die Rechnungen betreffen.',
|
||||
'rule_for_bill_title' => 'Automatisch generierte Regel für die Rechnung ":name"',
|
||||
|
||||
@@ -55,8 +55,8 @@ return [
|
||||
'cannot_find_subscription' => 'Firefly III kann das Abonnement ":name" nicht finden',
|
||||
'no_notes_to_move' => 'Diese Transaktion hat keine Notizen für das Beschreibungsfeld',
|
||||
'no_tags_to_remove' => 'Die Buchung hat keine Schlagworte zum Entfernen',
|
||||
'not_withdrawal' => 'The transaction is not a withdrawal',
|
||||
'not_deposit' => 'The transaction is not a deposit',
|
||||
'not_withdrawal' => 'Diese Buchung ist keine Ausgabe',
|
||||
'not_deposit' => 'Diese Buchung ist keine Einnahme',
|
||||
'cannot_find_tag' => 'Firefly III kann Schlagwort ":tag" nicht finden',
|
||||
'cannot_find_asset' => 'Firefly III kann kein Girokonto ":name" finden',
|
||||
'cannot_find_accounts' => 'Firefly III kann das Quell- oder Zielkonto nicht finden',
|
||||
|
||||
Reference in New Issue
Block a user