Auto commit for release 'develop' on 2024-02-04

This commit is contained in:
github-actions
2024-02-04 01:31:06 +01:00
parent 807e575dac
commit 4f994a2795
16 changed files with 135 additions and 135 deletions

View File

@@ -23,51 +23,51 @@
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',
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
'new_notes_empty' => 'The notes to be set are empty',
'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',
'already_has_source_asset' => 'This transaction already has ":name" as the source asset account',
'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account',
'already_has_destination' => 'This transaction already has ":name" as the destination account',
'already_has_source' => 'This transaction already has ":name" as the source account',
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
'already_linked_to_budget' => 'The transaction is already linked to budget ":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',
'not_withdrawal' => 'The transaction is not a withdrawal',
'not_deposit' => 'The transaction is not a deposit',
'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',
'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"',
'main_message' => 'Handling ":action", til stede i regel ":rule", kunne ikke anvendes på transaktion #:group: :error',
'find_or_create_tag_failed' => 'Kunne ikke finde eller oprette tag ":tag"',
'tag_already_added' => 'Tag ":tag" er allerede tilknyttet denne transaktion',
'inspect_transaction' => 'Inspicer transaktion ":title" @ Firefly III',
'inspect_rule' => 'Inspicer regel ":title" @ Firefly III',
'journal_other_user' => 'Denne transaktion tilhører ikke brugeren',
'no_such_journal' => 'Denne transaktion findes ikke',
'journal_already_no_budget' => 'Denne transaktion har intet budget, så den kan ikke fjernes',
'journal_already_no_category' => 'Denne transaktion havde ingen kategori, så den kan ikke fjernes',
'journal_already_no_notes' => 'Denne transaktion har ingen noter, så de kan ikke fjernes',
'journal_not_found' => 'Firefly III kan ikke finde den ønskede transaktion',
'split_group' => 'Firefly III kan ikke udføre denne handling på en transaktion med flere opdelinger',
'is_already_withdrawal' => 'Denne transaktion er allerede en hævning',
'is_already_deposit' => 'Denne transaktion er allerede en deponering',
'is_already_transfer' => 'Denne transaktion er allerede en overførsel',
'is_not_transfer' => 'Denne transaktion er ikke en overførsel',
'complex_error' => 'Noget kompliceret gik galt. Beklager over det. Tjek logs af Firefly III',
'no_valid_opposing' => 'Konvertering mislykkedes fordi der ikke er en gyldig konto med navnet ":account"',
'new_notes_empty' => 'De noter, der skal indstilles, er tomme',
'unsupported_transaction_type_withdrawal' => 'Firefly III kan ikke konvertere en ":type" til en udbetaling',
'unsupported_transaction_type_deposit' => 'Firefly III kan ikke konvertere en ":type" til en deponering',
'unsupported_transaction_type_transfer' => 'Firefly III kan ikke konvertere en ":type" til en overførsel',
'already_has_source_asset' => 'Denne transaktion har allerede ":name" som kildeaktivkonto',
'already_has_destination_asset' => 'Denne transaktion har allerede ":name" som destinationsaktivkonto',
'already_has_destination' => 'Denne transaktion har allerede ":name" som destinationskonto',
'already_has_source' => 'Denne transaktion har allerede ":name" som kildekonto',
'already_linked_to_subscription' => 'Denne transaktion er allerede knyttet til abonnement ":name"',
'already_linked_to_category' => 'Denne transaktion er allerede knyttet til kategori ":name"',
'already_linked_to_budget' => 'Denne transaktion er allerede knyttet til budget ":name"',
'cannot_find_subscription' => 'Firefly III kan ikke finde abonnement ":name"',
'no_notes_to_move' => 'Transaktionen har ingen noter at flytte til beskrivelsesfeltet',
'no_tags_to_remove' => 'Transaktionen har ingen tags at fjerne',
'not_withdrawal' => 'Denne transaktion er ikke en hævning',
'not_deposit' => 'Denne transaktion er ikke en deponering',
'cannot_find_tag' => 'Firefly III kan ikke finde tag ":tag"',
'cannot_find_asset' => 'Firefly III kan ikke finde aktivkonto ":name"',
'cannot_find_accounts' => 'Firefly III kan ikke finde kilde- eller destinationkontoen',
'cannot_find_source_transaction' => 'Firefly III kan ikke finde kildetransaktionen',
'cannot_find_destination_transaction' => 'Firefly III kan ikke finde destinationstransaktionen',
'cannot_find_source_transaction_account' => 'Firefly III kan ikke finde kildetransaktionskontoen',
'cannot_find_destination_transaction_account' => 'Firefly III kan ikke finde destinationstransaktionskontoen',
'cannot_find_piggy' => 'Firefly III kan ikke finde en sparegris med navnet ":name"',
'no_link_piggy' => 'Denne transaktions konti er ikke knyttet til sparegrisen, så ingen handling vil tage sted',
'cannot_unlink_tag' => 'Tag ":tag" er ikke tilknyttet denne transaktion',
'cannot_find_budget' => 'Firefly III kan ikke finde budget ":name"',
'cannot_find_category' => 'Firefly III kan ikke finde kategori ":name"',
'cannot_set_budget' => 'Firefly III kan ikke indstille budget ":name" til en transaktion af typen ":type"',
];