akaunting/resources/lang/it-IT/invoices.php

61 lines
2.2 KiB
PHP
Raw Normal View History

2017-12-22 15:25:43 +03:00
<?php
return [
2018-12-25 12:44:02 +03:00
'invoice_number' => 'Numero fattura',
'invoice_date' => 'Data fattura',
'total_price' => 'Prezzo Totale',
'due_date' => 'Data scadenza',
'order_number' => 'Numero d\'ordine',
'bill_to' => 'Fatturare a',
2017-12-22 15:25:43 +03:00
2018-12-25 12:44:02 +03:00
'quantity' => 'Quantità',
'price' => 'Prezzo',
'sub_total' => 'Subtotale',
'discount' => 'Sconto',
2020-03-31 11:24:02 +03:00
'item_discount' => 'Linea Sconto',
2018-12-25 12:44:02 +03:00
'tax_total' => 'Totale imposte',
'total' => 'Totale',
2017-12-22 15:25:43 +03:00
2018-12-25 12:44:02 +03:00
'item_name' => 'Nome dell\'articolo|Nomi degli articoli',
2017-12-22 15:25:43 +03:00
2018-12-25 12:44:02 +03:00
'show_discount' => ': discount% Sconto',
'add_discount' => 'Aggiungi Sconto',
'discount_desc' => 'di subtotale',
2018-05-03 12:16:18 +03:00
2018-12-25 12:44:02 +03:00
'payment_due' => 'Scadenza pagamento',
'paid' => 'Pagato',
'histories' => 'Storico',
'payments' => 'Pagamenti',
'add_payment' => 'Aggiungere pagamento',
'mark_paid' => 'Segna come pagata',
'mark_sent' => 'Segna come inviata',
2020-02-05 13:43:29 +03:00
'mark_viewed' => 'Segna come visto',
2020-03-31 11:24:02 +03:00
'mark_cancelled' => 'Segna come annullata',
2018-12-25 12:44:02 +03:00
'download_pdf' => 'Scarica PDF',
'send_mail' => 'Invia email',
'all_invoices' => 'Accedi per visualizzare tutte le fatture',
'create_invoice' => 'Crea Fattura',
'send_invoice' => 'Inviare Fattura',
'get_paid' => 'Essere pagato',
2019-01-15 16:06:54 +03:00
'accept_payments' => 'Accetta pagamenti online',
2017-12-22 15:25:43 +03:00
'messages' => [
2018-12-25 12:44:02 +03:00
'email_required' => 'Nessun indirizzo email per questo cliente!',
'draft' => 'Questa è una <b>BOZZA</b> della fattura e si rifletterà sui grafici dopo che sarà inviata.',
2018-11-08 12:11:42 +03:00
'status' => [
2018-12-25 12:44:02 +03:00
'created' => 'Creato il :date',
2019-12-25 14:32:47 +03:00
'viewed' => 'Visto',
2018-12-25 12:44:02 +03:00
'send' => [
2018-11-16 16:02:06 +03:00
'draft' => 'Non inviato',
2018-11-16 16:09:20 +03:00
'sent' => 'Inviato il :date',
2018-11-08 12:11:42 +03:00
],
2018-12-25 12:44:02 +03:00
'paid' => [
2018-11-16 16:02:06 +03:00
'await' => 'In attesa del pagamento',
2018-11-08 12:11:42 +03:00
],
],
2017-12-22 15:25:43 +03:00
],
];