oms-ItemManagement/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 99167eff50 bump
2024-02-28 05:09:11 +00:00

164 lines
6.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 ['ItemManagement' => [
'Accounting' => 'Accounting',
'Address' => 'Address',
'Articlegroup' => 'Articlegroup',
'Attribute' => 'Attribute',
'AttributeTypes' => 'Attribute types',
'Attributes' => 'Attributes',
'Available' => 'Available',
'AvgPrice' => 'Avg. Price',
'Bills' => 'Bills',
'Bonus' => 'Bonus',
'ClientGroup' => 'Client Group',
'ClientSection' => 'Client Section',
'ClientSegment' => 'Client Segment',
'ClientType' => 'Client Type',
'Commission' => 'Commission',
'Material' => 'Material',
'Container' => 'Container',
'CostCenter' => 'CostCenter',
'CostIndicator' => 'Purchase tax code',
'CostObject' => 'CostObject',
'Countries' => 'Countries',
'Country' => 'Country',
'Created' => 'Created',
'CreatedAt' => 'Created',
'CustomerGroup' => 'Customer Group',
'CustomsID' => 'Customs ID',
'Date' => 'Date',
'Description' => 'Description',
'Discount' => 'Discount',
'DiscountP' => 'Discount in %',
'Disposal' => 'Disposal',
'Documents' => 'Documents',
'EarningIndicator' => 'Sales tax code',
'End' => 'End',
'Files' => 'Files',
'General' => 'General',
'GrossWeight' => 'Gross Weight',
'Group' => 'Group',
'Groups' => 'Groups',
'Height' => 'Height',
'ID' => 'ID',
'ILV' => 'ILV',
'Info' => 'Info',
'Item' => 'Item',
'ItemSection' => 'Item Section',
'ItemSegment' => 'Item Segment',
'ItemType' => 'Item Type',
'Items' => 'Items',
'Language' => 'Language',
'LastOrder' => 'Last Order',
'Leadtime' => 'Lead time',
'Length' => 'Length',
'Localization' => 'Localization',
'Localizations' => 'Localizations',
'Location' => 'Location',
'Log' => 'Log',
'Logs' => 'Logs',
'Lot' => 'Lot',
'MRR' => 'MRR',
'MTDSales' => 'MTD Sales',
'Makespan' => 'Makespan',
'Margin' => 'Margin',
'Master' => 'Master',
'MaximumLevel' => 'Maximum stock level',
'Media' => 'Media',
'MinimumLevel' => 'Minimum stock level',
'Modified' => 'Modified',
'Name' => 'Name',
'Name1' => 'Name1',
'Name2' => 'Name2',
'Name3' => 'Name3',
'Net' => 'Net',
'NetWeight' => 'Net Weight',
'None' => 'None',
'Notes' => 'Notes',
'Number' => 'Number',
'Ordered' => 'Ordered',
'Packaging' => 'Packaging',
'Price' => 'Price',
'PriceChange' => 'Price Change',
'PriceUnit' => 'Unit of price',
'Prices' => 'Prices',
'Pricing' => 'Pricing',
'Procurement' => 'Procurement',
'Productgroup' => 'Productgroup',
'Production' => 'Production',
'Profile' => 'Profile',
'Properties' => 'Properties',
'Property' => 'Property',
'Purchase' => 'Purchase',
'PurchasePrice' => 'Purchase Price',
'Purchasing' => 'Purchasing',
'QA' => 'QA',
'QM' => 'QM',
'Quantity' => 'Quantity',
'QuantityUnit' => 'Unit of quantity',
'RecentInvoices' => 'Recent invoices',
'ReorderLevel' => 'Reorder level',
'Reserved' => 'Reserved',
'SN' => 'SN',
'Sales' => 'Sales',
'SalesPrice' => 'Sales Price',
'SalesPricing' => 'Sales Pricing',
'Segment' => 'Segment',
'ShelfLife' => 'Shelf life',
'Start' => 'Start',
'Status' => 'Status',
'Stock' => 'Stock',
'StockList' => 'Stock list',
'Successor' => 'Successor',
'Supplier' => 'Supplier',
'Text' => 'Text',
'TimeUnit' => 'Unit of time',
'Title' => 'Title',
'TopCustomers' => 'Top Customers',
'Tracking' => 'Tracking',
'TradingUnit' => 'Trading Unit',
'Translation' => 'Translation',
'Type' => 'Type',
'Unit' => 'Unit',
'Value' => 'Value',
'Volume' => 'Volume',
'Warehouse' => 'Warehouse',
'Width' => 'Width',
'YTDSales' => 'YTD Sales',
'ItemProductGroup' => 'Item Product Group',
'ItemSalesGroup' => 'Item Sales Group',
'Promocode' => 'Promocode',
'Region' => 'Region',
'Materials' => 'Materials',
'Weight' => 'Weight',
'Depth' => 'Depth',
'WidthLength' => 'Width/Length',
'MaximumOrderInterval' => 'Maximum Order Interval',
'MinimumOrderQuantity' => 'Minimum Order Quantity',
'PrimarySupplier' => 'Primary Supplier',
'LeadTime' => 'Lead Time',
'UnitQuantity' => 'Unit Quantity',
'UnitPrice' => 'Unit Price',
'Suppliers' => 'Suppliers',
'CostCenter' => 'Cost Center',
'CostObject' => 'Cost Object',
'DefaultStock' => 'Default stock',
'DefaultStockLocation' => 'Default stock location',
'Inventory' => 'Inventory',
'Identifier' => 'Identifier',
'Stocktaking' => 'Stocktaking',
]];