fix languages
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

This commit is contained in:
Dennis Eichhorn 2024-05-18 13:28:33 +00:00
parent b076aa9527
commit 30e83a153d
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,7 @@ return ['Purchase' => [
':SuggestionStatus-1' => 'Entwurf',
':SuggestionStatus-2' => 'Gelöscht',
':SuggestionStatus-3' => 'Bestellt',
':OptimizationAlgorithm-0' => 'Artikel specifisch',
':OptimizationAlgorithm-0' => 'Artikel spezifisch',
':OptimizationAlgorithm-1' => 'Verfügbarkeit',
':OptimizationAlgorithm-2' => 'Kosten',
':OptimizationAlgorithm-3' => 'Just in time',
@ -50,6 +50,5 @@ return ['Purchase' => [
'SalesGroup' => 'Umsatzgruppe',
'ProductGroup' => 'Produktgruppe',
'OrderSuggestions' => 'Bestellvorschläge',
'OrderSuggestion' => 'Bestellvorschlag',
'Suggestions' => 'Vorschläge',
]];

View File

@ -50,6 +50,5 @@ return ['Purchase' => [
'ProductGroup' => 'Product Group',
'MinRange' => 'Min. Range',
'OrderSuggestions' => 'Order Suggestions',
'OrderSuggestion' => 'Order Suggestion',
'Suggestions' => 'Suggestions',
]];