Update meta data for new release.

This commit is contained in:
James Cole
2024-01-20 16:29:00 +01:00
parent 2368788405
commit da7a2cf0c0
74 changed files with 821 additions and 760 deletions

View File

@@ -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"',

View File

@@ -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',