mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-11 06:48:41 +00:00
test fixes
This commit is contained in:
parent
59289d78f1
commit
27a6591a37
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user