mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-11 15:18:42 +00:00
78 lines
2.4 KiB
PHP
Executable File
78 lines
2.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Billing' => [
|
|
'Address' => 'Indirizzo',
|
|
'Addresses' => 'Indirizzi',
|
|
'AlreadyPaid' => 'Già pagato',
|
|
'Amount' => '',
|
|
'Archive' => '',
|
|
'Billing' => '',
|
|
'Bills' => 'Fatture',
|
|
'Bonus' => 'Bonus.',
|
|
'Cashback' => 'Rimborso',
|
|
'City' => 'Città',
|
|
'Client' => 'Cliente',
|
|
'ClientID' => 'Identificativo cliente',
|
|
'Confirmation' => 'Conferma',
|
|
'Country' => 'Nazione',
|
|
'Created' => 'Creato',
|
|
'CreditCard' => 'Carta di credito',
|
|
'CreditNote' => 'Nota di credito',
|
|
'Currency' => '',
|
|
'Date' => 'Data',
|
|
'Delivery' => 'Consegna',
|
|
'DeliveryNote' => 'Bolla d\'accompagnamento',
|
|
'DirectDebit' => 'DirectDebit.',
|
|
'Discount' => 'Sconto',
|
|
'DiscountP' => 'Sconto%',
|
|
'Due' => 'Dovuto',
|
|
'Email' => '',
|
|
'Freightage' => 'Liberare',
|
|
'Gross' => 'Schifoso',
|
|
'Invoice' => 'Fattura',
|
|
'Item' => 'Elemento',
|
|
'Items' => 'Elementi',
|
|
'Language' => '',
|
|
'Log' => 'Tronco d\'albero',
|
|
'Logs' => 'Logs.',
|
|
'Media' => 'Media',
|
|
'MoneyTransfer' => 'Trasferimento di denaro',
|
|
'Name' => 'Nome',
|
|
'Net' => 'Rete',
|
|
'Offer' => 'Offerta',
|
|
'Original' => '',
|
|
'Payment' => 'Pagamento',
|
|
'PaymentPlan' => '',
|
|
'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' => 'Tipo',
|
|
'Types' => '',
|
|
'Upload' => 'Caricamento',
|
|
'Zip' => 'Cerniera lampo',
|
|
]];
|