todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:21 +00:00
parent 9ca7f17d12
commit b6ffe12a84
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Articles' => '', 'Articles' => 'Artikel',
'Process' => '', 'Process' => 'Prozess',
'Production' => '', 'Production' => 'Produktion',
]]; ]];

View File

@ -17,13 +17,13 @@ return ['Production' => [
'Done' => '', 'Done' => '',
'Due' => '', 'Due' => '',
'For' => '', 'For' => '',
'Name' => '', 'Name' => 'Name',
'Ordered' => '', 'Ordered' => '',
'Orderer' => '', 'Orderer' => '',
'Process' => '', 'Process' => '',
'Product' => '', 'Product' => '',
'Productions' => '', 'Productions' => '',
'Quantity' => '', 'Quantity' => '',
'Start' => '', 'Start' => 'Start',
'Status' => '', 'Status' => '',
]]; ]];