Meta files for new release.

This commit is contained in:
James Cole
2023-09-03 17:53:22 +02:00
parent ed1fdf9382
commit 60f0d8074a
17 changed files with 361 additions and 361 deletions

View File

@@ -23,47 +23,47 @@ 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"',
'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',
'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' => 'Actie ":action", aanwezig in regel ":rule", kan niet worden toegepast op transactie #:group: :error',
'find_or_create_tag_failed' => 'Kan de tag ":tag" niet vinden of aanmaken',
'tag_already_added' => 'Tag ":tag" is al gekoppeld aan deze transactie',
'inspect_transaction' => 'Bekijk transactie ":title" @ Firefly III',
'inspect_rule' => 'Bekijk regel ":title" @ Firefly III',
'journal_other_user' => 'Deze transactie hoort niet bij die gebruiker',
'no_such_journal' => 'Transactie bestaat niet',
'journal_already_no_budget' => 'Deze transactie heeft geen budget, dus deze kan niet worden verwijderd',
'journal_already_no_category' => 'Deze transactie heeft geen categorie, dus deze kan niet worden verwijderd',
'journal_already_no_notes' => 'Deze transactie heeft geen notities, dus deze kunnen niet worden verwijderd',
'journal_not_found' => 'Firefly III kan die transactie niet vinden',
'split_group' => 'Firefly III kan deze actie niet uitvoeren op een transactie met meerdere splits',
'is_already_withdrawal' => 'Deze transactie is al een uitgave',
'is_already_deposit' => 'Deze transactie is al inkomsten',
'is_already_transfer' => 'Deze transactie is al een overschrijving',
'is_not_transfer' => 'Deze transactie is geen overschrijving',
'complex_error' => 'Er ging iets moeilijks fout, sorry. Check de logs van Firefly III',
'no_valid_opposing' => 'Omzetten mislukt omdat er geen geldige rekening met naam ":account" bestaat',
'new_notes_empty' => 'De notities die moeten worden ingesteld zijn leeg',
'unsupported_transaction_type_withdrawal' => 'Firefly III kan geen ":type" converteren naar een uitgave',
'unsupported_transaction_type_deposit' => 'Firefly III kan geen ":type" converteren naar inkomsten',
'unsupported_transaction_type_transfer' => 'Firefly III kan geen ":type" converteren naar een overschrijving',
'already_has_source_asset' => 'Deze transactie heeft ":name" al als bronrekening',
'already_has_destination_asset' => 'Deze transactie heeft ":name" al als doelrekening',
'already_has_destination' => 'Deze transactie heeft ":name" al als doelrekening',
'already_has_source' => 'Deze transactie heeft ":name" al als bronrekening',
'already_linked_to_subscription' => 'De transactie is al gekoppeld aan abonnement ":name"',
'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',
'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',
'cannot_find_source_transaction' => 'Firefly III kan de brontransactie niet vinden',
'cannot_find_destination_transaction' => 'Firefly III kan de doeltransactie niet vinden',
'cannot_find_source_transaction_account' => 'Firefly III kan de brontransactierekening niet vinden',
'cannot_find_destination_transaction_account' => 'Firefly III kan de doeltransactierekening niet vinden',
'cannot_find_piggy' => 'Firefly III kan geen spaarpotje vinden met de naam ":name"',
'no_link_piggy' => 'De accounts van deze transactie zijn niet gekoppeld dit spaarpotje',
'cannot_unlink_tag' => 'Tag ":tag" is niet gekoppeld aan deze transactie',
'cannot_find_budget' => 'Firefly III kan budget ":name" niet vinden',
'cannot_find_category' => 'Firefly III kan categorie ":name" niet vinden',
'cannot_set_budget' => 'Firefly III kan budget ":name" niet instellen op een transactie van het type ":type"',
];