mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-01-11 14:08:42 +00:00
todos fixed
This commit is contained in:
parent
9ca7f17d12
commit
b6ffe12a84
|
|
@ -13,7 +13,7 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Articles' => '',
|
||||
'Process' => '',
|
||||
'Production' => '',
|
||||
'Articles' => 'Artikel',
|
||||
'Process' => 'Prozess',
|
||||
'Production' => 'Produktion',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -17,13 +17,13 @@ return ['Production' => [
|
|||
'Done' => '',
|
||||
'Due' => '',
|
||||
'For' => '',
|
||||
'Name' => '',
|
||||
'Name' => 'Name',
|
||||
'Ordered' => '',
|
||||
'Orderer' => '',
|
||||
'Process' => '',
|
||||
'Product' => '',
|
||||
'Productions' => '',
|
||||
'Quantity' => '',
|
||||
'Start' => '',
|
||||
'Start' => 'Start',
|
||||
'Status' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user