mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-25 21:16:47 +00:00 
			
		
		
		
	Update transactions.
This commit is contained in:
		| @@ -1097,6 +1097,7 @@ return [ | ||||
|     'save_transactions_by_moving'               => 'Spara denna transaktion genom att flytta den till ett annat konto:|Spara dessa transaktioner genom att flytta dem till ett annat konto:', | ||||
|     'save_transactions_by_moving_js'            => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.', | ||||
|     'stored_new_account'                        => 'Nytt konto ":name" lagrat!', | ||||
|     'stored_new_account_js'                     => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!', | ||||
|     'updated_account'                           => 'Konto ":name" uppdaterad', | ||||
|     'credit_card_options'                       => 'Kreditkortalternativ', | ||||
|     'no_transactions_account'                   => 'Inga transaktioner (i denna period) för tillgångskonto ":name".', | ||||
| @@ -1133,6 +1134,9 @@ return [ | ||||
|     'interest_calc_daily'                       => 'Per dag', | ||||
|     'interest_calc_monthly'                     => 'Per månad', | ||||
|     'interest_calc_yearly'                      => 'Per år', | ||||
|     'interest_calc_weekly'                      => 'Per week', | ||||
|     'interest_calc_half-year'                   => 'Per half year', | ||||
|     'interest_calc_quarterly'                   => 'Per quarter', | ||||
|     'initial_balance_account'                   => 'Startbalans för konto :account', | ||||
|     'list_options'                              => 'Listalternativ', | ||||
|  | ||||
| @@ -1314,6 +1318,8 @@ return [ | ||||
|     'account_type_Loan'                         => 'Lån', | ||||
|     'account_type_Mortgage'                     => 'Bolån', | ||||
|     'account_type_Credit card'                  => 'Kreditkort', | ||||
|     'liability_direction_credit'                => 'I am owed this debt', | ||||
|     'liability_direction_debit'                 => 'I owe this debt to somebody else', | ||||
|     'budgets'                                   => 'Budgetar', | ||||
|     'tags'                                      => 'Etiketter', | ||||
|     'reports'                                   => 'Rapporter', | ||||
|   | ||||
| @@ -80,6 +80,7 @@ return [ | ||||
|     'api_key'                     => 'API-nyckel', | ||||
|     'remember_me'                 => 'Kom ihåg mig', | ||||
|     'liability_type_id'           => 'Skuldstyp', | ||||
|     'liability_type'              => 'Liability type', | ||||
|     'interest'                    => 'Ränta', | ||||
|     'interest_period'             => 'Ränteperiod', | ||||
|  | ||||
| @@ -169,6 +170,7 @@ return [ | ||||
|     'recurring_keep_transactions' => 'Transaktionen skapad av denna återkommande transaktion kommer inte tas bort.|Alla :count transaktioner skapade av denna återkommande transaktion undantas borttagning.', | ||||
|     'tag_keep_transactions'       => 'Transaktionen kopplad till etiketten kommer inte att tas bort.|Alla :count transaktioner kopplade till etiketten kommer att sparas.', | ||||
|     'check_for_updates'           => 'Sök efter uppdateringar', | ||||
|     'liability_direction'         => 'Liability in/out', | ||||
|  | ||||
|     'delete_object_group' => 'Ta bort groupp ":title"', | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user