oms-Billing/Theme/Backend/Lang/it.lang.php

71 lines
2.3 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Billing' => [
'Address' => 'Indirizzo',
'Addresses' => 'indirizzi',
'AlreadyPaid' => 'Già pagato',
'Bills' => 'Fatture',
'Bonus' => 'indennità',
'Cashback' => 'Cash Back',
'City' => 'Città',
'Client' => 'Cliente',
'ClientID' => 'Identificativo cliente',
'Confirmation' => 'Conferma',
'Country' => 'Nazione',
'Created' => 'Creato',
'CreditCard' => 'Carta di credito',
'CreditNote' => 'Nota di credito',
'Date' => 'Data',
'Delivery' => 'Consegna',
'DeliveryNote' => 'Bolla d\'accompagnamento',
'DirectDebit' => 'rapporto interbancario diretto',
'Discount' => 'Sconto',
'DiscountP' => '% di sconto',
'Due' => 'Dovuto',
'Freightage' => 'freightage',
'Gross' => 'Schifoso',
'Invoice' => 'Fattura',
'Invoices' => 'Fatture',
'Item' => 'Articolo',
'Items' => 'Elementi',
'Log' => 'Login',
'Logs' => 'logs',
'Media' => 'Media',
'MoneyTransfer' => 'Trasferimento di denaro',
'Name' => 'Nome',
'Net' => 'Netto',
'Offer' => 'Offrire',
'Payment' => 'Pagamento',
'Postal' => 'postale',
'Prepaid' => 'Prepagato',
'Preview' => 'Anteprima',
'Price' => 'Prezzo',
'Profit' => 'Profitto',
'Quantity' => 'Quantità',
'Recipient' => 'Destinatario',
'Select' => 'Selezionare',
'Shipment' => 'Spedizione',
'Source' => 'fonte',
'Supplier' => 'Fornitore',
'SupplierID' => 'ID fornitore',
'Tax' => 'Imposta',
'TermsOfDelivery' => 'Termini di consegna',
'Total' => 'Totale',
'Type' => 'genere',
'Upload' => 'Caricare',
'Variation' => 'Variazione',
'Zip' => 'Cerniera lampo',
]];