From 27a6591a37323306a19877a815548e7597676b09 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Sep 2023 15:51:59 +0000 Subject: [PATCH] test fixes --- Theme/Backend/Lang/de.lang.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index b372818..c6267df 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -13,6 +13,8 @@ declare(strict_types=1); return ['Workflow' => [ + 'Available' => 'Available', + 'Active' => 'Active', 'CC' => 'Cc', 'Created' => 'Erstellt', 'Creator' => 'Schöpfer', @@ -28,4 +30,9 @@ return ['Workflow' => [ 'Upload' => 'Hochladen', 'Workflow' => 'Arbeitsablauf', 'Workflows' => 'Workflows.', + 'Instances' => 'Instances', + ':istatus-1' => 'Started', + ':istatus-2' => 'Suspended', + ':istatus-3' => 'Canceled', + ':istatus-4' => 'Done', ]];