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