mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-11 15:28:41 +00:00
130 lines
4.9 KiB
PHP
Executable File
130 lines
4.9 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['ClientManagement' => [
|
|
'Account' => 'Account',
|
|
'Accounting' => 'Accounting',
|
|
'Addition' => 'Addition',
|
|
'Address' => 'Address',
|
|
'Bill' => 'Bill',
|
|
'Addresses' => 'Addresses',
|
|
'AreaManager' => 'Area Manager',
|
|
'Articlegroup' => 'Article group',
|
|
'AttributeTypes' => 'Attribute Types',
|
|
'Balance' => 'Balance',
|
|
'Bills' => 'Bills',
|
|
'Bonus' => 'Bonus',
|
|
'CLV' => 'CLV',
|
|
'City' => 'City',
|
|
'Client' => 'Client',
|
|
'Clients' => 'Clients',
|
|
'Contact' => 'Contact',
|
|
'Country' => 'Country',
|
|
'Created' => 'Created',
|
|
'CreateBill' => 'Create Bill',
|
|
'CreatedAt' => 'Created at',
|
|
'Creditcard' => 'Creditcard',
|
|
'DSO' => 'DSO',
|
|
'Date' => 'Date',
|
|
'Default' => 'Default',
|
|
'Delivery' => 'Delivery',
|
|
'Discount' => 'Discount',
|
|
'DiscountP' => 'Discount %',
|
|
'Documents' => 'Documents',
|
|
'Due' => 'Due',
|
|
'Email' => 'Email',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'Files',
|
|
'Freightage' => 'Freightage',
|
|
'Group' => 'Group',
|
|
'ID' => 'ID',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Invoice',
|
|
'IsDefault' => 'Is default?',
|
|
'Items' => 'Items',
|
|
'LastContact' => 'Last Contact',
|
|
'LastOrder' => 'Last Order',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs',
|
|
'MTDSales' => 'MTD Sales',
|
|
'Map' => 'Map',
|
|
'Margin' => 'Margin',
|
|
'Name' => 'Name',
|
|
'Name1' => 'Name1',
|
|
'Name2' => 'Name2',
|
|
'Name3' => 'Name3',
|
|
'Net' => 'Net',
|
|
'Notes' => 'Notes',
|
|
'Number' => 'Number',
|
|
'Office' => 'Office',
|
|
'Payment' => 'Payment',
|
|
'PaymentTerm' => 'Payment Term',
|
|
'Phone' => 'Phone',
|
|
'Postal' => 'Postal',
|
|
'Price' => 'Price',
|
|
'Prices' => 'Prices',
|
|
'Productgroup' => 'Product group',
|
|
'Profile' => 'Profile',
|
|
'Purchase' => 'Purchase',
|
|
'Quantity' => 'Quantity',
|
|
'RecentInvoices' => 'Recent Invoices',
|
|
'Sales' => 'Sales',
|
|
'Segment' => 'Segment',
|
|
'Segments' => 'Segments',
|
|
'Subtype' => 'Subtype',
|
|
'Support' => 'Support',
|
|
'Title' => 'Title',
|
|
'TotalPrice' => 'Total price',
|
|
'Type' => 'Type',
|
|
'Website' => 'Website',
|
|
'Wire' => 'Wire',
|
|
'YTDSales' => 'YTD Sales',
|
|
'Zip' => 'Zip',
|
|
'ItemProductGroup' => 'Item Product 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',
|
|
'Pricing' => 'Pricing',
|
|
'Start' => 'Start',
|
|
'End' => 'End',
|
|
'ItemSegment' => 'Item Segment',
|
|
'ClientSegment' => 'Client Segment',
|
|
'ItemSection' => 'Item Section',
|
|
'ClientSection' => 'Client Section',
|
|
'ItemSalesGroup' => 'Item Sales Group',
|
|
'ClientGroup' => 'Client Group',
|
|
'ClientType' => 'Client Type',
|
|
'ItemType' => 'Item Type',
|
|
'Item' => 'Item',
|
|
'EarningIndicator' => 'Sales tax code',
|
|
'CostIndicator' => 'Purchase tax code',
|
|
]];
|