todos fixed

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

View File

@ -13,6 +13,6 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Projects' => '', 'Projects' => 'Projekte',
'RnD' => '', 'RnD' => 'F&E',
]]; ]];

View File

@ -17,7 +17,7 @@ return ['ResearchDevelopment' => [
'Budget' => '', 'Budget' => '',
'Canceled' => '', 'Canceled' => '',
'Created' => '', 'Created' => '',
'Creator' => '', 'Creator' => 'Ersteller',
'Description' => '', 'Description' => '',
'Due' => '', 'Due' => '',
'Files' => '', 'Files' => '',
@ -25,12 +25,12 @@ return ['ResearchDevelopment' => [
'Hold' => '', 'Hold' => '',
'Inactive' => '', 'Inactive' => '',
'Manager' => '', 'Manager' => '',
'Name' => '', 'Name' => 'Name',
'Other' => '', 'Other' => '',
'Project' => '', 'Project' => '',
'Projects' => '', 'Projects' => '',
'Responsibility' => '', 'Responsibility' => '',
'Start' => '', 'Start' => 'Start',
'Status' => '', 'Status' => '',
'UserGroup' => '', 'UserGroup' => '',
]]; ]];