it-IT
This commit is contained in:
parent
b156aee937
commit
3d5306111b
@ -115,7 +115,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'allowed' => ['en-GB', 'ar-SA', 'cs-CZ', 'de-DE', 'es-ES', 'hr-HR', 'fa-IR', 'fr-FR', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'tr-TR', 'vi-VN', 'zh-TW'],
|
||||
'allowed' => ['en-GB', 'ar-SA', 'cs-CZ', 'de-DE', 'es-ES', 'fa-IR', 'fr-FR', 'hr-HR', 'it-IT', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'tr-TR', 'vi-VN', 'zh-TW'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
14
resources/lang/it-IT/accounts.php
Normal file
14
resources/lang/it-IT/accounts.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'Nome conto',
|
||||
'number' => 'Numero',
|
||||
'opening_balance' => 'Saldo residuo',
|
||||
'current_balance' => 'Saldo corrente',
|
||||
'bank_name' => 'Nome della banca',
|
||||
'bank_phone' => 'Telefono della Banca',
|
||||
'bank_address' => 'Indirizzo della banca',
|
||||
'default_account' => 'Conto predefinito',
|
||||
|
||||
];
|
30
resources/lang/it-IT/auth.php
Normal file
30
resources/lang/it-IT/auth.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'profile' => 'Profilo',
|
||||
'logout' => 'Esci',
|
||||
'login' => 'Accedi',
|
||||
'login_to' => 'Accedi per iniziare la sessione',
|
||||
'remember_me' => 'Ricordami',
|
||||
'forgot_password' => 'Password dimenticata',
|
||||
'reset_password' => 'Reimposta la Password',
|
||||
'enter_email' => 'Inserisci il tuo indirizzo email',
|
||||
'current_email' => 'Email attuale',
|
||||
'reset' => 'Reimposta',
|
||||
'never' => 'mai',
|
||||
'password' => [
|
||||
'current' => 'Password',
|
||||
'current_confirm' => 'Conferma Password',
|
||||
'new' => 'Nuova Password',
|
||||
'new_confirm' => 'Conferma Nuova Password',
|
||||
],
|
||||
'error' => [
|
||||
'self_delete' => 'Errore: Non puoi eliminarlo!'
|
||||
],
|
||||
|
||||
'failed' => 'Credenziali non corrispondenti ai dati registrati.',
|
||||
'disabled' => 'Questo account è disattivato. Si prega di contattare l\'amministratore di sistema.',
|
||||
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
|
||||
|
||||
];
|
41
resources/lang/it-IT/bills.php
Normal file
41
resources/lang/it-IT/bills.php
Normal file
@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'Numero fattura di acquisto',
|
||||
'bill_date' => 'Data fattura di acquisto',
|
||||
'total_price' => 'Prezzo Totale',
|
||||
'due_date' => 'Data scadenza',
|
||||
'order_number' => 'Ordine di acquisto numero',
|
||||
'bill_from' => 'Fattura da',
|
||||
|
||||
'quantity' => 'Quantità',
|
||||
'price' => 'Prezzo',
|
||||
'sub_total' => 'Subtotale',
|
||||
'tax_total' => 'Totale imposta',
|
||||
'total' => 'Totale',
|
||||
|
||||
'item_name' => 'Nome dell\'articolo|Nomi degli articoli',
|
||||
|
||||
'payment_due' => 'Scadenza pagamento',
|
||||
'amount_due' => 'Importo dovuto',
|
||||
'paid' => 'Pagato',
|
||||
'histories' => 'Storico',
|
||||
'payments' => 'Pagamenti',
|
||||
'add_payment' => 'Aggiungere pagamento',
|
||||
'mark_received' => 'Segna come ricevuto',
|
||||
'download_pdf' => 'Scarica PDF',
|
||||
'send_mail' => 'Invia email',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Bozza',
|
||||
'received' => 'Ricevuto',
|
||||
'partial' => 'Parziale',
|
||||
'paid' => 'Pagato',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Fattura segnata con successo come ricevuta!',
|
||||
],
|
||||
|
||||
];
|
13
resources/lang/it-IT/companies.php
Normal file
13
resources/lang/it-IT/companies.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'domain' => 'Dominio',
|
||||
'logo' => 'Logo',
|
||||
'manage' => 'Gestisci aziende',
|
||||
'all' => 'Tutte le aziende',
|
||||
'error' => [
|
||||
'delete_active' => 'Errore: Non puoi eliminare un\'azienda attiva, per favore, cambiala prima!',
|
||||
],
|
||||
|
||||
];
|
18
resources/lang/it-IT/currencies.php
Normal file
18
resources/lang/it-IT/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Codice',
|
||||
'rate' => 'Tasso',
|
||||
'default' => 'Valuta Predefinita',
|
||||
'decimal_mark' => 'Separatore dei decimali',
|
||||
'thousands_separator' => 'Separatore delle Migliaia',
|
||||
'precision' => 'Precisione',
|
||||
'symbol' => [
|
||||
'symbol' => 'Simbolo',
|
||||
'position' => 'Posizione simbolo',
|
||||
'before' => 'Prima dell\'importo',
|
||||
'after' => 'Dopo l\'importo',
|
||||
]
|
||||
|
||||
];
|
11
resources/lang/it-IT/customers.php
Normal file
11
resources/lang/it-IT/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Abilitare la login?',
|
||||
'user_created' => 'Utente creato',
|
||||
|
||||
'error' => [
|
||||
'email' => 'L\'email è già stata presa.'
|
||||
]
|
||||
];
|
24
resources/lang/it-IT/dashboard.php
Normal file
24
resources/lang/it-IT/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Totale entrate',
|
||||
'receivables' => 'Crediti',
|
||||
'open_invoices' => 'Fatture aperte',
|
||||
'overdue_invoices' => 'Fatture scadute',
|
||||
'total_expenses' => 'Totale spese',
|
||||
'payables' => 'Debiti',
|
||||
'open_bills' => 'Fatture aperte',
|
||||
'overdue_bills' => 'Fatture scadute',
|
||||
'total_profit' => 'Totale profitto',
|
||||
'open_profit' => 'Profitto aperto',
|
||||
'overdue_profit' => 'Profitto scaduto',
|
||||
'cash_flow' => 'Flusso di cassa',
|
||||
'no_profit_loss' => 'Nessuna perdita di profitto',
|
||||
'incomes_by_category' => 'Redditi di categoria',
|
||||
'expenses_by_category' => 'Spese per categoria',
|
||||
'account_balance' => 'Saldo del conto',
|
||||
'latest_incomes' => 'Redditi più recenti',
|
||||
'latest_expenses' => 'Spese più recenti',
|
||||
|
||||
];
|
17
resources/lang/it-IT/demo.php
Normal file
17
resources/lang/it-IT/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Contanti',
|
||||
'categories_uncat' => 'Non categorizzato',
|
||||
'categories_deposit' => 'Deposito',
|
||||
'categories_sales' => 'Vendite',
|
||||
'currencies_usd' => 'Dollaro USA',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Sterlina Regno Unito',
|
||||
'currencies_try' => 'Lira turca',
|
||||
'taxes_exempt' => 'Esenti da imposte',
|
||||
'taxes_normal' => 'Tassa normale',
|
||||
'taxes_sales' => 'Imposta sulle vendite',
|
||||
|
||||
];
|
9
resources/lang/it-IT/footer.php
Normal file
9
resources/lang/it-IT/footer.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'version' => 'Versione',
|
||||
'powered' => 'Powered By Akaunting',
|
||||
'software' => 'Free Accounting Software',
|
||||
|
||||
];
|
110
resources/lang/it-IT/general.php
Normal file
110
resources/lang/it-IT/general.php
Normal file
@ -0,0 +1,110 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'items' => 'Articolo|Articoli',
|
||||
'incomes' => 'Entrata|Entrate',
|
||||
'invoices' => 'Fattura|Fatture',
|
||||
'revenues' => 'Reddito|Redditi',
|
||||
'customers' => 'Cliente|Clienti',
|
||||
'expenses' => 'Uscita|Uscite',
|
||||
'bills' => 'Fattura di acquisto|Fatture di acquisto',
|
||||
'payments' => 'Pagamento|Pagamenti',
|
||||
'vendors' => 'Fornitore|Fornitori',
|
||||
'accounts' => 'Conto|Conti',
|
||||
'transfers' => 'Trasferimento|Trasferimenti',
|
||||
'transactions' => 'Transazione|Transazioni',
|
||||
'reports' => 'Relazione|Relazioni',
|
||||
'settings' => 'Impostazione|Impostazioni',
|
||||
'categories' => 'Categoria|Categorie',
|
||||
'currencies' => 'Valuta|Valute',
|
||||
'tax_rates' => 'Aliquota fiscale|Aliquote fiscali',
|
||||
'users' => 'Utente|Utenti',
|
||||
'roles' => 'Ruolo|Ruoli',
|
||||
'permissions' => 'Autorizzazione|Autorizzazioni',
|
||||
'modules' => 'App|Apps',
|
||||
'companies' => 'Azienda|Aziende',
|
||||
'profits' => 'Profitto|Profitti',
|
||||
'taxes' => 'Tasso|Tassi',
|
||||
'pictures' => 'Immagine|Immagini',
|
||||
'types' => 'Tipo|Tipi',
|
||||
'payment_methods' => 'Metodo di pagamento|Metodi di pagamento',
|
||||
'compares' => 'Entrata vs Uscita|Entrate vs Uscite',
|
||||
'notes' => 'Nota|Note',
|
||||
'totals' => 'Totale|Totali',
|
||||
'languages' => 'Lingua|Lingue',
|
||||
'updates' => 'Aggiornamento|Aggiornamenti',
|
||||
'numbers' => 'Numero|Numeri',
|
||||
'statuses' => 'Stato|Stati',
|
||||
|
||||
'dashboard' => 'Cruscotto',
|
||||
'banking' => 'Banca',
|
||||
'general' => 'Generale',
|
||||
'no_records' => 'Nessun record.',
|
||||
'date' => 'Data',
|
||||
'amount' => 'Importo',
|
||||
'enabled' => 'Attivato',
|
||||
'disabled' => 'Disattivato',
|
||||
'yes' => 'Sì',
|
||||
'no' => 'No',
|
||||
'na' => 'N/A',
|
||||
'daily' => 'Giornaliero',
|
||||
'monthly' => 'Mensile',
|
||||
'quarterly' => 'Trimestrale',
|
||||
'yearly' => 'Annuale',
|
||||
'add' => 'Aggiungi',
|
||||
'add_new' => 'Aggiungi nuovo',
|
||||
'show' => 'Mostra',
|
||||
'edit' => 'Modifica',
|
||||
'delete' => 'Elimina',
|
||||
'send' => 'Invia',
|
||||
'download' => 'Scarica',
|
||||
'delete_confirm' => 'Conferma eliminazione :name :type?',
|
||||
'name' => 'Nome',
|
||||
'email' => 'Email',
|
||||
'tax_number' => 'Codice fiscale',
|
||||
'phone' => 'Telefono',
|
||||
'address' => 'Indirizzo',
|
||||
'website' => 'Sito Web',
|
||||
'actions' => 'Azioni',
|
||||
'description' => 'Descrizione',
|
||||
'manage' => 'Gestisci',
|
||||
'code' => 'Codice',
|
||||
'alias' => 'Alias',
|
||||
'balance' => 'Bilancio',
|
||||
'reference' => 'Referenza',
|
||||
'attachment' => 'Allegato',
|
||||
'change' => 'Cambia',
|
||||
'switch' => 'Passa',
|
||||
'color' => 'Colore',
|
||||
'save' => 'Salva',
|
||||
'cancel' => 'Annulla',
|
||||
'from' => 'Da',
|
||||
'to' => 'A',
|
||||
'print' => 'Stampa',
|
||||
'search' => 'Cerca',
|
||||
'search_placeholder' => 'Tipo da ricercare...',
|
||||
'filter' => 'Filtro',
|
||||
'help' => 'Aiuto',
|
||||
'all' => 'Tutti',
|
||||
'all_type' => 'Tutti :type',
|
||||
'upcoming' => 'Imminente',
|
||||
'created' => 'Creato',
|
||||
'id' => 'ID',
|
||||
'more_actions' => 'Altre azioni',
|
||||
'duplicate' => 'Duplicato',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Nuovo :type',
|
||||
'edit' => 'Modifica :type',
|
||||
],
|
||||
'form' => [
|
||||
'enter' => 'Immettere :field',
|
||||
'select' => [
|
||||
'field' => '-Seleziona :field -',
|
||||
'file' => 'Seleziona File',
|
||||
],
|
||||
'no_file_selected' => 'Nessun file selezionato...',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/it-IT/header.php
Normal file
15
resources/lang/it-IT/header.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'change_language' => 'Cambia lingua',
|
||||
'last_login' => 'Ultimo accesso :time',
|
||||
'notifications' => [
|
||||
'counter' => '{0} Non hai nessuna notifica |{1} Hai :count notifica|[2,*] Hai :count notifiche',
|
||||
'overdue_invoices' => '{1} :count fattura scaduta|[2, *] :count fatture scadute',
|
||||
'upcoming_bills' => '{1} :count fattura di acquisto imminente|[2, *] :count fatture di acquisto imminenti',
|
||||
'items_stock' => '{1} :count articolo esaurito|[2, *] :count articoli esauriti',
|
||||
'view_all' => 'Visualizza tutti'
|
||||
],
|
||||
|
||||
];
|
9
resources/lang/it-IT/import.php
Normal file
9
resources/lang/it-IT/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Importa',
|
||||
'title' => 'Importazione :type',
|
||||
'message' => 'Tipi di file consentiti: CSV, XLS. Prego, <a target="_blank" href=":link"> <strong>scaricare</strong></a> il file di esempio.',
|
||||
|
||||
];
|
45
resources/lang/it-IT/install.php
Normal file
45
resources/lang/it-IT/install.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'next' => 'Successivo',
|
||||
'refresh' => 'Aggiorna',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Per favore, segui i seguenti requisiti!',
|
||||
'language' => 'Passo 1/3: Selezione della lingua',
|
||||
'database' => 'Passo 2/3: Configurazione del Database',
|
||||
'settings' => 'Passo 3/3: Azienda e dettagli Amministrazione',
|
||||
],
|
||||
|
||||
'language' => [
|
||||
'select' => 'Seleziona la lingua',
|
||||
],
|
||||
|
||||
'requirements' => [
|
||||
'php_version' => 'Utilizzare 5.6.4 PHP o superiore!',
|
||||
'enabled' => ':feature deve essere abilitata!',
|
||||
'disabled' => ':feature deve essere disabilitata!',
|
||||
'extension' => 'l\'esetnsione :extension deve essere caricata!',
|
||||
'directory' => 'la cartella :directory deve essere scrivibile!',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'hostname' => 'Hostname',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'name' => 'Database',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'company_name' => 'Nome Azienda',
|
||||
'company_email' => 'Email azienda',
|
||||
'admin_email' => 'E-mail dell\'amministratore',
|
||||
'admin_password' => 'Password amministratore:',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'connection' => 'Errore: Impossibile connettersi al database! Per favore, assicurati che i dettagli siano corretti.',
|
||||
],
|
||||
|
||||
];
|
49
resources/lang/it-IT/invoices.php
Normal file
49
resources/lang/it-IT/invoices.php
Normal file
@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invoice_number' => 'Numero fattura',
|
||||
'invoice_date' => 'Data fattura',
|
||||
'total_price' => 'Prezzo Totale',
|
||||
'due_date' => 'Data scadenza',
|
||||
'order_number' => 'Numero d\'ordine',
|
||||
'bill_to' => 'Fatturare a',
|
||||
|
||||
'quantity' => 'Quantità',
|
||||
'price' => 'Prezzo',
|
||||
'sub_total' => 'Subtotale',
|
||||
'tax_total' => 'Totale imposte',
|
||||
'total' => 'Totale',
|
||||
|
||||
'item_name' => 'Nome dell\'articolo|Nomi degli articoli',
|
||||
|
||||
'payment_due' => 'Scadenza pagamento',
|
||||
'paid' => 'Pagato',
|
||||
'histories' => 'Storico',
|
||||
'payments' => 'Pagamenti',
|
||||
'add_payment' => 'Aggiungere pagamento',
|
||||
'mark_paid' => 'Segna come pagata',
|
||||
'mark_sent' => 'Segna come inviata',
|
||||
'download_pdf' => 'Scarica PDF',
|
||||
'send_mail' => 'Invia email',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Bozza',
|
||||
'sent' => 'Inviato',
|
||||
'viewed' => 'Visto',
|
||||
'approved' => 'Approvato',
|
||||
'partial' => 'Parziale',
|
||||
'paid' => 'Pagato',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'La mail è stata inviata con successo.',
|
||||
'marked_sent' => 'La mail è stata contrassegnata con successo come inviata.',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Hai ricevuto questa e-mail perché avete un imminente importo di :amount a :customer cliente.',
|
||||
'button' => 'Paga adesso',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/it-IT/items.php
Normal file
15
resources/lang/it-IT/items.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Quantità|Quantità',
|
||||
'sales_price' => 'Prezzo di vendita',
|
||||
'purchase_price' => 'Prezzo d\'acquisto',
|
||||
'sku' => 'Cod.Art.',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Hai ricevuto questa e-mail perché il :name è in esaurimento.',
|
||||
'button' => 'Mostra ora',
|
||||
],
|
||||
|
||||
];
|
23
resources/lang/it-IT/messages.php
Normal file
23
resources/lang/it-IT/messages.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type aggiunto!',
|
||||
'updated' => ':type aggiornato!',
|
||||
'deleted' => ':type eliminato!',
|
||||
'duplicated' => ':type duplicato!',
|
||||
'imported' => ':type importato!',
|
||||
],
|
||||
'error' => [
|
||||
'payment_add' => 'Errore: Non è possibile aggiungere il pagamento! Si dovrebbe verificare di aggiungere la quantità.',
|
||||
'not_user_company' => 'Errore: Non hai i permessi per gestire questa azienda!',
|
||||
'customer' => 'Errore: Non è stato possibile creare l\'utente! :name usa questo indirizzo e-mail.',
|
||||
'no_file' => 'Errore: Nessun file selezionato!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Attenzione: Non è consentito eliminare <b>:name</b> perché ha :text collegato.',
|
||||
'disabled' => 'Attenzione: Non è consentito disabilitare <b>:name</b> perché ha :text collegato.',
|
||||
],
|
||||
|
||||
];
|
47
resources/lang/it-IT/modules.php
Normal file
47
resources/lang/it-IT/modules.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Più pagate',
|
||||
'new' => 'Nuovo',
|
||||
'top_free' => 'Top gratis',
|
||||
'free' => 'GRATIS',
|
||||
'install' => 'Installa',
|
||||
'buy_now' => 'Acquista ora',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Clicca qui</a> per ottenere il tuo API token.',
|
||||
'no_apps' => 'Non c\'è nessuna apps in questa categoria, ancora.',
|
||||
'developer' => 'Sei uno sviluppatore? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Qui</a> si può imparare a creare un\'app e iniziare a vendere oggi!',
|
||||
|
||||
'about' => 'Info',
|
||||
|
||||
'added' => 'Aggiunto',
|
||||
'updated' => 'Aggiornato',
|
||||
'compatibility' => 'Compatibilità',
|
||||
|
||||
'installed' => ':module installato',
|
||||
'uninstalled' => ':module disinstallato',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module abilitato',
|
||||
'disabled' => ':module disabilitato',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Installazione',
|
||||
'faq' => 'FAQ',
|
||||
'changelog' => 'Modifiche di Versione',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Installazione di App',
|
||||
'download' => 'Scaricamento del file del modulo :module.',
|
||||
'unzip' => 'Estrazione files del modulo :module.',
|
||||
'install' => 'Installazione dei files del modulo :module.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Disinstalla',
|
||||
'disable' => 'Disabilita',
|
||||
'enable' => 'Attiva',
|
||||
],
|
||||
];
|
9
resources/lang/it-IT/pagination.php
Normal file
9
resources/lang/it-IT/pagination.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'previous' => '« Precedente',
|
||||
'next' => 'Prossimo »',
|
||||
'showing' => 'Visualizza dal :first al :last di :total :type',
|
||||
|
||||
];
|
22
resources/lang/it-IT/passwords.php
Normal file
22
resources/lang/it-IT/passwords.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Le password devono essere di almeno 6 caratteri e devono coincidere.',
|
||||
'reset' => 'La password è stata reimpostata!',
|
||||
'sent' => 'Promemoria della password inviato!',
|
||||
'token' => 'Questo token per la reimpostazione della password non è valido.',
|
||||
'user' => "Non esiste un utente associato a questo indirizzo e-mail.",
|
||||
|
||||
];
|
17
resources/lang/it-IT/reports.php
Normal file
17
resources/lang/it-IT/reports.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Anno Corrente',
|
||||
'previous_year' => 'Anno Precedente',
|
||||
'this_quarter' => 'Trimestre Corrente',
|
||||
'previous_quarter' => 'Trimestre precedente',
|
||||
'last_12_months' => 'Ultimi 12 mesi',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Riepilogo di reddito',
|
||||
'expense' => 'Riepilogo spese',
|
||||
'income_expense' => 'Reddito vs Spese',
|
||||
],
|
||||
|
||||
];
|
85
resources/lang/it-IT/settings.php
Normal file
85
resources/lang/it-IT/settings.php
Normal file
@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'name' => 'Nome',
|
||||
'email' => 'Email',
|
||||
'phone' => 'Telefono',
|
||||
'address' => 'Indirizzo',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
'localisation' => [
|
||||
'tab' => 'Localizzazione',
|
||||
'date' => [
|
||||
'format' => 'Formato data',
|
||||
'separator' => 'Separatore di data',
|
||||
'dash' => 'Trattino (-)',
|
||||
'dot' => 'Punto (.)',
|
||||
'comma' => 'Virgola (,)',
|
||||
'slash' => 'Slash (/)',
|
||||
'space' => 'Spazio ( )',
|
||||
],
|
||||
'timezone' => 'Fuso Orario',
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Fattura',
|
||||
'prefix' => 'Prefisso del numero',
|
||||
'digit' => 'Numero cifre',
|
||||
'next' => 'Codice fiscale',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Predefiniti',
|
||||
'account' => 'Conto predefinito',
|
||||
'currency' => 'Valuta Predefinita',
|
||||
'tax' => 'Aliquota d\'imposta predefinito',
|
||||
'payment' => 'Metodo di pagamento predefinito',
|
||||
'language' => 'Lingua predefinita',
|
||||
],
|
||||
'email' => [
|
||||
'protocol' => 'Protocollo',
|
||||
'php' => 'Mail PHP',
|
||||
'smtp' => [
|
||||
'name' => 'SMTP',
|
||||
'host' => 'Host SMTP',
|
||||
'port' => 'Porta SMTP',
|
||||
'username' => 'Nome utente SMTP',
|
||||
'password' => 'Password SMTP',
|
||||
'encryption' => 'Protezione SMTP',
|
||||
'none' => 'Nessuno',
|
||||
],
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Percorso Sendmail',
|
||||
'log' => 'Log Emails',
|
||||
],
|
||||
'scheduling' => [
|
||||
'tab' => 'Pianificazioni',
|
||||
'send_invoice' => 'Inviare promemoria fattura',
|
||||
'invoice_days' => 'Inviare dopo Due giorni',
|
||||
'send_bill' => 'Inviare promemoria pagamenti',
|
||||
'bill_days' => 'Inviare entro Due giorni',
|
||||
'cron_command' => 'Comando cron',
|
||||
'schedule_time' => 'Ora di esecuzione',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Aspetto',
|
||||
'theme' => 'Tema',
|
||||
'light' => 'Chiaro',
|
||||
'dark' => 'Scuro',
|
||||
'list_limit' => 'Risultati per Pagina',
|
||||
'use_gravatar' => 'Utilizzare Gravatar',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'Sistema',
|
||||
'session' => [
|
||||
'lifetime' => 'Durata della sessione (minuti)',
|
||||
'handler' => 'Gestore di sessione',
|
||||
'file' => 'File',
|
||||
'database' => 'Database',
|
||||
],
|
||||
'file_size' => 'Dimensione massima del file(MB)',
|
||||
'file_types' => 'Tipi di File consentiti',
|
||||
],
|
||||
|
||||
];
|
8
resources/lang/it-IT/taxes.php
Normal file
8
resources/lang/it-IT/taxes.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'rate' => 'Tasso',
|
||||
'rate_percent' => 'Tasso (%)',
|
||||
|
||||
];
|
8
resources/lang/it-IT/transfers.php
Normal file
8
resources/lang/it-IT/transfers.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'from_account' => 'Dal conto',
|
||||
'to_account' => 'Al Conto',
|
||||
|
||||
];
|
15
resources/lang/it-IT/updates.php
Normal file
15
resources/lang/it-IT/updates.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'installed_version' => 'Versione installata',
|
||||
'latest_version' => 'Ultima versione',
|
||||
'update' => 'Aggiornamento Akaunting alla versione :version',
|
||||
'changelog' => 'Modifiche di Versione',
|
||||
'check' => 'Controlla',
|
||||
'new_core' => 'È disponibile una versione aggiornata di Akaunting.',
|
||||
'latest_core' => 'Congratulazioni! Hai l\'ultima versione di Akaunting. Aggiornamenti di sicurezza per il futuro verranno applicati automaticamente.',
|
||||
'success' => 'Installazione completata con successo.',
|
||||
'error' => 'Processo di aggiornamento non è riuscito, per favore, riprova.',
|
||||
|
||||
];
|
119
resources/lang/it-IT/validation.php
Normal file
119
resources/lang/it-IT/validation.php
Normal file
@ -0,0 +1,119 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute deve essere accettato.',
|
||||
'active_url' => ':attribute non è un URL valido.',
|
||||
'after' => ':attribute deve essere una data successiva al :date.',
|
||||
'after_or_equal' => ':attribute deve essere una data successiva o uguale al :date.',
|
||||
'alpha' => ':attribute può contenere solo lettere.',
|
||||
'alpha_dash' => ':attribute può contenere solo lettere, numeri e trattini.',
|
||||
'alpha_num' => ':attribute può contenere solo lettere e numeri.',
|
||||
'array' => ':attribute deve essere un array.',
|
||||
'before' => ':attribute deve essere una data precedente al :date.',
|
||||
'before_or_equal' => ':attribute deve essere una data precedente o uguale al :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute deve trovarsi tra :min - :max.',
|
||||
'file' => ':attribute deve trovarsi tra :min - :max kilobytes.',
|
||||
'string' => ':attribute deve trovarsi tra :min - :max caratteri.',
|
||||
'array' => ':attribute deve avere tra :min - :max elementi.',
|
||||
],
|
||||
'boolean' => 'Il campo :attribute deve essere vero o falso.',
|
||||
'confirmed' => 'Il campo di conferma per :attribute non coincide.',
|
||||
'date' => ':attribute non è una data valida.',
|
||||
'date_format' => ':attribute non coincide con il formato :format.',
|
||||
'different' => ':attribute e :other devono essere differenti.',
|
||||
'digits' => ':attribute deve essere di :digits cifre.',
|
||||
'digits_between' => ':attribute deve essere tra :min e :max cifre.',
|
||||
'dimensions' => 'Le dimensioni dell\'immagine di :attribute non sono valide.',
|
||||
'distinct' => ':attribute contiene un valore duplicato.',
|
||||
'email' => ':attribute non è valido.',
|
||||
'exists' => ':attribute selezionato non è valido.',
|
||||
'file' => ':attribute deve essere un file.',
|
||||
'filled' => 'Il campo :attribute è richiesto.',
|
||||
'image' => ':attribute deve essere un\'immagine.',
|
||||
'in' => ':attribute selezionato non è valido.',
|
||||
'in_array' => 'Il valore del campo :attribute non esiste in :other.',
|
||||
'integer' => ':attribute deve essere un numero intero.',
|
||||
'ip' => ':attribute deve essere un indirizzo IP valido.',
|
||||
'json' => ':attribute deve essere una stringa JSON valida.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute non può essere superiore a :max.',
|
||||
'file' => ':attribute non può essere superiore a :max kilobytes.',
|
||||
'string' => ':attribute non può contenere più di :max caratteri.',
|
||||
'array' => ':attribute non può avere più di :max elementi.',
|
||||
],
|
||||
'mimes' => ':attribute deve essere del tipo: :values.',
|
||||
'mimetypes' => ':attribute deve essere del tipo: :values.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute deve essere almeno :min.',
|
||||
'file' => ':attribute deve essere almeno di :min kilobytes.',
|
||||
'string' => ':attribute deve contenere almeno :min caratteri.',
|
||||
'array' => ':attribute deve avere almeno :min elementi.',
|
||||
],
|
||||
'not_in' => 'Il valore selezionato per :attribute non è valido.',
|
||||
'numeric' => ':attribute deve essere un numero.',
|
||||
'present' => 'Il campo :attribute deve essere presente.',
|
||||
'regex' => 'Il formato del campo :attribute non è valido.',
|
||||
'required' => 'Il campo :attribute è richiesto.',
|
||||
'required_if' => 'Il campo :attribute è richiesto quando :other è :value.',
|
||||
'required_unless' => 'Il campo :attribute è richiesto a meno che :other sia in :values.',
|
||||
'required_with' => 'Il campo :attribute è richiesto quando :values è presente.',
|
||||
'required_with_all' => 'Il campo :attribute è richiesto quando :values è presente.',
|
||||
'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.',
|
||||
'required_without_all' => 'Il campo :attribute è richiesto quando nessuno di :values è presente.',
|
||||
'same' => ':attribute e :other devono coincidere.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute deve essere :size.',
|
||||
'file' => ':attribute deve essere :size kilobytes.',
|
||||
'string' => ':attribute deve contenere :size caratteri.',
|
||||
'array' => ':attribute deve contenere :size elementi.',
|
||||
],
|
||||
'string' => ':attribute deve essere una stringa.',
|
||||
'timezone' => ':attribute deve essere una zona valida.',
|
||||
'unique' => ':attribute è stato già utilizzato.',
|
||||
'uploaded' => ':attribute non è stato caricato.',
|
||||
'url' => 'Il formato del campo :attribute non è valido.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'messaggio-personalizzato',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user