mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			137 lines
		
	
	
		
			6.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			137 lines
		
	
	
		
			6.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * list.php
 | |
|  * Copyright (c) 2018 thegrumpydictator@gmail.com
 | |
|  *
 | |
|  * This file is part of Firefly III.
 | |
|  *
 | |
|  * Firefly III is free software: you can redistribute it and/or modify
 | |
|  * it under the terms of the GNU General Public License as published by
 | |
|  * the Free Software Foundation, either version 3 of the License, or
 | |
|  * (at your option) any later version.
 | |
|  *
 | |
|  * Firefly III is distributed in the hope that it will be useful,
 | |
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
|  * GNU General Public License for more details.
 | |
|  *
 | |
|  * You should have received a copy of the GNU General Public License
 | |
|  * along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
 | |
|  */
 | |
| 
 | |
| declare(strict_types=1);
 | |
| 
 | |
| return [
 | |
|     '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',
 | |
|     'lastActivity'            => 'Ultima attività',
 | |
|     'balanceDiff'             => 'Differenze saldi',
 | |
|     'matchesOn'               => 'Abbinato con',
 | |
|     'account_type'            => 'Tipo conto',
 | |
|     'created_at'              => 'Creato il',
 | |
|     'account'                 => 'Conto',
 | |
|     'matchingAmount'          => 'Importo',
 | |
|     'split_number'            => 'Diviso #',
 | |
|     'destination'             => 'Destinazione',
 | |
|     'source'                  => 'Origine',
 | |
|     'next_expected_match'     => 'Prossimo abbinamento previsto',
 | |
|     'automatch'               => 'Abbinamento automatico?',
 | |
|     'repeat_freq'             => 'Si ripete',
 | |
|     'description'             => 'Descrizione',
 | |
|     'amount'                  => 'Importo',
 | |
|     'internal_reference'      => 'Riferimento interno',
 | |
|     'date'                    => 'Data',
 | |
|     'interest_date'           => 'Data interessi',
 | |
|     'book_date'               => 'Data contabile',
 | |
|     'process_date'            => 'Data lavorazione',
 | |
|     'due_date'                => 'Data scadenza',
 | |
|     'payment_date'            => 'Data pagamento',
 | |
|     'invoice_date'            => 'Data fatturazione',
 | |
|     'interal_reference'       => 'Riferimento interno',
 | |
|     'notes'                   => 'Note',
 | |
|     'from'                    => 'Da',
 | |
|     'piggy_bank'              => 'Salvadanaio',
 | |
|     'to'                      => 'A',
 | |
|     'budget'                  => 'Budget',
 | |
|     'category'                => 'Categoria',
 | |
|     'bill'                    => 'Conto',
 | |
|     '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',
 | |
|     'destination_account'     => 'Conto destinazione',
 | |
|     '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',
 | |
|     'export_jobs_count'       => 'Numero delle operazioni di esportazione',
 | |
|     'import_jobs_count'       => 'Numero delle operazioni di importazione',
 | |
|     'budget_count'            => 'Numero di budget',
 | |
|     'rule_and_groups_count'   => 'Numero di regole e gruppi di regole',
 | |
|     'tags_count'              => 'Numero di etichette',
 | |
|     'tags'                    => 'Etichette',
 | |
|     'inward'                  => 'Descrizione in ingresso',
 | |
|     'outward'                 => 'Descrizione in uscita',
 | |
|     'number_of_transactions'  => 'Numero di transazioni',
 | |
|     'total_amount'            => 'Importo totale',
 | |
|     'sum'                     => 'Somma',
 | |
|     'sum_excluding_transfers' => 'Somma (esclusi i trasferimenti)',
 | |
|     'sum_withdrawals'         => 'Somma dei prelievi',
 | |
|     'sum_deposits'            => 'Somma versamenti',
 | |
|     'sum_transfers'           => 'Somma dei trasferimenti',
 | |
|     'reconcile'               => 'Riconcilia',
 | |
|     'account_on_spectre'      => 'Conto (Spectre)',
 | |
|     'account_on_ynab'         => 'Conto (YNAB)',
 | |
|     'do_import'               => 'Importo da questo conto',
 | |
|     'sepa-ct-id'              => 'Identificativo End-To-End SEPA',
 | |
|     'sepa-ct-op'              => 'Identificativo SEPA Conto Controparte',
 | |
|     'sepa-db'                 => 'Identificativo Mandato SEPA',
 | |
|     'sepa-country'            => 'Paese SEPA',
 | |
|     'sepa-cc'                 => 'Codice Compensazione SEPA',
 | |
|     'sepa-ep'                 => 'SEPA External Purpose',
 | |
|     'sepa-ci'                 => 'Identificativo Creditore SEPA',
 | |
|     'sepa-batch-id'           => 'ID Batch SEPA',
 | |
|     'external_id'             => 'ID esterno',
 | |
|     'account_at_bunq'         => 'Conto con Bunq',
 | |
|     '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',
 | |
|     'bunq_payment_id'         => 'ID pagamento bunq',
 | |
|     'repetitions'             => 'Ripetizioni',
 | |
|     'title'                   => 'Titolo',
 | |
|     'transaction_s'           => 'Transazioni',
 | |
|     'field'                   => 'Campo',
 | |
|     'value'                   => 'Valore',
 | |
|     'interest'                => 'Interesse',
 | |
|     'interest_period'         => 'periodo di interesse',
 | |
|     'liability_type'          => 'Tipo di passività',
 | |
| ];
 |