firefly-iii/resources/lang/it_IT/list.php

127 lines
5.7 KiB
PHP
Raw Normal View History

<?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 a',
'update_date' => 'Aggiornato a',
'updated_at' => 'Aggiornato a',
'balance_before' => 'Bilancio prima',
'balance_after' => 'Bilancio dopo',
'name' => 'Nome',
'role' => 'Ruolo',
'currentBalance' => 'Bilancio corrente',
2018-04-21 13:48:18 -05:00
'linked_to_rules' => 'Regole rilevanti',
'active' => 'Attivo',
'lastActivity' => 'Ultima attività',
'balanceDiff' => 'Differenze bilancio',
'matchesOn' => 'Abbinato',
'account_type' => 'Tipo conto',
'created_at' => 'Creato a',
'account' => 'Conto',
'matchingAmount' => 'Importo',
'split_number' => 'Diviso #',
'destination' => 'Destinazione',
'source' => 'Sorgente',
'next_expected_match' => 'Prossimo abbinamento previsto',
'automatch' => 'Abbinamento automatico?',
'repeat_freq' => 'Ripetizioni',
'description' => 'Descrizione',
'amount' => 'Importo',
'internal_reference' => 'Referenze interne',
'date' => 'Data',
'interest_date' => 'Data interessi',
'book_date' => 'Agenda',
'process_date' => 'Data lavorazione',
'due_date' => 'Data scadenza',
'payment_date' => 'Data pagamento',
2018-04-21 13:48:18 -05:00
'invoice_date' => 'Data bolletta',
'interal_reference' => 'Referenze interne',
'notes' => 'Note',
'from' => 'Da',
'piggy_bank' => 'Salvadanaio',
'to' => 'A',
2018-04-21 13:48:18 -05:00
'budget' => 'Budget',
'category' => 'Categoria',
'bill' => 'Conto',
'withdrawal' => 'Spesa',
'deposit' => 'Deposito',
'transfer' => 'Trasferimento',
'type' => 'Tipo',
'completed' => 'Completato',
'iban' => 'IBAN',
'paid_current_period' => 'Pagato in questo periodo',
'email' => 'Email',
'registered_at' => 'Registrato a',
'is_blocked' => 'È bloccato',
'is_admin' => 'È amministratore',
'has_two_factor' => 'Ha 2 Fattori',
'blocked_code' => 'Codice blocco',
'source_account' => 'Conto sorgente',
'destination_account' => 'Conto destinazione',
'accounts_count' => 'Numero conti',
'journals_count' => 'Numero transazioni',
'attachments_count' => 'Numero allegati',
'bills_count' => 'Numero conti',
'categories_count' => 'Numero categorie',
'export_jobs_count' => 'Numero esportazioni',
'import_jobs_count' => 'Numero importazioni',
2018-04-21 13:48:18 -05:00
'budget_count' => 'Numero di budget',
'rule_and_groups_count' => 'Numero regole e gruppi regole',
'tags_count' => 'Numero etichette',
'tags' => 'Etichette',
'inward' => 'Descrizione interna',
'outward' => 'Descrizione esterna',
'number_of_transactions' => 'Numero transazioni',
'total_amount' => 'Importo totale',
'sum' => 'Somma',
'sum_excluding_transfers' => 'Somma (esclusi i trasferimenti)',
'sum_withdrawals' => 'Somma prelievi',
'sum_deposits' => 'Somma versamenti',
'sum_transfers' => 'Somma dei trasferimenti',
'reconcile' => 'Riconcilia',
'account_on_spectre' => 'Conto (Spectre)',
'do_import' => 'Importo da questo conto',
'sepa-ct-id' => 'Identificativo End-To-End SEPA',
'sepa-ct-op' => 'Identificativo Conto Oppositore SEPA',
'sepa-db' => 'Identificativo Mandato SEPA',
'sepa-country' => 'Paese SEPA',
'sepa-cc' => 'Codice Compensazione SEPA',
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'Identificativo Creditore SEPA',
'external_id' => 'ID esterno',
2018-04-21 13:48:18 -05:00
'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' => 'bunq payment ID',
];