mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-01-11 11:48:41 +00:00
todos fixed
This commit is contained in:
parent
03100ef166
commit
ce75a916bc
|
|
@ -13,6 +13,6 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'InvestmentInquiries' => '',
|
||||
'Investments' => '',
|
||||
'InvestmentInquiries' => 'Investitionsanfragen',
|
||||
'Investments' => 'Investitionen',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user