fixed some italian translations
This commit is contained in:
		| @@ -44,10 +44,10 @@ return [ | ||||
|         'draft'          => 'Questa è una <b>BOZZA</b> della fattura e si rifletterà sui grafici dopo che sarà ricevuta.', | ||||
|  | ||||
|         'status' => [ | ||||
|             'created'   => 'Creato il :data', | ||||
|             'created'   => 'Creato il :date', | ||||
|             'receive'      => [ | ||||
|                 'draft'     => 'Non inviato', | ||||
|                 'received'  => 'Ricevuto il :data', | ||||
|                 'received'  => 'Ricevuto il :date', | ||||
|             ], | ||||
|             'paid'      => [ | ||||
|                 'await'     => 'In attesa del pagamento', | ||||
|   | ||||
| @@ -113,7 +113,7 @@ return [ | ||||
|     'disable'               => 'Disattiva', | ||||
|     'select_all'            => 'Seleziona tutto', | ||||
|     'unselect_all'          => 'Deseleziona Tutto', | ||||
|     'go_to'                 => 'Vai a :nome', | ||||
|     'go_to'                 => 'Vai a :name', | ||||
|     'created_date'          => 'Data di Creazione', | ||||
|     'period'                => 'Periodo', | ||||
|     'start'                 => 'Avvia', | ||||
|   | ||||
| @@ -49,10 +49,10 @@ return [ | ||||
|         'draft'          => 'Questa è una <b>BOZZA</b> della fattura e si rifletterà sui grafici dopo che sarà inviata.', | ||||
|  | ||||
|         'status' => [ | ||||
|             'created'   => 'Creato il :data', | ||||
|             'created'   => 'Creato il :date', | ||||
|             'send'      => [ | ||||
|                 'draft'     => 'Non inviato', | ||||
|                 'sent'      => 'Inviato il :data', | ||||
|                 'sent'      => 'Inviato il :date', | ||||
|             ], | ||||
|             'paid'      => [ | ||||
|                 'await'     => 'In attesa del pagamento', | ||||
|   | ||||
| @@ -12,7 +12,7 @@ return [ | ||||
|         'disabled'          => ':type disabilitato!', | ||||
|     ], | ||||
|     'error' => [ | ||||
|         'over_payment'      => 'Errore: pagamento non aggiunto! L\'importo inserito supera il totale: :importo', | ||||
|         'over_payment'      => 'Errore: pagamento non aggiunto! L\'importo inserito supera il totale: :amount', | ||||
|         'not_user_company'  => 'Errore: Non hai i permessi per gestire questa azienda!', | ||||
|         'customer'          => 'Errore: Utente non creato! :name usa già questo indirizzo email.', | ||||
|         'no_file'           => 'Errore: Nessun file selezionato!', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user