mirror of
https://github.com/Karaka-Management/oms-ResearchDevelopment.git
synced 2026-02-10 18:38:40 +00:00
todos fixed
This commit is contained in:
parent
86080f4939
commit
e229bfa8dc
|
|
@ -13,6 +13,6 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Projects' => '',
|
'Projects' => 'Projekte',
|
||||||
'RnD' => '',
|
'RnD' => 'F&E',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -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' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user