test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:59 +00:00
parent 59289d78f1
commit 27a6591a37

View File

@ -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',
]];