diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 3232bcf..cea7a42 100644 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -13,6 +13,6 @@ declare(strict_types=1); return ['Navigation' => [ - 'InvestmentInquiries' => '', - 'Investments' => '', + 'InvestmentInquiries' => 'Investitionsanfragen', + 'Investments' => 'Investitionen', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 2be2299..84e04a4 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -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', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 4c93f6a..7fc003a 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -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', ]];