Update translations.

This commit is contained in:
James Cole
2023-11-11 20:23:55 +01:00
parent 93b25842e2
commit 590c3cf6f8
45 changed files with 463 additions and 463 deletions

View File

@@ -24,36 +24,36 @@
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',
'main_message' => 'Akcja ":action", obecna w regule ":rule", nie mogła zostać zastosowana do transakcji #:group: :error',
'find_or_create_tag_failed' => 'Nie można znaleźć lub utworzyć tagu ":tag"',
'tag_already_added' => 'Tag ":tag" jest już powiązany z tą transakcją',
'inspect_transaction' => 'Sprawdź transakcję ":title" @ Firefly III',
'inspect_rule' => 'Sprawdź regułę ":title" @ Firefly III',
'journal_other_user' => 'Ta transakcja nie należy do użytkownika',
'no_such_journal' => 'Ta transakcja nie istnieje',
'journal_already_no_budget' => 'Ta transakcja nie ma budżetu, więc nie może zostać usunięta',
'journal_already_no_category' => 'Ta transakcja nie miała kategorii, więc kategoria nie może zostać usunięta',
'journal_already_no_notes' => 'Ta transakcja nie miała notatek, więc te nie mogą zostać usunięte',
'journal_not_found' => 'Firefly III nie może znaleźć żądanej transakcji',
'split_group' => 'Firefly III nie może wykonać tej akcji na transakcji z wieloma podziałami',
'is_already_withdrawal' => 'Ta transakcja jest już wypłatą',
'is_already_deposit' => 'Ta transakcja jest już wpłatą',
'is_already_transfer' => 'Ta transakcja jest już transferem',
'is_not_transfer' => 'Ta transakcja nie jest transferem',
'complex_error' => 'Coś skomplikowanego poszło nie tak. Proszę sprawdź logi Firefly III',
'no_valid_opposing' => 'Konwersja nie powiodła się, ponieważ nie ma poprawnego konta o nazwie ":account"',
'new_notes_empty' => 'Notatki które mają być ustawione są puste',
'unsupported_transaction_type_withdrawal' => 'Firefly III nie może przekonwertować ":type" na wypłatę',
'unsupported_transaction_type_deposit' => 'Firefly III nie może przekonwertować ":type" na wpłatę',
'unsupported_transaction_type_transfer' => 'Firefly III nie może przekonwertować ":type" na 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"',
'already_has_source_asset' => 'Ta transakcja ma już ustawione ":name" jako konto aktywów',
'already_has_destination_asset' => 'Ta transakcja ma już ustawione ":name" jako docelowe konto aktywów',
'already_has_destination' => 'Ta transakcja ma już ustawione ":name" jako konto docelowe',
'already_has_source' => 'Ta transakcja ma już ustawione ":name" jako konto źródłowe',
'already_linked_to_subscription' => 'Transakcja jest już powiązana z rachunkiem ":name"',
'already_linked_to_category' => 'Transakcja jest już powiązana z kategor ":name"',
'already_linked_to_budget' => 'Transakcja jest już powiązana z budżetem ":name"',
'cannot_find_subscription' => 'Firefly III nie może znaleźć rachunku ":name"',
'no_notes_to_move' => 'Transakcja nie ma notatek do przeniesienia do pola opisu',
'no_tags_to_remove' => 'Transakcja nie ma tagów do usunięcia',
'cannot_find_tag' => 'Firefly III nie może znaleźć tagu ":tag"',