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