111 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			111 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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...',
 | |
|     ],
 | |
| 
 | |
| ];
 |