mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Code cleanup
This commit is contained in:
		| @@ -31,7 +31,6 @@ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
| declare(strict_types=1); | ||||
| 
 | ||||
| return [ | ||||
| @@ -75,7 +74,7 @@ return [ | ||||
|     'tagMode'                     => 'Etikett läge', | ||||
|     'virtual_balance'             => 'Virtuell balans', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -86,7 +85,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     'targetamount'                => 'Mål belopp', | ||||
|     'account_role'                => 'Konto roll', | ||||
|     'opening_balance_date'        => 'Ingående balans datum', | ||||
| @@ -180,7 +178,7 @@ return [ | ||||
|     'journal_areYouSure'          => 'Är du säker du vill ta bort transaktionen ":description"?', | ||||
|     'mass_journal_are_you_sure'   => 'Är du säker du vill ta bort dessa transaktioner?', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -191,7 +189,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     'tag_areYouSure'              => 'Är du säker du vill ta bort etiketten ":tag"?', | ||||
|     'journal_link_areYouSure'     => 'Är du säker du vill ta bort länken mellan <a href=":source_link">:source</a> och <a href=":destination_link">:destination</a>?', | ||||
|     'linkType_areYouSure'         => 'Är du säker du vill ta bort länktypen ":name" (":inward" / ":outward")?', | ||||
| @@ -255,7 +252,7 @@ return [ | ||||
|     'fints_account'               => 'FinTS konto', | ||||
|     'local_account'               => 'Firefly III konto', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -266,7 +263,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     'from_date'                   => 'Datum från', | ||||
|     'to_date'                     => 'Datum till', | ||||
|     'due_date'                    => 'Förfallodatum', | ||||
| @@ -313,4 +309,3 @@ return [ | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user