oms-Purchase/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 116d4cd8fe
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
fix permissions
2025-04-02 14:15:06 +00:00

55 lines
2.0 KiB
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Purchase' => [
'Created' => 'Created',
'Creator' => 'Creator',
'Status' => 'Status',
'Order' => 'Order',
'Item' => 'Item',
'Supplier' => 'Supplier',
'Stock' => 'Stock',
'Reserved' => 'Reserved',
'Ordered' => 'Ordered',
'AvgConsumption' => 'Ø Cons.',
'Range1' => 'Range 1',
'Range2' => 'Range 2',
'MinStock' => 'Min. Stock',
'MinOrder' => 'Min. Order',
'Steps' => 'Steps',
'Ordering' => 'Ordering',
'NewRange' => 'New Range',
'Price' => 'Price',
'Total' => 'Total',
'Costs' => 'Costs',
':SuggestionStatus-1' => 'Draft',
':SuggestionStatus-2' => 'DELETED',
':SuggestionStatus-3' => 'ORDERED',
':OptimizationAlgorithm-0' => 'Item specific',
':OptimizationAlgorithm-1' => 'Availability optimization',
':OptimizationAlgorithm-2' => 'Cost optimization',
':OptimizationAlgorithm-3' => 'Just in time',
'Elements' => 'Elements',
'Algorithm' => 'Algorithm',
'Analyze' => 'Analyze',
'Segment' => 'Segment',
'HideIrrelevant' => 'Hide irrelevant',
'Section' => 'Section',
'SalesGroup' => 'Sales Group',
'ProductGroup' => 'Product Group',
'MinRange' => 'Min. Range',
'OrderSuggestions' => 'Order Suggestions',
'Suggestions' => 'Suggestions',
]];