oms-Purchase/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 30e83a153d
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 languages
2024-05-18 13:28:33 +00:00

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',
]];