mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Update meta data for new release.
This commit is contained in:
@@ -24,49 +24,49 @@
|
||||
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',
|
||||
'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' => 'A ação ":action", presente na regra ":rule", não pode ser aplicada à transação #:group: :error',
|
||||
'find_or_create_tag_failed' => 'Não foi possível encontrar ou criar a tag ":tag"',
|
||||
'tag_already_added' => 'A tag ":tag" já está vinculada a esta transação',
|
||||
'inspect_transaction' => 'Inspecionar transação ":title" no Firefly III',
|
||||
'inspect_rule' => 'Inspecionar regra ":title" no Firefly III',
|
||||
'journal_other_user' => 'Esta transação não pertence ao usuário',
|
||||
'no_such_journal' => 'Esta transação não existe',
|
||||
'journal_already_no_budget' => 'Esta transação não tem orçamento, então não pode ser removida',
|
||||
'journal_already_no_category' => 'Esta transação não tem categoria, então não pode ser removida',
|
||||
'journal_already_no_notes' => 'Esta transação não tem notas, então não pode ser removida',
|
||||
'journal_not_found' => 'O Firefly III não pode encontrar a transação solicitada',
|
||||
'split_group' => 'O Firefly III não pode executar esta ação em uma transação com múltiplas divisões',
|
||||
'is_already_withdrawal' => 'Esta transação já é uma retirada',
|
||||
'is_already_deposit' => 'Esta transação já é um depósito',
|
||||
'is_already_transfer' => 'Esta transação já é uma transferência',
|
||||
'is_not_transfer' => 'Esta transação não é uma transferência',
|
||||
'complex_error' => 'Alguma coisa complicada deu errado. Desculpe por isso. Por favor, inspecione os logs do Firefly III',
|
||||
'no_valid_opposing' => 'A conversão falhou porque não há uma conta válida chamada ":account"',
|
||||
'new_notes_empty' => 'As notas a serem definidas estão vazias',
|
||||
'unsupported_transaction_type_withdrawal' => 'O Firefly III não pode converter ":type" para uma retirada',
|
||||
'unsupported_transaction_type_deposit' => 'O Firefly III não pode converter ":type" em um depósito',
|
||||
'unsupported_transaction_type_transfer' => 'O Firefly III não pode converter ":type" em uma transferência',
|
||||
'already_has_source_asset' => 'Esta transação já tem ":name" como conta de ativos origem',
|
||||
'already_has_destination_asset' => 'Esta transação já tem ":name" como conta de ativos destino',
|
||||
'already_has_destination' => 'Esta transação já tem ":name" como conta destino',
|
||||
'already_has_source' => 'Esta transação já tem ":name" como conta origem',
|
||||
'already_linked_to_subscription' => 'A transação já está vinculada à assinatura ":name"',
|
||||
'already_linked_to_category' => 'A transação já está vinculada à categoria ":name"',
|
||||
'already_linked_to_budget' => 'A transação já está vinculada ao orçamento ":name"',
|
||||
'cannot_find_subscription' => 'O Firefly III não pode encontrar a assinatura ":name"',
|
||||
'no_notes_to_move' => 'A transação não tem notas para mover para o campo descrição',
|
||||
'no_tags_to_remove' => 'A transação não tem tags para remover',
|
||||
'cannot_find_tag' => 'O Firefly III não pode encontrar a tag ":tag"',
|
||||
'cannot_find_asset' => 'O Firefly III não pode encontrar a conta de ativos ":name"',
|
||||
'cannot_find_accounts' => 'O Firefly III não pode encontrar a conta destino ou origem',
|
||||
'cannot_find_source_transaction' => 'O Firefly III não pode encontrar a trasação origem',
|
||||
'cannot_find_destination_transaction' => 'O Firefly III não pode encontrar a transação destino',
|
||||
'cannot_find_source_transaction_account' => 'O Firefly III não pode encontrar a conta origem da transação',
|
||||
'cannot_find_destination_transaction_account' => 'O Firefly III não pode encontrar a conta destino da transação',
|
||||
'cannot_find_piggy' => 'O Firefly III não pode encontrar um cofrinho chamdo ":name"',
|
||||
'no_link_piggy' => 'As contas da transação não estão vinculada ao cofrinho, então nenhuma ação será tomada',
|
||||
'cannot_unlink_tag' => 'A tag ":tag" não está vinculada a esta transação',
|
||||
'cannot_find_budget' => 'O Firefly III não pode encontrar o orçamento ":name"',
|
||||
'cannot_find_category' => 'O Firefly III não pode encontrar a categoria ":name"',
|
||||
'cannot_set_budget' => 'O Firefly III não pode definir o orçamento ":name" à transação de tipo ":type"',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user