| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * list.php | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This program is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU Affero General Public License as | 
					
						
							|  |  |  |  * published by the Free Software Foundation, either version 3 of the | 
					
						
							|  |  |  |  * License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * GNU Affero General Public License for more details. | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:27 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'buttons'                 => 'Pulsanti', | 
					
						
							|  |  |  |     'icon'                    => 'Icona', | 
					
						
							|  |  |  |     'id'                      => 'ID', | 
					
						
							|  |  |  |     'create_date'             => 'Creato il', | 
					
						
							|  |  |  |     'update_date'             => 'Aggiornato il', | 
					
						
							|  |  |  |     'updated_at'              => 'Aggiornato il', | 
					
						
							|  |  |  |     'balance_before'          => 'Saldo precedente', | 
					
						
							|  |  |  |     'balance_after'           => 'Saldo successivo', | 
					
						
							|  |  |  |     'name'                    => 'Nome', | 
					
						
							|  |  |  |     'role'                    => 'Ruolo', | 
					
						
							|  |  |  |     'currentBalance'          => 'Saldo corrente', | 
					
						
							|  |  |  |     'linked_to_rules'         => 'Regole rilevanti', | 
					
						
							|  |  |  |     'active'                  => 'Attivo', | 
					
						
							| 
									
										
										
										
											2019-09-07 20:28:21 +02:00
										 |  |  |     'percentage'              => 'perc.', | 
					
						
							| 
									
										
										
										
											2020-08-01 17:54:35 +02:00
										 |  |  |     'recurring_transaction'   => 'Transazione ricorrente', | 
					
						
							| 
									
										
										
										
											2019-09-07 20:28:21 +02:00
										 |  |  |     'next_due'                => 'Prossimo scadenza', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'transaction_type'        => 'Tipo', | 
					
						
							|  |  |  |     'lastActivity'            => 'Ultima attività', | 
					
						
							|  |  |  |     'balanceDiff'             => 'Differenze saldi', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:57 +02:00
										 |  |  |     'other_meta_data'         => 'Altri meta dati', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'account_type'            => 'Tipo conto', | 
					
						
							|  |  |  |     'created_at'              => 'Creato il', | 
					
						
							|  |  |  |     'account'                 => 'Conto', | 
					
						
							| 
									
										
										
										
											2020-08-01 15:31:11 +02:00
										 |  |  |     'external_uri'            => 'URI esterno', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'matchingAmount'          => 'Importo', | 
					
						
							|  |  |  |     'destination'             => 'Destinazione', | 
					
						
							|  |  |  |     'source'                  => 'Origine', | 
					
						
							|  |  |  |     'next_expected_match'     => 'Prossimo abbinamento previsto', | 
					
						
							|  |  |  |     'automatch'               => 'Abbinamento automatico?', | 
					
						
							|  |  |  |     'repeat_freq'             => 'Si ripete', | 
					
						
							|  |  |  |     'description'             => 'Descrizione', | 
					
						
							|  |  |  |     'amount'                  => 'Importo', | 
					
						
							|  |  |  |     'date'                    => 'Data', | 
					
						
							| 
									
										
										
										
											2020-10-17 21:41:13 +02:00
										 |  |  |     'interest_date'           => 'Data di valuta', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'book_date'               => 'Data contabile', | 
					
						
							|  |  |  |     'process_date'            => 'Data lavorazione', | 
					
						
							|  |  |  |     'due_date'                => 'Data scadenza', | 
					
						
							|  |  |  |     'payment_date'            => 'Data pagamento', | 
					
						
							|  |  |  |     'invoice_date'            => 'Data fatturazione', | 
					
						
							| 
									
										
										
										
											2020-06-04 06:49:44 +02:00
										 |  |  |     'internal_reference'      => 'Riferimento interno', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'notes'                   => 'Note', | 
					
						
							|  |  |  |     'from'                    => 'Da', | 
					
						
							|  |  |  |     'piggy_bank'              => 'Salvadanaio', | 
					
						
							|  |  |  |     'to'                      => 'A', | 
					
						
							|  |  |  |     'budget'                  => 'Budget', | 
					
						
							|  |  |  |     'category'                => 'Categoria', | 
					
						
							|  |  |  |     'bill'                    => 'Bolletta', | 
					
						
							|  |  |  |     'withdrawal'              => 'Prelievo', | 
					
						
							|  |  |  |     'deposit'                 => 'Deposito', | 
					
						
							|  |  |  |     'transfer'                => 'Trasferimento', | 
					
						
							|  |  |  |     'type'                    => 'Tipo', | 
					
						
							|  |  |  |     'completed'               => 'Completato', | 
					
						
							|  |  |  |     'iban'                    => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period'     => 'Pagati in questo periodo', | 
					
						
							|  |  |  |     'email'                   => 'Email', | 
					
						
							|  |  |  |     'registered_at'           => 'Registrato il', | 
					
						
							|  |  |  |     'is_blocked'              => 'È bloccato', | 
					
						
							|  |  |  |     'is_admin'                => 'È amministratore', | 
					
						
							|  |  |  |     'has_two_factor'          => 'Ha 2FA', | 
					
						
							|  |  |  |     'blocked_code'            => 'Codice blocco', | 
					
						
							|  |  |  |     'source_account'          => 'Conto di origine', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |     'destination_account'     => 'Conto destinazione', | 
					
						
							| 
									
										
										
										
											2018-06-27 21:37:16 +02:00
										 |  |  |     'accounts_count'          => 'Numero di conti', | 
					
						
							|  |  |  |     'journals_count'          => 'Numero di transazioni', | 
					
						
							|  |  |  |     'attachments_count'       => 'Numero di allegati', | 
					
						
							|  |  |  |     'bills_count'             => 'Numero di bollette', | 
					
						
							|  |  |  |     'categories_count'        => 'Numero di categorie', | 
					
						
							| 
									
										
										
										
											2018-04-21 20:48:18 +02:00
										 |  |  |     'budget_count'            => 'Numero di budget', | 
					
						
							| 
									
										
										
										
											2018-06-27 21:37:16 +02:00
										 |  |  |     'rule_and_groups_count'   => 'Numero di regole e gruppi di regole', | 
					
						
							|  |  |  |     'tags_count'              => 'Numero di etichette', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |     'tags'                    => 'Etichette', | 
					
						
							| 
									
										
										
										
											2018-08-05 15:33:49 +02:00
										 |  |  |     'inward'                  => 'Descrizione in ingresso', | 
					
						
							|  |  |  |     'outward'                 => 'Descrizione in uscita', | 
					
						
							| 
									
										
										
										
											2018-06-27 21:37:16 +02:00
										 |  |  |     'number_of_transactions'  => 'Numero di transazioni', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |     'total_amount'            => 'Importo totale', | 
					
						
							|  |  |  |     'sum'                     => 'Somma', | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:27 +02:00
										 |  |  |     'sum_excluding_transfers' => 'Somma (esclusi i trasferimenti)', | 
					
						
							| 
									
										
										
										
											2018-06-27 21:37:16 +02:00
										 |  |  |     'sum_withdrawals'         => 'Somma dei prelievi', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |     'sum_deposits'            => 'Somma versamenti', | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:27 +02:00
										 |  |  |     'sum_transfers'           => 'Somma dei trasferimenti', | 
					
						
							| 
									
										
										
										
											2020-01-01 15:38:47 +01:00
										 |  |  |     'sum_reconciliations'     => 'Somma delle riconciliazioni', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |     'reconcile'               => 'Riconcilia', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'sepa_ct_id'              => 'Identificativo End-To-End SEPA', | 
					
						
							|  |  |  |     'sepa_ct_op'              => 'Identificativo SEPA Conto Controparte', | 
					
						
							|  |  |  |     'sepa_db'                 => 'Identificativo Mandato SEPA', | 
					
						
							|  |  |  |     'sepa_country'            => 'Codice Paese SEPA', | 
					
						
							|  |  |  |     'sepa_cc'                 => 'Codice Compensazione SEPA', | 
					
						
							|  |  |  |     'sepa_ep'                 => 'SEPA External Purpose', | 
					
						
							|  |  |  |     'sepa_ci'                 => 'Identificativo Creditore SEPA', | 
					
						
							|  |  |  |     'sepa_batch_id'           => 'ID Batch SEPA', | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:27 +02:00
										 |  |  |     'external_id'             => 'ID esterno', | 
					
						
							| 
									
										
										
										
											2018-04-21 20:48:18 +02:00
										 |  |  |     'account_at_bunq'         => 'Conto con Bunq', | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:27 +02:00
										 |  |  |     'file_name'               => 'Nome del file', | 
					
						
							|  |  |  |     'file_size'               => 'Dimensione del file', | 
					
						
							|  |  |  |     'file_type'               => 'Tipo del file', | 
					
						
							|  |  |  |     'attached_to'             => 'Allegato a', | 
					
						
							|  |  |  |     'file_exists'             => 'Il file esiste', | 
					
						
							|  |  |  |     'spectre_bank'            => 'Banca', | 
					
						
							|  |  |  |     'spectre_last_use'        => 'Ultimo accesso', | 
					
						
							|  |  |  |     'spectre_status'          => 'Stato', | 
					
						
							| 
									
										
										
										
											2018-06-23 06:29:14 +02:00
										 |  |  |     'bunq_payment_id'         => 'ID pagamento bunq', | 
					
						
							| 
									
										
										
										
											2018-06-27 21:37:16 +02:00
										 |  |  |     'repetitions'             => 'Ripetizioni', | 
					
						
							|  |  |  |     'title'                   => 'Titolo', | 
					
						
							|  |  |  |     'transaction_s'           => 'Transazioni', | 
					
						
							|  |  |  |     'field'                   => 'Campo', | 
					
						
							|  |  |  |     'value'                   => 'Valore', | 
					
						
							| 
									
										
										
										
											2018-08-05 20:44:05 +02:00
										 |  |  |     'interest'                => 'Interesse', | 
					
						
							| 
									
										
										
										
											2021-06-13 08:10:30 +02:00
										 |  |  |     'interest_period'         => 'Periodo interessi', | 
					
						
							| 
									
										
										
										
											2018-08-05 20:44:05 +02:00
										 |  |  |     'liability_type'          => 'Tipo di passività', | 
					
						
							| 
									
										
										
										
											2021-06-13 08:10:30 +02:00
										 |  |  |     'liability_direction'     => 'Passività in entrata/uscita', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | ]; |