todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:20 +00:00
parent 03100ef166
commit ce75a916bc
3 changed files with 16 additions and 16 deletions

View File

@ -13,6 +13,6 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'InvestmentInquiries' => '', 'InvestmentInquiries' => 'Investitionsanfragen',
'Investments' => '', 'Investments' => 'Investitionen',
]]; ]];

View File

@ -13,14 +13,14 @@
declare(strict_types=1); declare(strict_types=1);
return ['InvestmentManagement' => [ return ['InvestmentManagement' => [
':status1' => '', ':status1' => 'Entwurf',
':status2' => '', ':status2' => 'Offen',
':status3' => '', ':status3' => 'Genehmigt',
':status4' => '', ':status4' => 'Abgelehnt',
'Creator' => '', 'Creator' => 'Ersteller',
'Investment' => '', 'Investment' => 'Investition',
'Investments' => '', 'Investments' => 'Investitionen',
'Name' => '', 'Name' => 'Name',
'Status' => '', 'Status' => 'Status',
'Title' => '', 'Title' => 'Titel',
]]; ]];

View File

@ -17,10 +17,10 @@ return ['InvestmentManagement' => [
':status2' => 'Open', ':status2' => 'Open',
':status3' => 'Approved', ':status3' => 'Approved',
':status4' => 'Denied', ':status4' => 'Denied',
'Creator' => '', 'Creator' => 'Creator',
'Investment' => 'Investment', 'Investment' => 'Investment',
'Investments' => 'Investments', 'Investments' => 'Investments',
'Name' => '', 'Name' => 'Name',
'Status' => '', 'Status' => 'Status',
'Title' => '', 'Title' => 'Titel',
]]; ]];