it-IT
This commit is contained in:
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',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user