Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions lang/it/invoice.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Italian Invoice Language Lines
|--------------------------------------------------------------------------
*/

'invoice' => 'Fattura',
'serial' => 'Numero di serie',
'date' => 'Data fattura',
'seller' => 'Venditore',
'buyer' => 'Acquirente',
'address' => 'Indirizzo',
'code' => 'Codice',
'vat' => 'Partita IVA',
'phone' => 'Telefono',
'description' => 'Descrizione',
'units' => 'Unità',
'quantity' => 'Quantità',
'price' => 'Prezzo',
'discount' => 'Sconto',
'tax' => 'Imposta',
'sub_total' => 'Totale parziale',
'total_discount' => 'Sconto totale',
'taxable_amount' => 'Importo imponibile',
'total_taxes' => 'Totale imposte',
'tax_rate' => 'Aliquota IVA',
'total_amount' => 'Importo totale',
'pay_until' => 'Si prega di pagare entro',
'amount_in_words' => 'Importo in lettere',
'amount_in_words_format' => '%s %s e %s %s',
'notes' => 'Note',
'shipping' => 'Spedizione',
'paid' => 'Pagato',
'due' => 'Dovuto',
'page' => 'Pagina',
];