mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Update transactions.
This commit is contained in:
		| @@ -1097,6 +1097,7 @@ return [ | ||||
|     'save_transactions_by_moving'               => 'Salva questa transazione spostandola in un altro conto:|Salva queste transazioni spostandole in un altro conto:', | ||||
|     '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'                        => 'Nuovo conto ":name" stored!', | ||||
|     'stored_new_account_js'                     => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!', | ||||
|     'updated_account'                           => 'Aggiorna conto ":name"', | ||||
|     'credit_card_options'                       => 'Opzioni carta di credito', | ||||
|     'no_transactions_account'                   => 'Non ci sono transazioni (in questo periodo) per il conto attività ":name".', | ||||
| @@ -1133,6 +1134,9 @@ return [ | ||||
|     'interest_calc_daily'                       => 'Al giorno', | ||||
|     'interest_calc_monthly'                     => 'Al mese', | ||||
|     'interest_calc_yearly'                      => 'All\'anno', | ||||
|     'interest_calc_weekly'                      => 'Per week', | ||||
|     'interest_calc_half-year'                   => 'Per half year', | ||||
|     'interest_calc_quarterly'                   => 'Per quarter', | ||||
|     'initial_balance_account'                   => 'Saldo iniziale del conto :account', | ||||
|     'list_options'                              => 'Lista opzioni', | ||||
|  | ||||
| @@ -1314,6 +1318,8 @@ return [ | ||||
|     'account_type_Loan'                         => 'Prestito', | ||||
|     'account_type_Mortgage'                     => 'Mutuo', | ||||
|     'account_type_Credit card'                  => 'Carta di credito', | ||||
|     'liability_direction_credit'                => 'I am owed this debt', | ||||
|     'liability_direction_debit'                 => 'I owe this debt to somebody else', | ||||
|     'budgets'                                   => 'Budget', | ||||
|     'tags'                                      => 'Etichette', | ||||
|     'reports'                                   => 'Resoconti', | ||||
|   | ||||
| @@ -80,6 +80,7 @@ return [ | ||||
|     'api_key'                     => 'Chiave API', | ||||
|     'remember_me'                 => 'Ricordami', | ||||
|     'liability_type_id'           => 'Tipo passività', | ||||
|     'liability_type'              => 'Liability type', | ||||
|     'interest'                    => 'Interesse', | ||||
|     'interest_period'             => 'Periodo di interesse', | ||||
|  | ||||
| @@ -169,6 +170,7 @@ return [ | ||||
|     'recurring_keep_transactions' => 'L\'unica transazione creata da questa transazione ricorrente non verrà eliminata.|Tutte le :count transazioni create da questa transazione ricorrente non verranno eliminate.', | ||||
|     'tag_keep_transactions'       => 'L\'unica transazione connessa a questa etichetta non verrà eliminata.|Tutte le :count transazioni del conto collegate a questa etichetta non verranno eliminate.', | ||||
|     'check_for_updates'           => 'Controlla gli aggiornamenti', | ||||
|     'liability_direction'         => 'Liability in/out', | ||||
|  | ||||
|     'delete_object_group' => 'Elimina gruppo ":title"', | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user