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);
return ['Navigation' => [
'Projects' => '',
'RnD' => '',
'Projects' => 'Projekte',
'RnD' => 'F&E',
]];

View File

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