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);
return ['Navigation' => [
'Articles' => '',
'Process' => '',
'Production' => '',
'Articles' => 'Artikel',
'Process' => 'Prozess',
'Production' => 'Produktion',
]];

View File

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