oms-ClientManagement/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 0812a2cb1b
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
Test fixes
2024-05-16 02:14:54 +00:00

134 lines
5.1 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',
'ViewAccount' => 'View Account',
'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',
'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',
'Postal' => 'Postal',
'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',
'Status' => 'Status',
'EarningIndicator' => 'Sales tax code',
'CostIndicator' => 'Purchase tax code',
':status-1' => 'Active',
':status-2' => 'Inactive',
':status-3' => 'Banned',
]];