mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update language strings
This commit is contained in:
		| @@ -31,7 +31,6 @@ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
| declare(strict_types=1); | ||||
| 
 | ||||
| return [ | ||||
| @@ -101,7 +100,7 @@ return [ | ||||
|     'unique_object_for_user'         => 'Namnet är redan upptaget.', | ||||
|     'unique_account_for_user'        => 'Kontonamnet är redan upptaget.', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -112,7 +111,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     'between.numeric'            => ':attribute måste vara mellan :min och :max.', | ||||
|     'between.file'               => ':attribute måste vara mellan :min och :max kilobytes.', | ||||
|     'between.string'             => ':attribute måste vara mellan :min och :max tecken.', | ||||
| @@ -181,7 +179,7 @@ return [ | ||||
|     'same_account_type'          => 'Båda kontona måste vara samma kontotyp', | ||||
|     'same_account_currency'      => 'Båda kontona måste ha samma valutainställning', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -192,7 +190,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     'secure_password'             => 'Detta lösenord är inte säkert. Vänligen försök igen. För mer info se https://bit.ly/FF3-password-security', | ||||
|     'valid_recurrence_rep_type'   => 'Ogiltig repetitionstyp får återkommande transaktioner.', | ||||
|     'valid_recurrence_rep_moment' => 'Ogiltig repetitionsmoment för denna typ av repetition.', | ||||
| @@ -254,7 +251,7 @@ return [ | ||||
|     'deposit_dest_bad_data'    => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".', | ||||
|     'deposit_dest_wrong_type'  => 'Det inskickade destinationskontot är inte av rätt typ.', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -265,7 +262,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     'transfer_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.', | ||||
|     'transfer_source_bad_data'  => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".', | ||||
|     'transfer_dest_need_data'   => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.', | ||||
| @@ -308,4 +304,3 @@ return [ | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user