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);
return ['Navigation' => [
'InvestmentInquiries' => '',
'Investments' => '',
'InvestmentInquiries' => 'Investitionsanfragen',
'Investments' => 'Investitionen',
]];

View File

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

View File

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