mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-01-11 15:48:41 +00:00
55 lines
2.0 KiB
PHP
Executable File
55 lines
2.0 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 ['Purchase' => [
|
|
'Created' => 'Erstellt',
|
|
'Creator' => 'Ersteller',
|
|
'Order' => 'Befehl',
|
|
'Price' => 'Preis',
|
|
'Status' => 'Status',
|
|
'Item' => 'Artikel',
|
|
'Supplier' => 'Lieferant',
|
|
'Stock' => 'Lager',
|
|
'Reserved' => 'Reserviert',
|
|
'Ordered' => 'Bestellt',
|
|
'AvgConsumption' => 'Ø Verbrauch',
|
|
'Range1' => 'Reichw. 1',
|
|
'Range2' => 'Reichw. 2',
|
|
'MinStock' => 'Min. Lager',
|
|
'MinOrder' => 'Min. Bestellmenge',
|
|
'MinRange' => 'Min. Reichw.',
|
|
'Steps' => 'Schritte',
|
|
'Ordering' => 'Bestellen',
|
|
'NewRange' => 'Neue Reichw.',
|
|
'Total' => 'Gesamt',
|
|
'Costs' => 'Kosten',
|
|
':SuggestionStatus-1' => 'Entwurf',
|
|
':SuggestionStatus-2' => 'Gelöscht',
|
|
':SuggestionStatus-3' => 'Bestellt',
|
|
':OptimizationAlgorithm-0' => 'Artikel spezifisch',
|
|
':OptimizationAlgorithm-1' => 'Verfügbarkeit',
|
|
':OptimizationAlgorithm-2' => 'Kosten',
|
|
':OptimizationAlgorithm-3' => 'Just in time',
|
|
'Elements' => 'Elemente',
|
|
'Algorithm' => 'Algorithmus',
|
|
'Analyze' => 'Analysiere',
|
|
'Segment' => 'Segment',
|
|
'HideIrrelevant' => 'Nur relevante',
|
|
'Section' => 'Sparte',
|
|
'SalesGroup' => 'Umsatzgruppe',
|
|
'ProductGroup' => 'Produktgruppe',
|
|
'OrderSuggestions' => 'Bestellvorschläge',
|
|
'Suggestions' => 'Vorschläge',
|
|
]];
|