mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update transactions.
This commit is contained in:
		| @@ -1097,6 +1097,7 @@ return [ | ||||
|     'save_transactions_by_moving'               => 'Save this transaction by moving it to another account:|Save these transactions by moving them to another account:', | ||||
|     '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'                        => 'Uusi tili ":name" tallennettiin!', | ||||
|     'stored_new_account_js'                     => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!', | ||||
|     'updated_account'                           => 'Tiliä ":name" päivitettiin', | ||||
|     'credit_card_options'                       => 'Luottokorttivalinnat', | ||||
|     'no_transactions_account'                   => 'Tilillä ":name" ei ole yhtään tapahtumaa (tässä jaksossa).', | ||||
| @@ -1133,6 +1134,9 @@ return [ | ||||
|     'interest_calc_daily'                       => 'Päivässä', | ||||
|     'interest_calc_monthly'                     => 'Kuukaudessa', | ||||
|     'interest_calc_yearly'                      => 'Vuodessa', | ||||
|     'interest_calc_weekly'                      => 'Per week', | ||||
|     'interest_calc_half-year'                   => 'Per half year', | ||||
|     'interest_calc_quarterly'                   => 'Per quarter', | ||||
|     'initial_balance_account'                   => 'Alkutasetili :account', | ||||
|     'list_options'                              => 'List options', | ||||
|  | ||||
| @@ -1314,6 +1318,8 @@ return [ | ||||
|     'account_type_Loan'                         => 'Laina', | ||||
|     'account_type_Mortgage'                     => 'Kiinnelaina', | ||||
|     'account_type_Credit card'                  => 'Luottokortti', | ||||
|     'liability_direction_credit'                => 'I am owed this debt', | ||||
|     'liability_direction_debit'                 => 'I owe this debt to somebody else', | ||||
|     'budgets'                                   => 'Budjetit', | ||||
|     'tags'                                      => 'Tägit', | ||||
|     'reports'                                   => 'Raportit', | ||||
|   | ||||
| @@ -80,6 +80,7 @@ return [ | ||||
|     'api_key'                     => 'API-avain', | ||||
|     'remember_me'                 => 'Muista minut', | ||||
|     'liability_type_id'           => 'Vastuun tyyppi', | ||||
|     'liability_type'              => 'Liability type', | ||||
|     'interest'                    => 'Korko', | ||||
|     'interest_period'             => 'Korkojakso', | ||||
|  | ||||
| @@ -169,6 +170,7 @@ return [ | ||||
|     'recurring_keep_transactions' => 'Ainoa tämän toistuvan tapahtuman luoma tapahtuma säästetään.|Kaikki :count tämän toistuvan tapahtuman luomaa tapahtumaa säästetään.', | ||||
|     'tag_keep_transactions'       => 'Ainoa tähän tägiin linkitetty tapahtuma säästetään.|Kaikki :count tähän tägiin yhdistetyt tapahtumat säästetään.', | ||||
|     'check_for_updates'           => 'Tarkista päivitykset', | ||||
|     'liability_direction'         => 'Liability in/out', | ||||
|  | ||||
|     'delete_object_group' => 'Poista ryhmä ":title"', | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user