Meta data for new release.

This commit is contained in:
James Cole
2023-09-01 19:40:17 +02:00
parent 461249737e
commit b9d750bf59
16 changed files with 171 additions and 151 deletions

View File

@@ -23,25 +23,25 @@ declare(strict_types=1);
return [
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
'journal_other_user' => 'This transaction doesn\'t belong to the user',
'no_such_journal' => 'This transaction doesn\'t exist',
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits',
'is_already_withdrawal' => 'This transaction is already a withdrawal',
'is_already_deposit' => 'This transaction is already a deposit',
'is_already_transfer' => 'This transaction is already a transfer',
'is_not_transfer' => 'This transaction is not a transfer',
'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III',
'main_message' => 'Aktion ":action", vorhanden in Regel ":rule", konnte nicht auf Transaktion #:group angewendet werden: :error',
'find_or_create_tag_failed' => 'Konnte Schlagwort ":tag" nicht finden oder erstellen',
'tag_already_added' => 'Schlagwort ":tag" ist bereits mit dieser Buchung verknüpft',
'inspect_transaction' => 'Buchung ":title" untersuchen @ Firefly III',
'inspect_rule' => 'Regel ":title" untersuchen @ Firefly III',
'journal_other_user' => 'Diese Buchung gehört nicht zum Benutzer',
'no_such_journal' => 'Diese Buchung existiert nicht',
'journal_already_no_budget' => 'Diese Buchung hat kein Budget, daher kann sie nicht entfernt werden',
'journal_already_no_category' => 'Diese Buchung hatte keine Kategorie, daher kann sie nicht entfernt werden',
'journal_already_no_notes' => 'Diese Buchung hatte keine Notizen, daher können sie nicht entfernt werden',
'journal_not_found' => 'Firefly III kann die angeforderte Buchung nicht finden',
'split_group' => 'Firefly III kann diese Aktion bei einer Buchung mit mehreren Aufteilungen nicht ausführen',
'is_already_withdrawal' => 'Diese Buchung ist bereits eine Ausgabe',
'is_already_deposit' => 'Diese Buchung ist bereits eine Einnahme',
'is_already_transfer' => 'Diese Buchung ist bereits eine Umbuchung',
'is_not_transfer' => 'Diese Buchung ist keine Überweisung',
'complex_error' => 'Etwas kompliziertes ist schief gelaufen. Bitte die Protokolle von Firefly III überprüfen',
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
'new_notes_empty' => 'The notes to be set are empty',
'new_notes_empty' => 'Die zu setzenden Notizen sind leer',
'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal',
'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit',
'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer',
@@ -52,18 +52,18 @@ return [
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
'no_tags_to_remove' => 'The transaction has no tags to remove',
'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"',
'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"',
'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account',
'no_tags_to_remove' => 'Die Buchung hat keine Schlagworte zum Entfernen',
'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',
'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction',
'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction',
'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account',
'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account',
'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"',
'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken',
'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction',
'cannot_find_budget' => 'Firefly III can\'t find budget ":name"',
'cannot_find_category' => 'Firefly III can\'t find category ":name"',
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
'cannot_find_piggy' => 'Firefly III kann kein Sparschwein mit dem Namen ":name" finden',
'no_link_piggy' => 'Die Konten dieser Buchung sind nicht mit dem Sparschwein verbunden, daher wird nichts gemacht',
'cannot_unlink_tag' => 'Schlagwort ":tag" ist nicht mit dieser Buchung verknüpft',
'cannot_find_budget' => 'Firefly III kann kein Budget ":name" finden',
'cannot_find_category' => 'Firefly III kann die Kategorie ":name" nicht finden',
'cannot_set_budget' => 'Firefly III kann das Budget ":name" nicht auf eine Buchung vom Typ ":type" setzen',
];