oms-ItemManagement/Theme/Backend/Lang/it.lang.php
2024-01-12 00:30:21 +00:00

141 lines
4.9 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 ['ItemManagement' => [
'Accounting' => 'Contabilità',
'Address' => '',
'Articlegroup' => 'Art.group.',
'Attribute' => 'Attributo',
'AttributeTypes' => '',
'Attributes' => 'Attributi',
'Available' => 'A disposizione',
'AvgPrice' => 'Avg. Prezzo',
'Bills' => '',
'Bonus' => 'Bonus.',
'ClientGroup' => 'Client / Group.',
'ClientSection' => '',
'ClientSegment' => '',
'ClientType' => '',
'Commission' => 'Commissione',
'Container' => 'Contenitore',
'CostCenter' => 'Centro di costo',
'CostIndicator' => 'Indicatore di costo',
'CostObject' => 'Cliente',
'Countries' => 'Paesi',
'Country' => 'Nazione',
'Created' => 'Creato',
'CreatedAt' => 'Creato',
'CustomerGroup' => 'Gruppo di clienti',
'CustomsID' => 'ID doganali',
'Date' => 'Data',
'Description' => 'Descrizione',
'Discount' => 'Sconto',
'DiscountP' => 'Sconto in%',
'Disposal' => 'Disposizione',
'Documents' => 'Documenti',
'EarningIndicator' => 'Indicatore di guadagno',
'End' => 'Fine',
'Files' => 'File',
'General' => 'Generale',
'GrossWeight' => 'Peso lordo',
'Group' => 'Gruppo',
'Groups' => '',
'Height' => 'Altezza',
'ID' => 'ID',
'ILV' => 'Ilv.',
'Info' => 'Informazioni',
'Item' => 'Elemento',
'ItemSection' => '',
'ItemSegment' => '',
'ItemType' => '',
'Items' => 'Elementi',
'Language' => 'Lingua',
'LastOrder' => 'Ultimo ordine',
'Leadtime' => 'Tempi di consegna',
'Length' => 'Lunghezza',
'Localization' => 'Localizzazione',
'Localizations' => 'Localizzazioni',
'Location' => 'Posizione',
'Log' => 'Tronco d\'albero',
'Logs' => 'Logs.',
'Lot' => 'Quantità',
'MRR' => 'Mrr.',
'MTDSales' => 'Vendite di mtd.',
'Makespan' => 'Makespan.',
'Margin' => 'Margine',
'Master' => 'Maestro',
'MaximumLevel' => 'Livello massimo',
'Media' => 'Media',
'MinimumLevel' => 'Livello minimo di scorta',
'Modified' => 'Modificati',
'Name' => 'Nome',
'Name1' => 'Nome1.',
'Name2' => 'Nome2.',
'Name3' => 'Nome3.',
'Net' => 'Peso netto',
'NetWeight' => 'Peso netto',
'None' => 'Nessuno',
'Notes' => 'Appunti',
'Number' => 'Numero',
'Ordered' => 'Ordinato',
'Packaging' => 'Confezione',
'Price' => 'Prezzo',
'PriceChange' => 'Cambio di prezzo',
'PriceUnit' => 'Unità di prezzo.',
'Prices' => 'Prezzi',
'Pricing' => '',
'Procurement' => '',
'Productgroup' => 'Gruppo di prodotti',
'Production' => 'Produzione',
'Profile' => 'Profilo',
'Properties' => 'Proprietà',
'Property' => 'Proprietà',
'Purchase' => 'Acquistare',
'PurchasePrice' => 'Prezzo d\'acquisto',
'Purchasing' => 'Acquisto',
'QA' => 'Qa.',
'QM' => 'Qm.',
'Quantity' => 'Quantità',
'QuantityUnit' => 'Unità di quantità',
'RecentInvoices' => '',
'ReorderLevel' => 'Livello di riordino',
'Reserved' => 'Riservato',
'SN' => 'Sn.',
'Sales' => 'Saldi',
'SalesPrice' => 'Prezzo di vendita',
'SalesPricing' => '',
'Segment' => 'Segmento',
'ShelfLife' => 'Data di scadenza',
'Start' => 'Inizio',
'Status' => 'Stato',
'Stock' => 'Azione',
'StockList' => 'Listino',
'Successor' => 'Successore',
'Supplier' => 'Fornitore',
'Text' => 'Testo',
'TimeUnit' => 'Unità di tempo',
'Title' => 'Titolo',
'TopCustomers' => '',
'Tracking' => 'Tracciamento',
'TradingUnit' => 'Unità di trading',
'Translation' => 'Traduzione',
'Type' => 'Tipo',
'Unit' => 'Unità',
'Value' => 'Valore',
'Volume' => 'Volume',
'Warehouse' => 'Magazzino',
'Width' => 'Larghezza',
'YTDSales' => 'Vendite di ytd.',
]];