From b6ffe12a84245a670234ef7ad36363e1ff517351 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 12 Oct 2023 22:49:21 +0000 Subject: [PATCH] todos fixed --- Theme/Backend/Lang/Navigation.de.lang.php | 6 +++--- Theme/Backend/Lang/de.lang.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index b764a3d..bcd7f49 100644 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -13,7 +13,7 @@ declare(strict_types=1); return ['Navigation' => [ - 'Articles' => '', - 'Process' => '', - 'Production' => '', + 'Articles' => 'Artikel', + 'Process' => 'Prozess', + 'Production' => 'Produktion', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 25fa765..b4f6ba2 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -17,13 +17,13 @@ return ['Production' => [ 'Done' => '', 'Due' => '', 'For' => '', - 'Name' => '', + 'Name' => 'Name', 'Ordered' => '', 'Orderer' => '', 'Process' => '', 'Product' => '', 'Productions' => '', 'Quantity' => '', - 'Start' => '', + 'Start' => 'Start', 'Status' => '', ]];