Auto commit for release 'develop' on 2024-03-18

This commit is contained in:
github-actions
2024-03-18 01:30:56 +01:00
parent 7dcaf167e9
commit ddf1a8cebb
63 changed files with 140 additions and 110 deletions

View File

@@ -63,7 +63,7 @@ return [
*/
'collect_info' => 'Vänligen samla in mer information i katalogen <code>lagring/loggar</code> där du hittar loggfiler. Om du kör Docker, använd <code>dockerloggar -f [container]</code>.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
'collect_info_more' => 'Du kan läsa mer om att samla in felinformation i <a href="https://docs.firefly-iii.org/how-to/general/debug/">FAQ:n</a>.',
'github_help' => 'Få hjälp på GitHub',
'github_instructions' => 'Du är mer än välkommen att öppna ett ärende <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">på GitHub</a></strong>.',
'use_search' => 'Använd sökningen!',

View File

@@ -24,10 +24,10 @@ 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',
'find_or_create_tag_failed' => 'Kunde inte hitta eller skapa etiketten ":tag"',
'tag_already_added' => 'Etiketten ":tag" är redan länkad till denna transaktion',
'inspect_transaction' => 'Inspektera transaktion ":title" @ Firefly III',
'inspect_rule' => 'Inspektera regel ":title" @ Firefly III',
'journal_other_user' => 'This transaction doesn\'t belong to the user',
'no_such_journal' => 'Denna transaktion finns inte',
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
@@ -57,7 +57,7 @@ return [
'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_tag' => 'Firefly III kan inte hitta etiketten ":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',
@@ -67,8 +67,8 @@ return [
'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_find_budget' => 'Firefly III kan inte hitta budget ":name"',
'cannot_find_category' => 'Firefly III kan inte hitta kategori ":name"',
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
'journal_invalid_amount' => 'Firefly III can\'t set amount ":amount" because it is not a valid number.',
];

View File

@@ -59,6 +59,7 @@ return [
'rule_action_value' => 'Detta värde är ogiltigt för den valda åtgärden.',
'file_already_attached' => 'Den uppladdade filen ”:name” är redan kopplad till detta objekt.',
'file_attached' => 'Filen ”:name” har laddats upp.',
'file_zero' => 'The file is zero bytes in size.',
'must_exist' => 'ID i fältet :attribute finns inte i databasen.',
'all_accounts_equal' => 'Alla konton i detta fält måste vara lika.',
'group_title_mandatory' => 'En grupptitel är obligatorisk vid mer än en transaktion.',