mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-16 13:48:39 +00:00
test fixes
This commit is contained in:
parent
59289d78f1
commit
27a6591a37
|
|
@ -13,6 +13,8 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Workflow' => [
|
return ['Workflow' => [
|
||||||
|
'Available' => 'Available',
|
||||||
|
'Active' => 'Active',
|
||||||
'CC' => 'Cc',
|
'CC' => 'Cc',
|
||||||
'Created' => 'Erstellt',
|
'Created' => 'Erstellt',
|
||||||
'Creator' => 'Schöpfer',
|
'Creator' => 'Schöpfer',
|
||||||
|
|
@ -28,4 +30,9 @@ return ['Workflow' => [
|
||||||
'Upload' => 'Hochladen',
|
'Upload' => 'Hochladen',
|
||||||
'Workflow' => 'Arbeitsablauf',
|
'Workflow' => 'Arbeitsablauf',
|
||||||
'Workflows' => 'Workflows.',
|
'Workflows' => 'Workflows.',
|
||||||
|
'Instances' => 'Instances',
|
||||||
|
':istatus-1' => 'Started',
|
||||||
|
':istatus-2' => 'Suspended',
|
||||||
|
':istatus-3' => 'Canceled',
|
||||||
|
':istatus-4' => 'Done',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user